Skip to content

This repo contains source code for bakery management system which helps you to run your bakery shop smoothly by using features like adding an item or updating an item. You can generate the invoice for the orders as well.

Notifications You must be signed in to change notification settings

AdityaSinha2305/Bakery-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Bakery Management System

Welcome to the Bakery Management System! This project is a simple yet efficient system designed to manage the operations of a bakery. It allows you to add items, update orders, view order details, import data from excel files, export data to excel files, generate and even download invoice, ensuring that the bakery's workflow is smooth and well-organized.


Table of Contents

  • Features

  • Technologies Used

  • Installation

  • Usage

  • Glimpse of Project


Features

  • Add Item : Add new bakery items to the inventory.

  • Update Order : Modify existing orders to reflect changes or updates.

  • View Order Details : Access comprehensive details about specific orders, including items, quantities, and prices.

  • Export Data : Export order and inventory data into excel files for external use or backup.

  • Generate Invoice : Generate and download the invoice of the orders that is being placed.


Technologies used

  • Python : The core programming language used to build the system.

  • Pandas : A powerful library used for data manipulation and analysis, particularly in managing and processing order data.


Installation


Usage

  • Run the application : python bakery_management_system.py

  • Add Items : Use the terminal interface to add new bakery items to the system.

  • Update Orders : Modify or update existing orders with new items, changes in quantities, or other adjustments.

  • View Order Details : Access detailed information about any order to review or verify the order's content.

  • Export Data : Export your data (e.g., inventory or orders) to excel files using the export functionality, allowing you to keep a backup or analyze the data externally.

  • Import Data : Easily import your bakery data from excel files to quickly populate your inventory or update orders.

  • Generate Invoice : Generate the invoice for the orders being placed for each customers.

  • Download Invoice : Download the invoice in pdf format for future references.


Glimpse of Project


  • Main interface

image

About

This repo contains source code for bakery management system which helps you to run your bakery shop smoothly by using features like adding an item or updating an item. You can generate the invoice for the orders as well.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages