Garment Shop Management System by using Python Django and MySQL

Abstract

We have developed Garment Shop Management System by using Python Django and MySQL. The main modules available in this project are Payment module which manages the functionality of Payment, Garments is normally used for managing Garments, Sales contains all the functionality realted to Sales, Stocks manages the Stocks functionality, Customers has all the features of Customers and Brands module manages the functionality of Brands.

As we know Python Projects, are trending topics for academic python project development. So we had chosen python3 for developing Garment Shop Management System. In this project we developed features for Payment, Garments, Customers etc. which reduces the human efforts and increase the efficiency.

Report of Garment Shop Management System:

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

Modules of Garment Shop Management System:

  • Payment module : It contains all the functionalities related to the Payment
  • Garments module : It manages all the operations related to Garments
  • Sales module : Manages the Sales related functionalities
  • Stocks module : This module manages Stocks functionalities
  • Customers module : Customers modules contains all the CRUD operations related to Customers
  • Brands module : Brands module contains all the required functions which include adding, viewing, deleting and updating Brands lists.

Garment Shop Management System in python Installation Steps:

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

Python Project Garment Shop 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