This is a web-based POS and employee management system
Features Include:
- Inventory Recording
- Stock Management
- Create sale transaction
- Print out Reciept
- Employee Information Registration
- Employee time tracking and Payout Calculation
- Pay stubs
Download or run "git clone https://github.com/denzdacs/pos-ems.git" in terminal.
Please refer to Laravel documentation if this is your first time to use Laravel.
Once your local environemnt is setup properly got to project directory and the following:
- php artisan key:generate
- php artisan migrate
- php artisan server