Assessment Event 3 – Group Assignment

Create a Python program that will compute the orders for a Takeaway shop. The program will show a summary of the total order amount and the average amount per order. The user will have the option of continuing by adding additional orders.

An order set must contain one item from Main Menu and optionally additional items. Each order contains a number of identical order sets. The subtotal is the total amount of an order. The program should include some validation to check for missing data. If any required input is missing for the calculation, the program should display a message box showing the appropriate error message and not carry out the calculation.

The prices of the selling items are listed below:

Main MenuPriceAdditional ItemPrice

Superburger $6.50 Chips $3.00

Hamburger $4.50 Soft Drink $2.00

Mini Pizza $5.00 Ice Cream $2.50

Meat Pie $4.00 Juice $3.00

 

If the Discount voucher box is given, the customer gets 10% discount of the subtotal amount.

You must make use of files by storing the history of product names and their prices for orders received into a file.

Design your user interface to fit the above requirements. Make sure that your interface is user-friendly (Looking clear, easy to understand and easy to use).  For example, your UI could look like the following:

 

Start Running:

*** FastTrain Take Away - Main Menu ***

1. Superburger

2. Hamburger

3.Pizza

4.Meat Pie

Choose menu item: __

Quantity:  __

*** FastTrain Take Away – Additional Items ***

1. Chips

2. Soft Drink

3. Ice Cream

4. Juice

Choose additional item:  __

Quantity:  __

*** FastTrain Take Away – Discount Voucher ***

Customer has a discount voucher (Y/N):  __

After 3 orders:

*** FastTrain Take Away – Summary ***

       Order Sub Total: $23.40

       Total Order: $74.75

       Average Order: $24.92 per order

 

Note that the group’s solution should be documented in a formal report. Each student must identify their particular role in the report by which they will be assessed.

Need a custom answer at your budget?

This assignment has been answered 5 times in private sessions.

© 2024 Codify Tutor. All rights reserved