Question: how to write this program using python: Problem Description:The Operation Manager of a K shop keeps an inventory of food and beverages raw material, on
how to write this program using python:
Problem Description:The Operation Manager of a K shop keeps an inventory of food and beverages raw material, on paper. The usual operations of the manager for the inventory database include adding new material, updating levels of current stock material and producing different reports based on the current stock levels. As the inventory is getting larger, this manual system is becoming difficult to manage. The Operation manager decided to develop a computerized system to help him manage the inventory to increase the effectivity and the efficiency of the shop Operations. Because the manager is not an expert in database management systems, he decided to develop his own application, based on the Python knowledge he had during his early engineering education. The raw material data are printed as in the following table:
Data is read from the inventory file and stored in arrays of correct data type. Further data processing is performed on these array



Phasel: Within the main function do the following: You are required to help this Operation Manager by developing the Inventory Control System. Your system should perform the following operations: A. Add a new item that asks the user to input data of a new Item Category and then add the data to the material file. B. List the current inventory in a tabular format (begin with the Item Category followed by Item description). In the last column of this list show the total price of each item category (i.e. price* quantity). C. Produce lists of the following: 1. All items whose quantity field
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
