Retail Store Management System by using Python Django and MySQL

Abstract

 We have developed Retail Store Management System by using Python Django and MySQL. The main modules available in this project are Stock module which manages the functionality of Stock, Retail Price is normally used for managing Retail Price, Customer contains all the functionality realted to Customer, Store manages the Store functionality, Product has all the features of Product and Billing Counter module manages the functionality of Billing Counter.

As we know Python Projects, are trending topics for academic python project development. So we had chosen python3 for developing Retail Store Management System. In this project we developed features for Stock, Retail Price, Product etc, which reduces the human efforts and increase the efficiency.

Report of Retail Store Management System:

  • Stock report : We can generate all the reports of Stock in this
  • Retail Price report : Generate reports related to Retail Price
  • Customer report : All Customer reports will be available in this section
  • Store report : You can generate filtered reports of Store
  • You can generates the report of Store, Stock, Product
  • Retail Price, Billing Counter, Customer has facility for dynamic search. So you can filter the records run time
  • PDF reporting has been integrated for exporting of the report for Stock, Retail Price, Customer modules
  • You can create the CS V reports for Stock, Store, Retail Price

Modules of Retail Store Management System:

  • Stock module : It contains all the functionalities related to the Stock
  • Retail Price module : It manages all the operations related to Retail Price
  • Customer module : Manages the Customer related functionalities
  • Store module : This module manages Store functionalities
  • Product module : Product modules contains all the CRUD operations related to Product
  • Billing Counter module : Billing Counter module contains all the required functions which include adding, viewing, deleting and updating Billing Counter lists.

Retail Store Management System in python Installation Steps:

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

Python Project Retail Store Management System software requirments 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