Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amirsanni/mini-inventory-and-sales-management-system
An Inventory and Sales Management System written in PHP (codeIgniter) with support for MySQL and Sqlite3 databases
https://github.com/amirsanni/mini-inventory-and-sales-management-system
codeigniter inventory mysql php sqlite3-database
Last synced: 7 days ago
JSON representation
An Inventory and Sales Management System written in PHP (codeIgniter) with support for MySQL and Sqlite3 databases
- Host: GitHub
- URL: https://github.com/amirsanni/mini-inventory-and-sales-management-system
- Owner: amirsanni
- License: mit
- Created: 2016-12-28T14:31:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T09:11:06.000Z (over 1 year ago)
- Last Synced: 2025-01-04T06:10:01.261Z (7 days ago)
- Topics: codeigniter, inventory, mysql, php, sqlite3-database
- Language: PHP
- Homepage: https://1410inc.xyz/mini-inventory-and-sales-management-system/
- Size: 2.24 MB
- Stars: 511
- Watchers: 58
- Forks: 271
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: license.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# Mini-Inventory-and-Sales-Management-System
An Inventory and Sales Management System written in PHP (codeIgniter) with support for MySQL and Sqlite3 databases# Features
- Products Management
- Transaction Management
- Viewing and Printing of Transactions Within Specific Dates
- Barcode Scanning of Products for product and transaction management
- Custom Analytics
- User Management
- Monthly/Yearly Earnings Overview
- VAT
- Discount# Getting Started
- _mod_rewrite_ must be enabled
- PHP >= 5.4 is recommended
- Browser with support for most ES6 features is recommended
- If you edit the folder name, you will need to do the following:
- Open __.htaccess in the root folder__ and change the line with __"mini-inventory-and-sales-management-system"__ to your new folder name. Leave it blank if app is directly inside your __www__ or __html__ directory.
- Open __"application/config/config.php"__ and do the same.
- Open __"public/js/main.js"__ and do the same.# Demo
View demo here: https://1410inc.xyz/mini-inventory-and-sales-management-system/To log in:
- Email: [email protected]
- Password: demopass# New Version
A new version is under development and can be checked at https://inventory.1410inc.xyz/You can create an account for testing purpose.