This project is an ERP (Enterprise Resource Planning) system designed for a burger shop. The ERP system provides functionalities to manage various aspects of the burger shop, including order management, inventory tracking, and kitchen operations.
- Order Management: The system allows the user to place and manage customer orders. It supports a variety of burger options, including chicken burgers, beef burgers, cheeseburgers, crispy chicken, chicken nuggets, and more. Customers can customize their orders with additional toppings and sauces.
- Inventory Tracking: The system keeps track of the stock levels for various ingredients and food items used in the burger shop. It updates the stock quantities automatically as orders are placed and fulfilled. This helps in managing inventory efficiently and ensures that the shop is adequately stocked with necessary ingredients.
- Kitchen Operations: The ERP system provides functionalities for kitchen operations. It calculates the preparation time for each order based on the selected items and ingredients. This helps in organizing the kitchen workflow and ensures that orders are prepared in a timely manner.
- Reporting and Analytics: The system offers reporting and analytics features to gain insights into the burger shop's performance. It generates reports on sales, inventory levels, and popular items. This helps in making data-driven decisions for improving business operations.
- User-Friendly Interface: The ERP system features a user-friendly interface that is easy to navigate and use. It provides a seamless experience for both the customers placing orders and the staff managing the operations.
Programming Language: Python
Framework: None (built using native Python)
IDE: Visual Studio Code
To run the Burger Shop ERP system, follow these steps:
1. Clone the repository: git clone <https://github.com/MalaikaJunaid/burger-shop-erp-system>
2. Navigate to the project directory: cd burger-shop-erp-system
3. Run the main Python file: python main.py
4. Follow the on-screen prompts to interact with the ERP system.
Contributions to the Burger Shop ERP system are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. Your contributions will help make the system more robust and efficient.
This ERP System project was developed as a semester project for Comsats University Islamabad. We would like to express our gratitude to our professors and mentors for their guidance and support throughout the development process.
Special thanks to the developers of Visual Studio Code for providing a powerful and user-friendly IDE that greatly contributed to the development of this project.