This project is a supermarket billing system implemented in C++ using Object-Oriented Programming (OOP) principles. It serves as a simple yet effective tool for managing inventory, processing sales transactions, and generating invoices in a supermarket setting.
- Administrator Panel: Allows administrators to add, modify, or delete products from the inventory.
- Buyer Interface: Provides buyers with an interface to purchase products and generate receipts.
- Data Persistence: Utilizes a text file as a database to store information about products, prices, and discounts.
- Efficient Workflow: Streamlines supermarket operations by automating billing processes.
- Clone the repository to your local machine.
- Compile the C++ code using a compatible compiler.
- Run the compiled executable to launch the supermarket billing system.
- Choose between the administrator and buyer options to perform respective tasks.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your proposed changes.
This project is licensed under the MIT License - see the LICENSE file for details.
