Inventory Management System based on JSON file handling, built using Python as part of ETG Python for AI/ML Internship.
- ims.ipynb - Jupyter Notebook containing the python code of IMS.
- inventory.json - Contains
- Product details (Name, ID, Price, Quantity, Brand)
- Login Credentials for admin Console
- Transaction ID count
- report.txt - Contains Sales log for every transaction.
- ims.py - Python code of IMS
- Loads data from a json file.
- Shows the list of products available to buy from inventory to user.
- Can take multiple product orders at once.
- Displays the bill and Update the inventory.
- Saves the Sales record into a Text file.
- Admin panel with login Feature to Manage inventory (Add/modify/delete products)