- Created a Dataset named "record" for the Inventory Management System
-
Converted to JSON format and read from JSON file
-
Created Access for both Admin and Purchaser,
- Admin : a) Created Authentication b) Adding Multiple products into the Dataset c) Deleting Multiple products from Dataset
- Purchaser : a) Welcoming Purchaser b) Displaying the list of products as a Table (using Pandas)
c) Taken Inputs and Checkout (Selected Product Details and Bill)
-
Updating the quantity of a Product after purchase
Before Purchase :
After Purchase :
-
Creating and appending purchased data to sales.json file

