Writing php application used to manage restaurant business


Project

Write the Php application that is used to manage a restaurant business. Suppose menu items, categories (appetizer, dessert …etc), prices and descriptions. Restaurant has 10 tables (labeled A thru J) and 5 wait staff. Suppose all tables seat 6 patrons and all guests arrive in groups of 6 or less members. The application should provide the following two basic functions

1. Place order: This will start the process for a dinner party by assigning a table, waiter and the food order. Record this time as the start time.

2. Compute total: This would end the dinner party by computingthe order total. Record this time as the end time.

Assume one waiter can serve two tables at a time.

In addition to providing ordering functionality, design a page for the Restaurant owner that provides the following information

1. Total Sales for a given period.

2. Table with top sales for a given period.

3. Table with maximum orders for a given period

4. Waiter/waitress with top sales for a given period.

5. Top grossing menu item for a given period.

6. view highest paid employee for a given period.

Request for Solution File

Ask an Expert for Answer!!
PHP Web Programming: Writing php application used to manage restaurant business
Reference No:- TGS01676

Expected delivery within 24 Hours