TAXI-GO (Taxi Booking System)

29
Taxi Go- Taxi Booking Website Made By: SAURABH KHENI BCA V A Roll no 19 Enrolment No. 003003142545

Transcript of TAXI-GO (Taxi Booking System)

Page 1: TAXI-GO (Taxi Booking System)

Taxi Go-Taxi Booking Website

Made By:SAURABH KHENI

BCA V A Roll no 19Enrolment No. 003003142545

Page 2: TAXI-GO (Taxi Booking System)

Overview• These website will provide the user an interface for booking cab

from anywhere across the Country (except remote villages).• These website will provide the services for the city like

o Mumbaio Puneo Ahmedabado Baroda(Vadodara) o Surat o Delhi o Bangaloreo Hyderabado Kolkatao Chennai

• Following users can login to the website ,o Admino Customero Driver

Page 3: TAXI-GO (Taxi Booking System)

Advantages

• It provides the service of Self Drive• At the time of booking, system will show the

accurate fare and only that much is to be paid by the customer

Page 4: TAXI-GO (Taxi Booking System)

Disadvantages

• It will not provide the multiple cities of service, while the other cab service covers most of the cities.• It does not provide any receipt after the

booking.

Page 5: TAXI-GO (Taxi Booking System)

Hardware Requirement

• Minimum of 1GB of RAM.• Processor Pentium• 100MB of Minimum Disk Space

Page 6: TAXI-GO (Taxi Booking System)

Software Requirement

• Notepad ++• Adobe Dreamweaver CC• Google Chrome • Adobe Photoshop CC• Paint• Windows 10• Wampserver

Page 7: TAXI-GO (Taxi Booking System)

Timeline Chart• A timeline is a way of displaying a list of

events in chronological order, sometimes described as a project artefacts.• It is typically a graphic design showing a long

bar labelled with dates alongside itself and usually events labelled on points where they would have happened.• It is used for project management.

Page 8: TAXI-GO (Taxi Booking System)
Page 9: TAXI-GO (Taxi Booking System)

DFD(Data Flow Diagram)• A timeline is a way of displaying a list of

events in chronological order, sometimes described as a project artifacts.• It is typically a graphic design showing a long

bar labelled with dates alongside itself and usually events labelled on points where they would have happened.• It is used for project management.

Page 10: TAXI-GO (Taxi Booking System)

Types of DFD( Zero Level DFD)

Page 11: TAXI-GO (Taxi Booking System)

Types Of DFD(1 Level DFD)

Page 12: TAXI-GO (Taxi Booking System)

What is ER Diagram

• ER Diagram stands for Entity Relationship Diagram.• In software engineering an ER model is commonly

formed to represent things that a business needs to remember in order to perform business processes.• An ER model can also be expressed in a verbal

form.• For example: one building may be divided into zero

or more apartments, but one apartment can only be located in one building.

Page 13: TAXI-GO (Taxi Booking System)
Page 14: TAXI-GO (Taxi Booking System)

Data Dictionary(Customer Table)Sr.no Field Name Type Size Constraint Description

1 Customer_ID Varchar 10 Primary key System will assign the

Customer ID2 Name Varchar 50   Full Name Of the

Customer3 Gender Boolean     Gender of the

Customer whether

Male/Female4 Date Of Birth Date     Date of Birth of

the Customer5 E-Mail ID Varchar 50   The Valid E-Mail

ID of the customer.

6 Password Varchar 30   Password given by the Customer

7 Mobile Number 10   Contact Number of Customer.

Page 15: TAXI-GO (Taxi Booking System)

Data Dictionary(Driver Table)Sr.no Field Name Type Size Constraint Description

1 Driver_ID Varchar 10 Primary key System will assign the Driver ID

2 First Name Varchar 15   First Name of the Driver

2 Last Name Varchar 50   Last Name of the Driver

3 Gender       Gender of the Driver whether Male/Female

4 Date Of Birth Date     Date of Birth of the Driver

5 E-Mail ID Varchar 50   The Valid E-Mail ID of the Driver.

6 Password Varchar 30    7 Mobile Varchar 10   Contact Number of

Driver.

8 Vehicle Name Varchar 25   Name of the Vehicle

9 Vehicle Type Varchar 25   Type of Vehicle

Page 16: TAXI-GO (Taxi Booking System)

Data Dictionary(Vehicle Data Table)

Sr.no Field Name Type Size Constraint Description

1 Vehicle_ID Varchar 15   ID of Vehicle 2 Vehicle

Registration No

Varchar 25   Registration Number of the Vehicle

Page 17: TAXI-GO (Taxi Booking System)

Data Dictionary(Driver Data Table)

Sr.no Field Name Type Size Constraint Description

1 Data ID Long 10 Primary Key ID of the Driver 2 Availability Varchar 5   Check the Driver

is Availability

Page 18: TAXI-GO (Taxi Booking System)

Data Dictionary(Vehicle Type Table)

Sr.no Field Name Type Size Constraint Description1 Vehicle ID Long 10 Primary key ID of the Vehicle 2 Name Varchar 30   Name of the Vehicle3 Deposit Long 6   Deposit given by the

Driver

4 Cost per Mile Int 2   Cost per mile assigned to every Car.

5 Type of Car Varchar 10   Type of Vehicle Eg. Sedan ,Hatchback,Lux

ury,etc.

Page 19: TAXI-GO (Taxi Booking System)

Data Dictionary(Booking Table)

Sr.no Field Name Type Size Constraint Description

1 Book ID Long 10 Primary Key ID of Booking

2 Date Date 5   Date of Booking

3 Amount Long 5   Total amount of the Ride

4 Source Varchar 15   Source of the Ride

5 Destination Varchar 15   Destination of the Ride

Page 20: TAXI-GO (Taxi Booking System)

Data Dictionary(Billing Table)

Sr.no Field Name Type Size Constraint Description

1 Bill ID Long 10 Primary Key ID of Billing

2 Book ID Long 5 Foreign key ID of Booking

3 Bill Date Date 5   Date of Booking

4 Tax Amount Long 5   Tax Amount on the total amount

5 Total Amount Long 5   Total Amount of the Bill

Page 21: TAXI-GO (Taxi Booking System)

Screenshots Of Project

Page 22: TAXI-GO (Taxi Booking System)
Page 23: TAXI-GO (Taxi Booking System)
Page 24: TAXI-GO (Taxi Booking System)
Page 25: TAXI-GO (Taxi Booking System)
Page 26: TAXI-GO (Taxi Booking System)
Page 27: TAXI-GO (Taxi Booking System)
Page 28: TAXI-GO (Taxi Booking System)
Page 29: TAXI-GO (Taxi Booking System)

Thank You