Global Vehicle Rental Management System using PHP and MySQL | PHP Gurukul


 

Project Name               :  Vehicle Rental Management System Project (VRMS)

Language Used                   :  PHP

Database                              :  MySQL

User Interface Design       :  HTML, AJAX,JQUERY,JAVASCRIPT

Web Browser                       :  Mozilla, Google Chrome, IE8, OPERA

Software                               :  XAMPP / Wamp / Mamp/ Lamp (anyone)

Vehicle Rental Management System is web application which provides vehicle on rent to the register users. In this project, we use PHP and MySQL database. It has two modules.

  1. Admin
  2. Users

Admin

  1. Dashboard: In this section, admin can see two-wheeler and four-wheeler vehicle detail in brief.
  2. Brand: In this section, admin can manage brands (Add/Update).
  3. Two Wheeler: In this section, admin can manage two-wheeler vehicles (Add/Update).
  4. Four Wheeler: In this section, admin can manage a four-wheeler vehicle (Add/Update).
  5. Pages: In this section, the admin can manage about us and contact us pages.
  6. Reg Users: In this section, admin can view detail of registered users.
  7. Two Wheeler Booking: In this section, admin can view total new booking, total approved booking, total unapproved booking and all booking. Admin has also the right to approve and unapproved the booking.
  8. Four Wheeler Booking: In this section, admin can view total new booking, total approved booking, total unapproved booking and all booking. Admin has also the right to approve and unapproved the booking.
  9. Two Wheeler Report: In this section, admin can views how many booking has been received, counts of booking and sales of booking in a particular period.
  10. Four Wheeler Report: In this section, admin can views how many booking has been received, counts of booking and sales of booking in a particular period.
  11. Search: In this section, admin can search two-wheeler and four-wheeler vehicle booking by users name and Booking Id

Admin can also update his profile, change the password and recover the password. Admin with the help of the icon bell sees the notification of the new booking.

Users

  1. Guest Users
  2. Registered Users

Guest Users

  1. Home Page: Users can see the listed vehicles on the home page.
  2. About Us: Users can view about us page.
  3. Vehicle: Users can view the total two-wheeler and four-wheeler vehicles in detail.
  4. Contact us: Users can view the contact us page.
  5. Login/Register: In this guest, the user can register himself/herself.

Registered Users

  1. Home Page: Users can see the listed vehicles on the home page.
  2. About Us: Users can view about us page.
  3. Vehicle: User can view a total two-wheeler and four-wheeler vehicles in detail.
  4. Contact us: Users can view the contact us page.
  5. My Booking: In this user can view the detail of booking like the status of booking, how much cost will be taken and also take a print of invoice.
  6. My Account: User can update his/her profile, change the password and recover the password.

Some Project Screenshots

User login Page
Four Wheelers Vehicles Page
Admin Dashboard

How to run the Vehicle Rental Management System Project (VRMS)

1. Download the zip file

2.Extract the file and copy vrms folder

3.Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)

4.Open PHPMyAdmin (http://localhost/phpmyadmin)

5.Create a database with name vrmsdb

6.Import vrmsdb.sql file (given inside the zip package in SQL file folder)

7.Run the script http://localhost/vrms (frontend)

Credential for admin panel :

Username: admin
Password: Test@123

Credential for user panel :

Username: anc@test.com
Password: Test@123

 
About Us : 
Welcome to PHPGurukul. We are a web development team striving our best to provide you with an unusual experience with PHP. Some technologies never fade, and PHP is one of them. From the time it has been introduced, the demand for PHP Projects and PHP developers is growing since 1994. We are here to make your PHP journey more exciting and useful.
 

Comments

Popular posts from this blog

Pre-School Enrollment System using PHP and MySQL | PHP Gurukul

Global Food Ordering System Using PHP and MySQL | PHP Gurukul

Doctor Appointment Management System Using PHP and MySQL | PHP Gurukul