Restaurants are evolving and continuously offering a variety of fresh menus and services to attract customers. The survivability of a restaurant depends on its financial management, in which some kind...


Create a program based on this question


Language: C++


Restaurants are evolving and continuously offering a variety of fresh menus and services to attract<br>customers. The survivability of a restaurant depends on its financial management, in which some<br>kind of Restaurant Management System is adopted. For instance, the Point of Sale (POS) system is<br>required to record sales and payments.<br>The Selera Medan restaurant is a new restaurant that offers Indonesian menus as listed in the<br>'SM_Menu.txt' file. This restaurant is yet to have a POS System. You are required to create a POS<br>system for the restaurant that has the following features:<br>1) Ability to display the existing menu and price, with the editing options (add/delete menu)<br>2) Ability to enter the menu and quantity of purchase multiple times, then calculate the total<br>purchase price<br>3) Ability to save the purchase details in a text file and produce sales reports for one-day and one-<br>month operations. The format of the text file is as follows:<br>Date: 2022-01-01<br>Accumulated Total (RM)<br>150.50<br>238.30<br>Transaction time<br>Total (RM)<br>150.50<br>87.80<br>08:20:45<br>08:31:02<br>Figure 1: One-day transaction<br>Month: 2022-01<br>Total (RM)<br>238.30<br>Accumulated Total (RM)<br>238.30<br>793.30<br>Date<br>2022-01-01<br>2022-01-02<br>555.00<br>Figure 2: One-month transaction<br>

Extracted text: Restaurants are evolving and continuously offering a variety of fresh menus and services to attract customers. The survivability of a restaurant depends on its financial management, in which some kind of Restaurant Management System is adopted. For instance, the Point of Sale (POS) system is required to record sales and payments. The Selera Medan restaurant is a new restaurant that offers Indonesian menus as listed in the 'SM_Menu.txt' file. This restaurant is yet to have a POS System. You are required to create a POS system for the restaurant that has the following features: 1) Ability to display the existing menu and price, with the editing options (add/delete menu) 2) Ability to enter the menu and quantity of purchase multiple times, then calculate the total purchase price 3) Ability to save the purchase details in a text file and produce sales reports for one-day and one- month operations. The format of the text file is as follows: Date: 2022-01-01 Accumulated Total (RM) 150.50 238.30 Transaction time Total (RM) 150.50 87.80 08:20:45 08:31:02 Figure 1: One-day transaction Month: 2022-01 Total (RM) 238.30 Accumulated Total (RM) 238.30 793.30 Date 2022-01-01 2022-01-02 555.00 Figure 2: One-month transaction

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here