Simple Cashier Web is a simple cashier application built using Laravel Framework, Bootstrap (Dashmin) template, jQuery and SweetAlert.
- Dashboard: Show status, total sales, and total income.
- Products: Add, delete, and edit products.
- Print Product Label: Print product label with barcode C128.
- Sales and Receipt: Print receipts directly to the printer (auto print).
- Product Log: Show product changes (add or sell products).
- Product Search: Make it easy to search products.
- Calendar: Shows the real-time current time and date.
To use this project, follow these steps:
-
Clone the repository using git and open folder:
git clone https://github.com/Ridhsuki/Simple-cashier-web.git cd Simple-cashier-web -
Install the dependencies using Composer:
composer install
-
Copy the .env.example file to .env and configure:
cp .env.example .env
-
Generate the app key:
php artisan key:generate
-
Run the database migrations and seeder:
php artisan migrate --seed
-
Start the app locally:
php artisan serve
-
Open your browser and go to http://localhost:8000 and login as admin.
admin@email.com password
I am open to any feedback or suggestions. Feel free to open an Issue if you have any problems or want to give advice!
If you like this project or want to support it, please give this repository a Star. β
Thank you for using this project!













