Skip to content

ibaame/cash-register

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cash Register

cash register is program for management of sales and orders

  • add order
  • update order
  • show invoice
  • delete order
  • pay
  • exit

  • add order

    • when chose to add an order will enter name, quantity and price for one piece order, and can't do anything before adding the order such as update order..

  • update order

    • if chose this option you will enter the ID order and then can update the name, quantity and price for this ID

  • show invoice

    • you can show orders with the total cost, tax and total cost with tax

  • delete order

    • delete order from your orders when enter the ID for this order

  • pay

    • after add all orders can pay from this option, you have two ways to pay by cash or card

  • exit

    • if choose this option you will exit from the program


Developed by Java and using OOP and data structure...


  • class diagram

class diagram


Enjoy when testing the program 😎

Don't forget to click the star ⭐

About

program for management of sales and orders

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages