Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 558 Bytes

File metadata and controls

6 lines (6 loc) · 558 Bytes

Ordering-system-for-restaurant-using CPP

User can see all menu receips and can order more than one receipe in one order

  1. At the beginning, the cashier uses the program to prepare fill data about menu of recipes.
  2. Now the menu is ready so the user can choose to see the menu or to make an order.
  3. User has another options like to see the orders that's still on preparing phase or to serve an order.
  4. After making any order the program shows a reset with all the data of the order (total_cost - every_recipe_cost - order_number - time_of_preparing).