/Inventory_Management

Created an Inventory Management System using Python and Json files

Primary LanguageJupyter Notebook

Inventory_Management

Created an Inventory Management System using Python and Json files

Inventory_Management_Record.ipynb:

  1. Creating the Record File for Inventory
  2. Converting that file into .json file

Add_New_Items_to_Inventory.ipynb:

  1. Adding New Product to the Inventory
  2. Refilling the Stock
  3. Deleting the Product if it gets expired

Purchasing.ipynb:

  1. Reading the Inventory
  2. Purchasing an item
  3. Getting the Bill
  4. Updation in Sales.json about sales record

Json file:

  1. Record.json
  2. Sales.json