An open API service indexing awesome lists of open source software.

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.

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.

![image](https://user-images.githubusercontent.com/83401742/225241395-35f40a2a-e640-45f7-8ad7-8d1bfc344d78.png)
![image](https://user-images.githubusercontent.com/83401742/225241643-a2d01358-c8a1-476d-9cbf-509751499887.png)
![image](https://user-images.githubusercontent.com/83401742/225241766-be2a5091-f89d-4760-abd5-9987c643f7d9.png)
![image](https://user-images.githubusercontent.com/83401742/225241880-eb02231c-9f62-4230-b0fd-3eb87e2edb87.png)
![image](https://user-images.githubusercontent.com/83401742/225242388-10fbc741-93c8-488d-a49a-095985910379.png)
![image](https://user-images.githubusercontent.com/83401742/225242437-1c7b1a5b-be3d-497b-a842-7290cd45492c.png)
![image](https://user-images.githubusercontent.com/83401742/225242474-abfecc9f-d5fe-480a-afaa-ff96af77b5f5.png)
![image](https://user-images.githubusercontent.com/83401742/225242552-6bf998f2-c2d1-4ed8-9e78-5c9e4f4a2c86.png)
![image](https://user-images.githubusercontent.com/83401742/225242597-84e86705-e5e1-4e2f-b32a-ef3f63fbb14c.png)
![image](https://user-images.githubusercontent.com/83401742/225242641-f15c6519-d696-4639-96c7-cccd29924605.png)
![image](https://user-images.githubusercontent.com/83401742/225242699-8325c764-1f68-43b8-8e29-29fef6d79978.png)

## Folder Structure

The workspace contains two folders by default, where:

- `src`: the folder to maintain sources
- `lib`: 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.

## 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).