Skip to content

MichalMarciniakGS/Restaurant_Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Management:

Application uses console input and saves/edits .txt file basing on it.
Possible actions are:
-> add - action used to add an order, it requires you to input respectively:
order name [String]; table number [Integer]; order time [LocalTime]; order cost [BigDecimal]
-> delete - action allows to delete all or specific orders from txt file
-> read - action used to show orders list / specific order from txt file in console
-> sort - sorts orders list basing on order time
-> exit - turns off application by ending the loop

Thanks for checking it out :)

About

Restaurant Managment - txt file saving and editing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages