Skip to content

Sibu1054/Inventory-Management-and-Billing-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›’ Inventory Management and Billing System

This project is a command-line-based Inventory Management and Billing System developed in Python using basic file handling and user input. It allows:

Managing a product inventory stored in a text file Processing customer purchases Validating product availability Calculating billing amounts Logging sales data with customer info and timestamps


πŸ“ File Structure

File Name Description
Inventory_Management.txt Stores product details: ID, Name, Price, Quantity
Sales.txt Logs each transaction with customer details
Inventory_Management.ipynb Main Python source code

πŸ“Œ Features

  • User inputs customer name, contact, email, product ID, and quantity.
  • Checks if the product exists and sufficient stock is available.
  • Calculates billing and prints receipt.
  • Logs every successful purchase in Sales.txt.
  • Updates inventory after each transaction.

✍️ Author

Sibu Shaw 🌐 GitHub: https://github.com/Sibu1054

About

A Python-based command-line Inventory Management and Billing System that updates product stock, logs customer purchases, and generates sales reports using file handling.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors