Online Gas Booking Project in Python Django

Buy Project Code ₹501

The Online Gas Booking System Project in Python Django has been developed to override the problems prevailing in the practicing manual system. This Project is Supported to eliminate and in some cases reduce the hardship faced by this existing system. More over this Project is designed for the particular need of the company to carry out operations in a smooth and effective manner

User Panel :

(Users first fill the signup form then login into their panel and do the following activities )

  1. Dashboard: This is the Welcome page for the customer.
  2. New Connection: In this section, customer sends the request for LPG connection to the organization
  3. Book Cylinder: When the organization provides a connection number then the customer can book his/her cylinder.
  4. Booking History: In this section, customer can view the history of gas booking.
  5. Search: In this section, customer can search gas booking records by entering the booking number.
  6. The customer can also update his profile, change the password and recover the password.

Admin Panel :

  1. Admin is the superuser of the website who can manage everything on the website. Admin can log in through the login page
  2. Dashboard: In this section, admin can see all detail in brief like the total new connection, total new connection,
  3. total on-hold connection, total approved connection, total rejected connection, total new booking, total confirmed booking, total canceled booking, total assign booking, total delivered LPG, total staff and total registered users
  4. Delivery Staff: In this section, admin can manage staff (add/update).
  5. Reg Users: In this section, admin can view the detail of registered users.
  6. Connection: In this section, admin can view the connection request admin also has the right to change connection status according to the current status and add his/her remarks.
  7. Booking: In this section, admin can view booking request and assign to delivery staff or cancel the booking.
  8. Assigned Booking: In this section, admin can change the status of booking according to the current status and add his/her remarks.
  9. Reports: In this section, admin can view booking and connection requests in a particular period.
  10. Search: In this section, admin can search booking and connection details with the help of booking number and connection number respectively.
  11. Admin can also update his profile, change the password and recover the password.

Technology Used in the project

  1. We have developed this project using the below technology
  2. HTML : Page layout has been designed in HTML
  3. CSS : CSS has been used for all the desigining part
  4. JavaScript : All the validation task and animations has been developed by JavaScript
  5. Python : All the business logic has been implemented in Python
  6. SQLite : SQLite database has been used as database for the project
  7. Django : Project has been developed over the Django Framework

Supported Operating System

  1. We can configure this project on following operating system.
  2. Windows : This project can easily be configured on windows operating system. For running this project on Windows system, you will have to install
  3. Python 2.7, PIP, Django.
  4. Linux : We can run this project also on all versions of Linux operating systemMac : We can also easily configured this project on Mac operating system.

Django Installation Steps :-

  1. Install Python 3.7 Or Higher
  2. Install Django version 3.0.8
  3. Install all dependencies cmd -python -m pip install --user -r requirements.txt
  4. Finally run cmd - python manage.py runserver