Question: use c++ programming language Develop the program for an online inventory management system with the following functionality. Performing any operation on the system the user

 use c++ programming language Develop the program for an online inventory

use c++ programming language

Develop the program for an online inventory management system with the following functionality. Performing any operation on the system the user must register him/her in the system. To perform the specific task the user must get registered himself in the system. For the registration into the system, the user must provide the username and password. There are two different kinds of user modules which are admin and customer. First one is admin which may log in to the system and add items into the inventory. While the customer will able to view the items and will be able to purchase the specific product. The system also provides a discount facility to the customer if the quantity purchased is more than 10 items the system will provide a discount of 10%. The system will provide the opportunity to enter the quantity and price of the item. Implement the above scenario to generate a report similar as given below. A maximum of 10 items can be purchased at a time. Item# Quantity Price Discount Discounted price 5 10 0 50 2 10 100 100 900 1 Total 100 950

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!