https://github.com/sothirich/coffeeshopsystemmanagement
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.
https://github.com/sothirich/coffeeshopsystemmanagement
coffee-management coffee-shop database-management java javafx javafx-application javafx-desktop-apps visual-studio-code vscode
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/sothirich/coffeeshopsystemmanagement
- Owner: Sothirich
- Created: 2022-07-17T09:05:48.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T17:52:34.000Z (9 months ago)
- Last Synced: 2025-04-02T03:51:17.779Z (6 months ago)
- Topics: coffee-management, coffee-shop, database-management, java, javafx, javafx-application, javafx-desktop-apps, visual-studio-code, vscode
- Language: Java
- Homepage:
- Size: 12.3 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
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.









## Folder Structure
The workspace contains two folders by default, where:
- `src`: the folder to maintain sources
- `lib`: the folder to maintain dependenciesMeanwhile, 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.
## Dependency Management
The `JAVA PROJECTS` view allows you to manage your dependencies. More details can be found [here](https://github.com/microsoft/vscode-java-dependency#manage-dependencies).