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.
- Host: GitHub
- URL: https://github.com/ateeqrana7/restaurant-management-system
- Owner: AteeqRana7
- Created: 2022-06-06T14:57:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T15:02:11.000Z (over 3 years ago)
- Last Synced: 2025-04-29T22:36:27.086Z (7 months ago)
- Topics: classes, cplusplus, management, management-system, object-oriented-programming, oop, restaurant, restaurant-management, restaurant-management-system, restaurant-managment-system, restaurant-system
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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