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

https://github.com/ateeqrana7/restaurant-management-system

This program was designed following the concepts of Object Oriented Programming in C++, which manages a restaurant's day to day work.
https://github.com/ateeqrana7/restaurant-management-system

classes cplusplus management management-system object-oriented-programming oop restaurant restaurant-management restaurant-management-system restaurant-managment-system restaurant-system

Last synced: 4 months ago
JSON representation

This program was designed following the concepts of Object Oriented Programming in C++, which manages a restaurant's day to day work.

Awesome Lists containing this project

README

          

# Restaurant-Management-System

This program was designed following the concepts of Object Oriented Programming in C++.

Code Sequence –
1) Welcome Screen
2) Admin/Customer Login and Exit Option
3) If Admin login (Requires Correct Login Details)
a) View Cash
b) View current orders (3 counters)
c) View Menu
d) Add new item to Menu (Item Name, Item Description, Item Price)
e) Delete item from Menu
f) Edit item from Menu
h) Log out
4) If Customer Login
a) View Menu
b) Place Order (Name, Phone Number, Address, Order Item/s)
c) View Order
e) Exit
5) Exit Screen