Hall Booking System by using Python Django and MySQL

Abstract

We have developed Hall Booking System by using Python Django and MySQL. The main modules available in this project are Booking module which manages the functionality of Booking, Payment is normally used for managing Payment, Booking Dates contains all the functionality related to Booking Dates, Customers manages the Customers functionality, Hall has all the features of Hall and Inventory module manages the functionality of Inventory.

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

Report of Hall Booking System:

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

Modules of Hall Booking System:

  • Booking module : It contains all the functionalities related to the Booking
  • Payment module : It manages all the operations related to Payment
  • Booking Dates module : Manages the Booking Dates related functionalities
  • Customers module : This module manages Customers functionalities
  • Hall module : Hall modules contains all the CRUD operations related to Hall
  • Inventory module : Inventory module contains all the required functions which include adding, viewing, deleting and updating Inventory lists.

Hall Booking System in python Installation Steps:

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

Python Project Hall Booking 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