Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 786 Bytes

File metadata and controls

11 lines (11 loc) · 786 Bytes

Design an inventory management system to manage inventory of a small store. Write a c++ case study program to design this inventory management system .following features need to be included

  1. User authentication: implement user authentication and authorization to ensure that only authorized personnel can access and modify the inventory data
  2. Add new products to the inventory with details such as name, description, price, and quantity. Update product information including price, description, and quantity. Remove products that are no longer in stock
  3. Track the quantity of each stock
  4. Searching and filtering of products to be implemented
  5. Implement data validation to find incorrect entry of product
  6. Generate a summarize report of product names and quantity