A simple Coffee Shop Management System by using JavaFX. It is designed to make it easier for Customer to make an order by themselves and for Seller to calculate profits per month and so on. In this system, there are 3 Roles:
- Admin: can manage system, add user, check dashboard, ....
- Cashier: can accept the payment and push the order to Barista or decline the payment if there is some problem with the customer
- Barista: can accept the order and make drink based on their order.
The workspace contains two folders by default, where:
src
: the folder to maintain sourceslib
: the folder to maintain dependencies
Meanwhile, the compiled output files will be generated in the bin
folder by default.
If you want to customize the folder structure, open
.vscode/settings.json
and update the related settings there.
The JAVA PROJECTS
view allows you to manage your dependencies. More details can be found here.