Stars: 178
Forks: 94
Pull Requests: 40
Issues: 18
Watchers: 17
Last Updated: 2023-01-06 13:35:38
:department_store: Point-of-sale and inventory tracking for small-scale retail stores. Easily manage inventory, purchases, sales, and damaged and/or expired products.
License:
Languages: PHP, Vue, HTML, JavaScript, Batchfile
EFLInventory V2 is a simple-to-use, web and PC inventory and point-of-sale application written in PHP using Laravel framework. It uses MySQL as the data backend and has a Bootstrap 4 material-like user interface. It is designed to assist small-scale retail stores with keeping track of items and inventory, and generate reports based on inventory, purchases and sales.
Migrate Screen (Migrate from previous records using a predefined MS Excel template)
git clone https://github.com/chrisidakwo/eflinventory-v2.git
cd eflinventory-v2
composer install
Copy .env.example
to .env
. Update details to suit your server & DB setup.
Generate application key using:
php artisan key:generate
To create database tables either run these two commands:
php artisan migrate
php artisan migrate:seed
or run the database.sql
script.
If you're gonna be running the SQL script, please ensure to look through it before running. It's not a harmful script, but just be sure.
The database.sql
file is located within the bootstrap
directory.
Manager login details:
Username: chrisidakwo
Password: secret
Material Pro Admin Template is the UI theme used for this application.
EFLInventory-V2 is an open-source software licensed under the GPU v3 License.