Gift Shop Portal System by using Python Django and MySQL

Abstract

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

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

Report of Gift Shop Portal System:

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

Modules of Gift Shop Portal System:

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

Gift Shop Portal System in python Installation Steps

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

Python Project Gift Shop Portal 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