Skip to content

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.

Notifications You must be signed in to change notification settings

Sothirich/CoffeeShopSystemManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 image image image image image image image image image image

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published