This repository contains all codes with JSON files for making an Inventory Management System during ETG Skill India AL/ML Scholarship
The repository is all about inventory management system using JSON (NoSQL) database, where operations like Purchase item, Add item to inventory, delete item form inventory are performed on JSON file. 'ETG Inventory Management System.ipynb' File contains the Code for performing various operations on data. 'Shop.json' file contains all the records and also reflects all changes done like insert(add), update and delete products from data. 'Sales.json' file contains all the transaction done i.e. all the purchased products by customer.
I have added 5 features for per product in data:
- Name
- Stock
- Quantity
- MFD
- Price
The operations covered in the projects are:
- Updating inventory by shopkeeper
- Purchasing products by customer
- Generating bills
- Generating Sales file