Mobile Shop Management System by using Python Django and MySQL

Abstract

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

As we know Python Projects, are trending topics for academic python project development. So we had choosen python3 for developing Mobile Shop Management System. In this project we developed features for Sells, Stock, Brands etc, which reduces the human efforts and increase the efficiency.

Report of Mobile Shop Management System:

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

Modules of Mobile Shop Management System:

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

Mobile Shop Management System in python Installation Steps:

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

Python Project Mobile 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
Scroll to Top