CarGO is a Cab Management System where customers can register themselves in this system, view profile and book cabs.
The objective of this project is to give the exact amount of payment and allowing a hassle-free, computer-generated payment, updates the customer as well as the admin with all the knowledge like driver details, cost per km. The system lets the driver know the location so that pickups can be easily arranged. It brings simplicity to both drivers and customers as customers can choose to book.
-> Web based application
-> Built on Python and MySQL
-> Supported OS are Windows 10,8,7(SP1) 64 bit versions
-> IDE used : Visual Studio Code, SQLite Studio
- Customer, driver and employee login
- Forgot password
- Customer registration
- Customer’s trip booking
- Employee dashboard
- Customer, driver, employee details
- Driver dashboard
- Assigning driver to customer
- Payment
1. WelcomePage
Here, user can login into the dashboard of employee, driver, customer. If user is new to CarGO, then they can register into this cab booking system. Also, if any existing user forget their password, then they can reset it with the help of their username.
2. Forgot Password
This program is built so that user can reset their password with the help of their username.
3. Customer registration
This program is to register new customer to CarGO by providing some basic details.
4. Customer’s trip booking
Customer can book their trip, update or delete it, as per their need.
5. Employee dashboard
Employee can check the details of each driver and customer, can assign the driver to customer for their respective rides. Along with this, they can generate the bill and can save it in pdf format.
6. Driver dashboard
Driver can update and verify the details about their trip after being completed.
7. Assigning driver to customer
Employee can assign a driver to the customer for their trip.
9. Payment The bill can be generated by the employee as per the customer’s trip. The receipt can be generated in the pdf format and can be sent through customer’s registered email by the admin.