Super Market Management System by using Python Django and MySQL

Abstract

 We have developed Super Market Management System by using Python Django and MySQL. The main modules available in this project are Products module which manages the functionality of Products, Purchasing is normally used for managing Purchasing, Payment contains all the functionality realted to Payment, Sales manages the Sales functionality, Stores has all the features of Stores and Customer module manages the functionality of Customer.

As we know Python Projects, are trending topics for academic python project development. So we had chosen python3 for developing Super Market Management System. In this project we developed features for Products, Purchasing, Stores etc, which reduces the human efforts and increase the efficiency.

Report of Super Market Management System:

  • Products report : We can generate all the reports of Products in this
  • Purchasing report : Generate reports related to Purchasing
  • Payment report : All Payment reports will be available in this section
  • Sales report : You can generate filtered reports of Sales
  • You can generates the report of Sales, Products, Stores
  • Purchasing, Customer, Payment has facility for dynamic search. So you can filter the records run time
  • PDF reporting has been integrated for exporting of the report for Products, Purchasing, Payment modules
  • You can create the CSV reports for Products, Sales, Purchasing

Modules of Super Market Management System:

  • Products module : It contains all the functionalities related to the Products
  • Purchasing module : It manages all the operations related to Purchasing
  • Payment module : Manages the Payment related functionalities
  • Sales module : This module manages Sales functionalities
  • Stores module : Stores modules contains all the CRUD operations related to Stores

Customer module : Customer module contains all the required functions which include adding, viewing, deleting and updating Customer lists

Super Market Management System in python Installation Steps:

  • Download Super Market Management System zip file and extract it
  • Install Django
  • Open phpmyadmin and create Super Market Management System database
  • Import database Super Market Management System.sql
  • Run the project : python manage.py run server
  • Open Your browser run the project : “http://localhost:8080/SuperMarket Management System/”

Python Project Super Market Management System software requirement specification:

  • Python3 : To run this project you need python 3
  • Django : We have developed this project over the django2
  • MySQL : You need MySQL database for running this project
  • MySQL Connector : For making the connection from MySQL and python, we need it
Scroll to Top