SlideShare a Scribd company logo
1 of 55
A Project Report
On
Travel Agency(Cool Cab)
Submitted By
Jani Abhishek Rameshbhai Exam No=13084221028
Tirkey Nitish Xavier Alexius Exam No=13084221158
Master of Science (Information Technology)
Semester-III
Guided By
Mrs.Palak Shah
Group No:-21
Submitted to
Department of Computer Science-IIC
Ganpat University, Ganpat Vidyanagar-384012
December - 2014
Department of Computer
Science-IIC
Ganpat University,
Ganpat Vidyanagar-384012
06 / 12 / 2014
CERTIFICATE
T O W H O M S O E V E R I T M A Y C O N C E R N
This is to certify that the following students of Master of Science in
Information Technology Semester-III have completed their Mini project
work titled “Travel Agency (Cool Cab)” satisfactorily.
Name Exam No
Jani Abhishek Rameshbhai. 13084221028
Tirkey Nitish Xavier Alexius 13084221158
Internal Guide Project Co-ordinator Principal/HOD
Mrs. Palak Shah Mr. Shivang Patel Prof. Dr. Satyen Parikh
ACKNOWLEDGEMENT
 With immenseness pleasure, we would like to present the project assignment. The nature
of the project on the development of “Travel Agency(Cool Cab)” has given us a wide
Opportunity to think.
 Wewould like to acknowledge all the people who have helped us at one stage or another
by providing the much needed support and groundwork, to complete it on the specific
schedule.
.
 The Project on Travel Agency (Cool Cab) would not have been possible without support
and encouragement of Mrs. Palak ShahAssistant professor of Department of Computer
Science, who hasprovided her precious time and knowledge and facilities for completion
of Project.
 We are thankful to our honorable H.O.D. of Department of Computer Science, and whole
staff members through whom we are able to do this work and make ourselves very
confident about the Software Development
Yours Sincerely,
Jani Abhishek R
Tirkey Nitish Xavier.
.
PREFACE
 This Project Aim is provide Cab facility.
 This project is used to book the cab With Driver.
 This project is give best service for the cab on the particular route.
 This project helps the user to maintain their bookings.
 This project helps the admin user the maintain the driver and vehicles.
 Trips and bookings are manages.
Index
Sr. No Title Page No
1 Project Profile
1.1 Project Title
1.2 Objective
1
2 Requirement specification
About Existing System & Need for new system/ Features of the new system
2
3 Minimum Hardware & Software Requirement 3
4 Function Specification 5
5 System Flow Chart 6
UML Diagrams
1. Class Diagram
2. Use Case Diagram
3. Sequence Diagram
7
6 Data Dictionary 11
7 Input/ Output Design (Screen Layouts with title and brief description on each
screen shot)
17
8 Testing (Design testcases of validations in tabular form) 47
9 Future Enhancement 48
10 Conclusion 49
11 Bibliography / References 50
Travel Agency(Cool Cab)
Page 1
 PROJECT PROFILE
Project Title Travel Agency(Cool Cab)
Objectives Travel Agency (Cool Cab) is useful to
perform the complete traveling
functionalities given to the users, such as
vehicle details, customer details, driver
details.
Travel Agency(Cool Cab)
Page 2
 Business can expand only in limited cities.
 Cabs Companies giving advertisement in local newspaper and pamphlets.
 Details are stored on Papers.
 Maintenance is a huge problem.
 Updation, changes in details is a difficult.
REQUIREMENT SPECIFICATION
Features of the new system
 We do not require to waste money on newspaper and Pamphlets for
Advertisement.
 As data is maintained electronically it’s easy for a person to update the details, which has
Overcome the tedious updation in previous system.
 Maintenance is easy and performance is good.
 Mainly the system has automated the Transportation Process.
Requirement Specification
Existing System
Travel Agency(Cool Cab)
Page 3
Hardware
 Processor: Dual Core (Minimum).
 Hard disk capacity : 50 GB(Minimum)
 RAM capacity : 1GB(Minimum)
Software Requirement
 Front End : Microsoft Visual Studio Framework 4.5
 Back End : SQL Server 2008
 Operating System: Windows Server 2003
 Runtime Framework : Microsoft .NET Framework
Minimum Hardware & Software Requirement
Minimum Server Side Hardware & Software Requirement
Travel Agency(Cool Cab)
Page 4
Minimum Client Side Hardware and Software Requirement
Hardware
 Processor : Dual Core(Minimum)
 Hard disk capacity : 50 GB(Minimum)
 RAM capacity : 1GB(Minimum)
Software
• Web Browser: Internet Explorer 8, Firefox, Opera, Google-
Chrome.
Travel Agency(Cool Cab)
Page 5
Functionality
Admin Module
 Login to the website
 Manage User
 Manage Vehicle
 Manage Driver
 Manage Booking/Cancellation
User Module
 Register / Login to the Account
 Booking and Cancellation of the vehicle
 Give Feedback
Travel Agency(Cool Cab)
Page 6
SYSTEM FLOW CHART
Travel Agency(Cool Cab)
Page 7
Class Diagram
Travel Agency(Cool Cab)
Page 8
Use Case Diagram
Travel Agency(Cool Cab)
Page 9
Sequence Diagram for Client
Travel Agency(Cool Cab)
Page 10
Sequence Diagram For Admin
Travel Agency(Cool Cab)
Page 11
Data Dictionary
Table Name : City_Table
Table Description : This table contain City Details
Table Name : Registration_Table
Table Description : This table contain User Details
Field Name Data Type Size Constraint Description
City_Id Numeric 4 Primary Key Unique ID for the User
City_Name Varchar 30 Not Null Name of the city
State Varchar 30 Not Null State Name
Field Name Data Type Size Constraint Description
User_ID Numeric 4 Primary Key Unique ID for the User
Name Varchar 30 Not Null Name of the User
Gender Varchar 2 Not Null User of the User
Address Varchar 50 Not Null Address of the User
City_Id Numeric 4 Foreign Key Referring City_Table
Contact_No Varchar 15 Not Null Contact no of User
User_Type Varchar 15 Not Null Display Type of user
Email_ID Varchar 50 Not Null Email ID of User
Password Varchar 15 Not Null Password of the User
Travel Agency(Cool Cab)
Page 12
Table Name : Driver_Details
Table Description : This table contain Driver Details
Field Name Data Type Size Constraint Description
Driver_ID Numeric 4 Primary Key Unique ID for Driver
Name Varchar 30 Not Null Name of the Driver
Address Varchar 50 Not Null Address of the Driver
City_Id Numeric 4 Foreign Key Referring City_Table
Contact_NO Varchar 15 Not Null Contact no of driver
Driver_status Varchar 20 Not Null Shows the Driver Status
(Available or Engaged)
DOJ Date Not Null Date of Joining of driver
Licence_NO Varchar 20 Not Null Licence of the driver
Travel Agency(Cool Cab)
Page 13
Table Name : Vehicle_Details
Table Description : This table contain Vehicle Details
Field Name Data Type Size Constraint Description
Registration_NO Varchar 30 Primary Key Unique Id of vehicle
Vname Varchar 30 Not Null Name of the vehicle
Vehicle_Type Varchar 20 Not Null A/c or Non A/c
Description Varchar 50 Not Null Description of the vehicle
Vehicle_Status Varchar 10 Not Null Shows vehicle status(Available
or Engaged
KmRate Numeric 4 Not Null Rate per Km
Capacity Numeric 2 Not Null No of seats
Min_Km Number 4 Not Null Store the min km charge for
cars
Travel Agency(Cool Cab)
Page 14
Table Name : Booking_Details
Table Description : This table contain Booking Details.
Field Name Data Type Size Constraint Description
Booking_ID Numeric 4 Primary Key Unique Id for booking
User_ID Numeric 4 Foreign Key Referring User table
Registration_NO Numeric 4 Foreign Key Referring vehicle table
Booking_Date Date Not Null Indicate the date of booking
Travel_Date Date Not Null Indicate the travelling date
Return_Date Date Not Null Indicate the returning date
Travel_Time Varchar 10 Not Null Indicate the travel time
Pick_Up Varchar 30 Not Null The pickup point for the user
Destination Varchar 30 Not Null The destination point for the user
Status Varchar 15 NotNull Status Of the Booking
Travel Agency(Cool Cab)
Page 15
Table Name : Trip_Sheet
Table Description : This table contain Trip Sheet Details.
Field Name Data Type Size Constraint Description
Trip_Id Numeric 4 Primary Key Unique ID of trip
Booking_ID Numeric 4 Foreign Key Referring booking table
Driver_ID Numeric 4 Foreign Key Referring driver table
Travel Agency(Cool Cab)
Page 16
Table Name : FeedBack_Form
Table Description : This table contain Feedback Details
Field Name Data Type Size Constraint Description
FeedBack_ID Numeric 4 Primary Key Unique ID for Feedback
User_ID Numeric 4 Foreign Key Referring User table
Feed_Date Date Not Null Shows the date of feedback
Feedback_msg Varchar 50 Not Null Shows the Feedback From The Users
Travel Agency(Cool Cab)
Page 17
Title: - Homepage
Description: - This is the Home Page of the System.
Travel Agency(Cool Cab)
Page 18
Title: - Contact Us
Description: - This is the Contact Page of the System.
Travel Agency(Cool Cab)
Page 19
Title: - Registration Form
Description: - This is the Registration Page of the System.
Travel Agency(Cool Cab)
Page 20
Title: - Registration Form
Description: - This is the Registration Page Error of the System.
Travel Agency(Cool Cab)
Page 21
Title: - Login
Description: - This is the Login Page of the System.
Travel Agency(Cool Cab)
Page 22
Title: - Login
Description: - This is the Login Error Page of the System.
Travel Agency(Cool Cab)
Page 23
Title: - Booking Form
Description: - This is the Booking Page of the System.
Travel Agency(Cool Cab)
Page 24
Title: - Booking Form
Description: - This is the Booking Page Error of the System.
Travel Agency(Cool Cab)
Page 25
Title: - MyBooking Page
Description: - This is the MyBooking Page of the System.
Travel Agency(Cool Cab)
Page 26
Title: - Cancellation Page
Description: - This is the Cancellation Page of the System.
Travel Agency(Cool Cab)
Page 27
Title: - FeedBack Page
Description: - This is Feedback Page of the System.
Travel Agency(Cool Cab)
Page 28
Title: - FeedBack Page
Description: - This is the FeedBack Error page of the System.
Travel Agency(Cool Cab)
Page 29
Title: - Location Form
Description: - This is the Location Page of the Admin Side.
Travel Agency(Cool Cab)
Page 30
Title: - Location Form
Description: - This is the Location Page Error of the Admin Side.
Travel Agency(Cool Cab)
Page 31
Title: - Manage Admin
Description: - This is the Manage Admin Page of the Admin Side.
Travel Agency(Cool Cab)
Page 32
Title: - Manage Admin
Description: - This is the Manage Admin Error Page of the Admin Side.
Travel Agency(Cool Cab)
Page 33
Title: - Manage User
Description: - This is the Manage User Page of the Admin Side.
Travel Agency(Cool Cab)
Page 34
Title: - Manage User
Description: - This is the Manage User Search by number Page of the Admin Side.
Travel Agency(Cool Cab)
Page 35
Title: - Manage Driver
Description: - This is the Manage Driver Page of the Admin Side.
Travel Agency(Cool Cab)
Page 36
Title: - Manage Driver
Description: - This is the Manage Driver Error Page of the Admin Side.
Travel Agency(Cool Cab)
Page 37
Title: - Manage Vehicle
Description: - This is the Manage Vehicle Page of the Admin Side.
Travel Agency(Cool Cab)
Page 38
Title: - Manage Vehicle
Description: - This is the Manage Vehicle Error Page of the Admin Side.
Travel Agency(Cool Cab)
Page 39
Title: - Manage Booking
Description: - This is the Manage Booking Page of the Admin Side.
Travel Agency(Cool Cab)
Page 40
Title: - Manage Booking
Description: - This is the Manage Booking Page by date of the Admin Side.
Travel Agency(Cool Cab)
Page 41
Title: - Manage Trip Page
Description: - This is the Manage Trip Page of the Admin Side.
Travel Agency(Cool Cab)
Page 42
Title: - Manage Feed Back
Description: - This is the Manage Feed Back Page of the Admin Side.
Travel Agency(Cool Cab)
Page 43
Output Design
Title: - Report for Manage Booking
Description: - This is the Report for Manage Booking of the Admin Side.
Travel Agency(Cool Cab)
Page 44
Title: - Report for Manage Booking
Description: - This is the Report for Manage Booking by date of the Admin Side.
Travel Agency(Cool Cab)
Page 45
Title: - Report for Manage Vehicle
Description: - This is the Report for Manage Vehicle of the Admin Side.
Travel Agency(Cool Cab)
Page 46
Title: - Report for Manage Driver
Description: - This is the Report for Manage Driver of the Admin Side.
Travel Agency(Cool Cab)
Page 47
Admin
No. Test Cases Case Type Expected Result Actual Result Pass/Fail
1 Login 1.Wrong User Id
and Password
The system throws
an error and prevent
from login
The system
display a
message “Enter
Email Id And
Enter Password”
Pass
2.Enter Correct
Used Id and
Password
The system can
redirect the page
The system
display home
page for admin
Pass
2 Registration 1.Required Field
validation
Mandatory Fields
should not be blank
You have enter
some value in
the fields
Pass
2.Regular
Expression
validation
The field value
must have predefine
validation
You have enter
only digit or
numeric value
Pass
Member
No. Test Cases Case Type Expected Result Actual Result Pass/Fail
1. Login 1.Non registered
user
The system will not
allow non-
registered user to
login
Non-registered
user cannot
login
Pass
2.Wrong User Id
and Password
The system throws
an error and prevent
from login
The system
display a
message “Wrong
User Id and
Password”
Pass
3.Enter Correct
Used Id and
Password
The system can
redirect the page
The system
display home
page of the
client
Pass
2. Registration 1.Required Field
validation
Mandatory Fields
should not be blank
You have enter
some value in
the fields
Pass
2.Regular
Expression
Validator
A Predefine format
should be follow
Check the
proper format of
Email Id
Pass
3.Compare
Validator
It Compares the
password
Check the
password is
same or not
Pass
TESTING
Travel Agency(Cool Cab)
Page 48
Future Enhancement
 Send a Message for verification to the user’s registration process.
 Notify user’s for activation of the trip.
 We will give option for online payment.
 Try to Implement the GPS system in the Cabs.
Travel Agency(Cool Cab)
Page 49
Conclusion
Information Technology plays a vital role not only in a particular field, it provides
various kinds of solutions and services to the various problems prevailing in many
fields. Cabs exploit information technology at the maximum extent. It uses the
information technology in an efficient way for providing better passenger services.
Travel Agency(Cool Cab)
Page 50
Bibliography
After System is Implemented, User and analyst a like usually conduct a review
Of System
Web sites:-
www.merucabs.com
www.olacabs.com
www.slideshare.com
www.scrib.com
Book Name Author Publisher Year of Publish
Professional
ASP.Net 4.5 in
C# and VB
Jason N.
Gaylord,
Christian Wenz,
PranavRastogy
Pearson 2011

More Related Content

What's hot

Lending system SRS
Lending system SRSLending system SRS
Lending system SRSNildip Patel
 
CURRENT TREND IN INTERNET BANKING (SUBJECT -ENGINEERING ECONOMICS AND MANAG...
CURRENT TREND  IN INTERNET BANKING (SUBJECT -ENGINEERING  ECONOMICS AND MANAG...CURRENT TREND  IN INTERNET BANKING (SUBJECT -ENGINEERING  ECONOMICS AND MANAG...
CURRENT TREND IN INTERNET BANKING (SUBJECT -ENGINEERING ECONOMICS AND MANAG...Vraj Patel
 
Lean Six Sigma Green Belt Project No-Show Rate Reduction
Lean Six Sigma Green Belt Project No-Show Rate ReductionLean Six Sigma Green Belt Project No-Show Rate Reduction
Lean Six Sigma Green Belt Project No-Show Rate ReductionJohn W. McAfee, MHA, PMP, FACHE
 
Airline Reservation Software Requirement Specification
Airline Reservation Software Requirement SpecificationAirline Reservation Software Requirement Specification
Airline Reservation Software Requirement SpecificationDeborah Kronk
 
Judiciary information management system
Judiciary information management systemJudiciary information management system
Judiciary information management systemKIRTIDEV MOHAPATRA
 
Online Loan Management System
Online Loan Management SystemOnline Loan Management System
Online Loan Management SystemSoban Ahmad
 
Motion to dismiss under rule 12(b)(5) for insufficient service of process
Motion to  dismiss under rule 12(b)(5) for insufficient service of processMotion to  dismiss under rule 12(b)(5) for insufficient service of process
Motion to dismiss under rule 12(b)(5) for insufficient service of processLegalDocsPro
 
Pokok perubahan-pengaturan-permen-pupr-no14-tahun-2020-85
Pokok perubahan-pengaturan-permen-pupr-no14-tahun-2020-85Pokok perubahan-pengaturan-permen-pupr-no14-tahun-2020-85
Pokok perubahan-pengaturan-permen-pupr-no14-tahun-2020-85Harun Ariesto Wijaya
 
Railway Reservation System - Requirement Engineering
Railway Reservation System - Requirement EngineeringRailway Reservation System - Requirement Engineering
Railway Reservation System - Requirement EngineeringDanish Javed
 
Payoneer nilson report coverage 8 26
Payoneer nilson report coverage 8 26Payoneer nilson report coverage 8 26
Payoneer nilson report coverage 8 26Rudi Chatab
 
Flight reservation and ticketing system Final PPT
Flight reservation and ticketing system Final PPTFlight reservation and ticketing system Final PPT
Flight reservation and ticketing system Final PPTmarcorelano
 
bus ticketing managment system
bus ticketing managment systembus ticketing managment system
bus ticketing managment systemShruti Ingle
 
Cab booking system india
Cab booking system indiaCab booking system india
Cab booking system indiaCustom Soft
 
Design Assignment ( Recreation of IRCTC Booking System in Andriod Platform)
Design Assignment ( Recreation of IRCTC Booking System in Andriod Platform)Design Assignment ( Recreation of IRCTC Booking System in Andriod Platform)
Design Assignment ( Recreation of IRCTC Booking System in Andriod Platform)Abhilash Mishra
 
Online voting system
Online voting systemOnline voting system
Online voting systemArti Gupta
 

What's hot (20)

Lending system SRS
Lending system SRSLending system SRS
Lending system SRS
 
CURRENT TREND IN INTERNET BANKING (SUBJECT -ENGINEERING ECONOMICS AND MANAG...
CURRENT TREND  IN INTERNET BANKING (SUBJECT -ENGINEERING  ECONOMICS AND MANAG...CURRENT TREND  IN INTERNET BANKING (SUBJECT -ENGINEERING  ECONOMICS AND MANAG...
CURRENT TREND IN INTERNET BANKING (SUBJECT -ENGINEERING ECONOMICS AND MANAG...
 
Lean Six Sigma Green Belt Project No-Show Rate Reduction
Lean Six Sigma Green Belt Project No-Show Rate ReductionLean Six Sigma Green Belt Project No-Show Rate Reduction
Lean Six Sigma Green Belt Project No-Show Rate Reduction
 
Airline Reservation Software Requirement Specification
Airline Reservation Software Requirement SpecificationAirline Reservation Software Requirement Specification
Airline Reservation Software Requirement Specification
 
Car Rental System
Car Rental SystemCar Rental System
Car Rental System
 
Judiciary information management system
Judiciary information management systemJudiciary information management system
Judiciary information management system
 
Online Loan Management System
Online Loan Management SystemOnline Loan Management System
Online Loan Management System
 
Motion to dismiss under rule 12(b)(5) for insufficient service of process
Motion to  dismiss under rule 12(b)(5) for insufficient service of processMotion to  dismiss under rule 12(b)(5) for insufficient service of process
Motion to dismiss under rule 12(b)(5) for insufficient service of process
 
Pokok perubahan-pengaturan-permen-pupr-no14-tahun-2020-85
Pokok perubahan-pengaturan-permen-pupr-no14-tahun-2020-85Pokok perubahan-pengaturan-permen-pupr-no14-tahun-2020-85
Pokok perubahan-pengaturan-permen-pupr-no14-tahun-2020-85
 
Railway Reservation System - Requirement Engineering
Railway Reservation System - Requirement EngineeringRailway Reservation System - Requirement Engineering
Railway Reservation System - Requirement Engineering
 
Payoneer nilson report coverage 8 26
Payoneer nilson report coverage 8 26Payoneer nilson report coverage 8 26
Payoneer nilson report coverage 8 26
 
App Proposals - Cab Booking
App Proposals - Cab BookingApp Proposals - Cab Booking
App Proposals - Cab Booking
 
movie.pptx
movie.pptxmovie.pptx
movie.pptx
 
Pelantikan Eselon II
Pelantikan Eselon IIPelantikan Eselon II
Pelantikan Eselon II
 
Flight reservation and ticketing system Final PPT
Flight reservation and ticketing system Final PPTFlight reservation and ticketing system Final PPT
Flight reservation and ticketing system Final PPT
 
bus ticketing managment system
bus ticketing managment systembus ticketing managment system
bus ticketing managment system
 
Cab booking system india
Cab booking system indiaCab booking system india
Cab booking system india
 
Design Assignment ( Recreation of IRCTC Booking System in Andriod Platform)
Design Assignment ( Recreation of IRCTC Booking System in Andriod Platform)Design Assignment ( Recreation of IRCTC Booking System in Andriod Platform)
Design Assignment ( Recreation of IRCTC Booking System in Andriod Platform)
 
Online Bus Service
Online Bus ServiceOnline Bus Service
Online Bus Service
 
Online voting system
Online voting systemOnline voting system
Online voting system
 

Viewers also liked

object oriented uml modeling for traveler management system
object oriented uml modeling for traveler management systemobject oriented uml modeling for traveler management system
object oriented uml modeling for traveler management systemhriday81
 
Predicting Cab Booking Cancellations- Data Mining Project
Predicting Cab Booking Cancellations- Data Mining ProjectPredicting Cab Booking Cancellations- Data Mining Project
Predicting Cab Booking Cancellations- Data Mining Projectraj
 
Internship report in travel agency Ramdung Expedition Pvt. ltd, Nepal
Internship report in travel agency Ramdung Expedition Pvt. ltd, NepalInternship report in travel agency Ramdung Expedition Pvt. ltd, Nepal
Internship report in travel agency Ramdung Expedition Pvt. ltd, NepalRaju Dong
 
A project on taxi
A  project on taxi A  project on taxi
A project on taxi 549manish
 
Project Report on Comparative Study Philips LED With Other Competitive Brands
Project Report on Comparative Study Philips LED With Other Competitive BrandsProject Report on Comparative Study Philips LED With Other Competitive Brands
Project Report on Comparative Study Philips LED With Other Competitive BrandsKapil Shelke
 

Viewers also liked (7)

object oriented uml modeling for traveler management system
object oriented uml modeling for traveler management systemobject oriented uml modeling for traveler management system
object oriented uml modeling for traveler management system
 
Predicting Cab Booking Cancellations- Data Mining Project
Predicting Cab Booking Cancellations- Data Mining ProjectPredicting Cab Booking Cancellations- Data Mining Project
Predicting Cab Booking Cancellations- Data Mining Project
 
Cab booking-web
Cab booking-webCab booking-web
Cab booking-web
 
Internship report in travel agency Ramdung Expedition Pvt. ltd, Nepal
Internship report in travel agency Ramdung Expedition Pvt. ltd, NepalInternship report in travel agency Ramdung Expedition Pvt. ltd, Nepal
Internship report in travel agency Ramdung Expedition Pvt. ltd, Nepal
 
Uml class Diagram
Uml class DiagramUml class Diagram
Uml class Diagram
 
A project on taxi
A  project on taxi A  project on taxi
A project on taxi
 
Project Report on Comparative Study Philips LED With Other Competitive Brands
Project Report on Comparative Study Philips LED With Other Competitive BrandsProject Report on Comparative Study Philips LED With Other Competitive Brands
Project Report on Comparative Study Philips LED With Other Competitive Brands
 

Similar to Travel Agency Project Report on Cool Cab Service ManagementTITLEProject Report on Online Cab Booking System for Travel Agency Cool CabTITLECool Cab Travel Agency Management System - Project Report

Online_Car_Rental_System_A_Project_Prese.pdf
Online_Car_Rental_System_A_Project_Prese.pdfOnline_Car_Rental_System_A_Project_Prese.pdf
Online_Car_Rental_System_A_Project_Prese.pdfHarish443270
 
final year project document for demo so student can understand the format
final year project document for demo so student can understand the formatfinal year project document for demo so student can understand the format
final year project document for demo so student can understand the formatB68Falgunishrimali
 
Online Bus Reservation
Online Bus ReservationOnline Bus Reservation
Online Bus ReservationAstha Patel
 
Advance Java course work under NCC Education June 2011
Advance Java course work  under NCC Education June 2011Advance Java course work  under NCC Education June 2011
Advance Java course work under NCC Education June 2011Md. Mahbub Alam
 
online pay and park system
online pay and park systemonline pay and park system
online pay and park systemHimanshu patel
 
[Rakuten TechConf2014] [B-6] Rakuten Travel Architecture and Development Process
[Rakuten TechConf2014] [B-6] Rakuten Travel Architecture and Development Process[Rakuten TechConf2014] [B-6] Rakuten Travel Architecture and Development Process
[Rakuten TechConf2014] [B-6] Rakuten Travel Architecture and Development ProcessRakuten Group, Inc.
 
Railway Reservation System initial django.pptx
Railway Reservation System initial django.pptxRailway Reservation System initial django.pptx
Railway Reservation System initial django.pptxNitin846696
 
Database Management System of Travel Co.
Database Management System of Travel Co.Database Management System of Travel Co.
Database Management System of Travel Co.Awais Ali
 
AU-Project-Report-Fulltext-132299.PDF
AU-Project-Report-Fulltext-132299.PDFAU-Project-Report-Fulltext-132299.PDF
AU-Project-Report-Fulltext-132299.PDFCCSSenatorAbogadoAj
 
Online car parking reservation system ppt 9160262550 dinesh
Online car parking reservation system ppt   9160262550 dineshOnline car parking reservation system ppt   9160262550 dinesh
Online car parking reservation system ppt 9160262550 dineshDinesh Nalluri
 
srs for railway reservation system
 srs for railway reservation system srs for railway reservation system
srs for railway reservation systemkhushi kalaria
 
Bus transportation query report
Bus transportation query reportBus transportation query report
Bus transportation query reportSudhanshu Moolya
 
A transport management application
A transport management applicationA transport management application
A transport management applicationSadiq Khan
 

Similar to Travel Agency Project Report on Cool Cab Service ManagementTITLEProject Report on Online Cab Booking System for Travel Agency Cool CabTITLECool Cab Travel Agency Management System - Project Report (20)

Online_Car_Rental_System_A_Project_Prese.pdf
Online_Car_Rental_System_A_Project_Prese.pdfOnline_Car_Rental_System_A_Project_Prese.pdf
Online_Car_Rental_System_A_Project_Prese.pdf
 
YTR PPT
YTR PPTYTR PPT
YTR PPT
 
final year project document for demo so student can understand the format
final year project document for demo so student can understand the formatfinal year project document for demo so student can understand the format
final year project document for demo so student can understand the format
 
Online Bus Reservation
Online Bus ReservationOnline Bus Reservation
Online Bus Reservation
 
Advance Java course work under NCC Education June 2011
Advance Java course work  under NCC Education June 2011Advance Java course work  under NCC Education June 2011
Advance Java course work under NCC Education June 2011
 
Easy drive presentation
Easy drive presentationEasy drive presentation
Easy drive presentation
 
online pay and park system
online pay and park systemonline pay and park system
online pay and park system
 
[Rakuten TechConf2014] [B-6] Rakuten Travel Architecture and Development Process
[Rakuten TechConf2014] [B-6] Rakuten Travel Architecture and Development Process[Rakuten TechConf2014] [B-6] Rakuten Travel Architecture and Development Process
[Rakuten TechConf2014] [B-6] Rakuten Travel Architecture and Development Process
 
Transport Management
Transport ManagementTransport Management
Transport Management
 
Railway Reservation System initial django.pptx
Railway Reservation System initial django.pptxRailway Reservation System initial django.pptx
Railway Reservation System initial django.pptx
 
Lost cargo reconcillation
Lost cargo reconcillationLost cargo reconcillation
Lost cargo reconcillation
 
Database Management System of Travel Co.
Database Management System of Travel Co.Database Management System of Travel Co.
Database Management System of Travel Co.
 
Railway Management PPT.pptx
Railway Management PPT.pptxRailway Management PPT.pptx
Railway Management PPT.pptx
 
CV-Eng. Hassan
CV-Eng. HassanCV-Eng. Hassan
CV-Eng. Hassan
 
AU-Project-Report-Fulltext-132299.PDF
AU-Project-Report-Fulltext-132299.PDFAU-Project-Report-Fulltext-132299.PDF
AU-Project-Report-Fulltext-132299.PDF
 
Online car parking reservation system ppt 9160262550 dinesh
Online car parking reservation system ppt   9160262550 dineshOnline car parking reservation system ppt   9160262550 dinesh
Online car parking reservation system ppt 9160262550 dinesh
 
Ressys
RessysRessys
Ressys
 
srs for railway reservation system
 srs for railway reservation system srs for railway reservation system
srs for railway reservation system
 
Bus transportation query report
Bus transportation query reportBus transportation query report
Bus transportation query report
 
A transport management application
A transport management applicationA transport management application
A transport management application
 

More from Nitish Xavier Tirkey

A presentation on electronic wallet
A presentation on electronic walletA presentation on electronic wallet
A presentation on electronic walletNitish Xavier Tirkey
 
A presentation on effect on greenhouse gas
A presentation on effect on greenhouse gasA presentation on effect on greenhouse gas
A presentation on effect on greenhouse gasNitish Xavier Tirkey
 
Presentation on different kinds of software
Presentation on different kinds of softwarePresentation on different kinds of software
Presentation on different kinds of softwareNitish Xavier Tirkey
 
SYNOPSIS ON BANK MANAGEMENT SYSTEM
SYNOPSIS ON BANK MANAGEMENT SYSTEMSYNOPSIS ON BANK MANAGEMENT SYSTEM
SYNOPSIS ON BANK MANAGEMENT SYSTEMNitish Xavier Tirkey
 
A presentation on development of gandhidham after earthquake
A presentation on  development of gandhidham after earthquakeA presentation on  development of gandhidham after earthquake
A presentation on development of gandhidham after earthquakeNitish Xavier Tirkey
 

More from Nitish Xavier Tirkey (13)

Report On Credit Society
Report On Credit SocietyReport On Credit Society
Report On Credit Society
 
A presentation on electronic wallet
A presentation on electronic walletA presentation on electronic wallet
A presentation on electronic wallet
 
A presentation on effect on greenhouse gas
A presentation on effect on greenhouse gasA presentation on effect on greenhouse gas
A presentation on effect on greenhouse gas
 
Presentation on different kinds of software
Presentation on different kinds of softwarePresentation on different kinds of software
Presentation on different kinds of software
 
Presentation on storage device
Presentation on storage devicePresentation on storage device
Presentation on storage device
 
Presentation on input devices
Presentation on input devicesPresentation on input devices
Presentation on input devices
 
Presentation on operating system
 Presentation on operating system Presentation on operating system
Presentation on operating system
 
Presentation on output device
Presentation on output devicePresentation on output device
Presentation on output device
 
Presentation on computer viruses
Presentation on computer virusesPresentation on computer viruses
Presentation on computer viruses
 
SYNOPSIS ON BANK MANAGEMENT SYSTEM
SYNOPSIS ON BANK MANAGEMENT SYSTEMSYNOPSIS ON BANK MANAGEMENT SYSTEM
SYNOPSIS ON BANK MANAGEMENT SYSTEM
 
A presentation on cloud computing
A presentation on cloud computingA presentation on cloud computing
A presentation on cloud computing
 
A presentation on cloud computing
A presentation on cloud computingA presentation on cloud computing
A presentation on cloud computing
 
A presentation on development of gandhidham after earthquake
A presentation on  development of gandhidham after earthquakeA presentation on  development of gandhidham after earthquake
A presentation on development of gandhidham after earthquake
 

Recently uploaded

Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptxReal-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptxRTS corp
 
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfEnhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfRTS corp
 
Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprisepreethippts
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldRoberto Pérez Alcolea
 
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxUI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxAndreas Kunz
 
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Angel Borroy López
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationBradBedford3
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfMarharyta Nedzelska
 
Salesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZSalesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZABSYZ Inc
 
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdf
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdfExploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdf
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdfkalichargn70th171
 
Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Rob Geurden
 
Not a Kubernetes fan? The state of PaaS in 2024
Not a Kubernetes fan? The state of PaaS in 2024Not a Kubernetes fan? The state of PaaS in 2024
Not a Kubernetes fan? The state of PaaS in 2024Anthony Dahanne
 
Strategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsStrategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsJean Silva
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...OnePlan Solutions
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogueitservices996
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtimeandrehoraa
 
Patterns for automating API delivery. API conference
Patterns for automating API delivery. API conferencePatterns for automating API delivery. API conference
Patterns for automating API delivery. API conferencessuser9e7c64
 
Post Quantum Cryptography – The Impact on Identity
Post Quantum Cryptography – The Impact on IdentityPost Quantum Cryptography – The Impact on Identity
Post Quantum Cryptography – The Impact on Identityteam-WIBU
 
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonLeveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonApplitools
 
VK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web DevelopmentVK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web Developmentvyaparkranti
 

Recently uploaded (20)

Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptxReal-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
 
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfEnhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
 
Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprise
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository world
 
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxUI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
 
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion Application
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdf
 
Salesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZSalesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZ
 
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdf
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdfExploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdf
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdf
 
Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...
 
Not a Kubernetes fan? The state of PaaS in 2024
Not a Kubernetes fan? The state of PaaS in 2024Not a Kubernetes fan? The state of PaaS in 2024
Not a Kubernetes fan? The state of PaaS in 2024
 
Strategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsStrategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero results
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogue
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtime
 
Patterns for automating API delivery. API conference
Patterns for automating API delivery. API conferencePatterns for automating API delivery. API conference
Patterns for automating API delivery. API conference
 
Post Quantum Cryptography – The Impact on Identity
Post Quantum Cryptography – The Impact on IdentityPost Quantum Cryptography – The Impact on Identity
Post Quantum Cryptography – The Impact on Identity
 
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonLeveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
 
VK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web DevelopmentVK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web Development
 

Travel Agency Project Report on Cool Cab Service ManagementTITLEProject Report on Online Cab Booking System for Travel Agency Cool CabTITLECool Cab Travel Agency Management System - Project Report

  • 1. A Project Report On Travel Agency(Cool Cab) Submitted By Jani Abhishek Rameshbhai Exam No=13084221028 Tirkey Nitish Xavier Alexius Exam No=13084221158 Master of Science (Information Technology) Semester-III Guided By Mrs.Palak Shah Group No:-21 Submitted to Department of Computer Science-IIC Ganpat University, Ganpat Vidyanagar-384012 December - 2014
  • 2. Department of Computer Science-IIC Ganpat University, Ganpat Vidyanagar-384012 06 / 12 / 2014 CERTIFICATE T O W H O M S O E V E R I T M A Y C O N C E R N This is to certify that the following students of Master of Science in Information Technology Semester-III have completed their Mini project work titled “Travel Agency (Cool Cab)” satisfactorily. Name Exam No Jani Abhishek Rameshbhai. 13084221028 Tirkey Nitish Xavier Alexius 13084221158 Internal Guide Project Co-ordinator Principal/HOD Mrs. Palak Shah Mr. Shivang Patel Prof. Dr. Satyen Parikh
  • 3. ACKNOWLEDGEMENT  With immenseness pleasure, we would like to present the project assignment. The nature of the project on the development of “Travel Agency(Cool Cab)” has given us a wide Opportunity to think.  Wewould like to acknowledge all the people who have helped us at one stage or another by providing the much needed support and groundwork, to complete it on the specific schedule. .  The Project on Travel Agency (Cool Cab) would not have been possible without support and encouragement of Mrs. Palak ShahAssistant professor of Department of Computer Science, who hasprovided her precious time and knowledge and facilities for completion of Project.  We are thankful to our honorable H.O.D. of Department of Computer Science, and whole staff members through whom we are able to do this work and make ourselves very confident about the Software Development Yours Sincerely, Jani Abhishek R Tirkey Nitish Xavier. .
  • 4. PREFACE  This Project Aim is provide Cab facility.  This project is used to book the cab With Driver.  This project is give best service for the cab on the particular route.  This project helps the user to maintain their bookings.  This project helps the admin user the maintain the driver and vehicles.  Trips and bookings are manages.
  • 5. Index Sr. No Title Page No 1 Project Profile 1.1 Project Title 1.2 Objective 1 2 Requirement specification About Existing System & Need for new system/ Features of the new system 2 3 Minimum Hardware & Software Requirement 3 4 Function Specification 5 5 System Flow Chart 6 UML Diagrams 1. Class Diagram 2. Use Case Diagram 3. Sequence Diagram 7 6 Data Dictionary 11 7 Input/ Output Design (Screen Layouts with title and brief description on each screen shot) 17 8 Testing (Design testcases of validations in tabular form) 47 9 Future Enhancement 48 10 Conclusion 49 11 Bibliography / References 50
  • 6. Travel Agency(Cool Cab) Page 1  PROJECT PROFILE Project Title Travel Agency(Cool Cab) Objectives Travel Agency (Cool Cab) is useful to perform the complete traveling functionalities given to the users, such as vehicle details, customer details, driver details.
  • 7. Travel Agency(Cool Cab) Page 2  Business can expand only in limited cities.  Cabs Companies giving advertisement in local newspaper and pamphlets.  Details are stored on Papers.  Maintenance is a huge problem.  Updation, changes in details is a difficult. REQUIREMENT SPECIFICATION Features of the new system  We do not require to waste money on newspaper and Pamphlets for Advertisement.  As data is maintained electronically it’s easy for a person to update the details, which has Overcome the tedious updation in previous system.  Maintenance is easy and performance is good.  Mainly the system has automated the Transportation Process. Requirement Specification Existing System
  • 8. Travel Agency(Cool Cab) Page 3 Hardware  Processor: Dual Core (Minimum).  Hard disk capacity : 50 GB(Minimum)  RAM capacity : 1GB(Minimum) Software Requirement  Front End : Microsoft Visual Studio Framework 4.5  Back End : SQL Server 2008  Operating System: Windows Server 2003  Runtime Framework : Microsoft .NET Framework Minimum Hardware & Software Requirement Minimum Server Side Hardware & Software Requirement
  • 9. Travel Agency(Cool Cab) Page 4 Minimum Client Side Hardware and Software Requirement Hardware  Processor : Dual Core(Minimum)  Hard disk capacity : 50 GB(Minimum)  RAM capacity : 1GB(Minimum) Software • Web Browser: Internet Explorer 8, Firefox, Opera, Google- Chrome.
  • 10. Travel Agency(Cool Cab) Page 5 Functionality Admin Module  Login to the website  Manage User  Manage Vehicle  Manage Driver  Manage Booking/Cancellation User Module  Register / Login to the Account  Booking and Cancellation of the vehicle  Give Feedback
  • 11. Travel Agency(Cool Cab) Page 6 SYSTEM FLOW CHART
  • 12. Travel Agency(Cool Cab) Page 7 Class Diagram
  • 13. Travel Agency(Cool Cab) Page 8 Use Case Diagram
  • 14. Travel Agency(Cool Cab) Page 9 Sequence Diagram for Client
  • 15. Travel Agency(Cool Cab) Page 10 Sequence Diagram For Admin
  • 16. Travel Agency(Cool Cab) Page 11 Data Dictionary Table Name : City_Table Table Description : This table contain City Details Table Name : Registration_Table Table Description : This table contain User Details Field Name Data Type Size Constraint Description City_Id Numeric 4 Primary Key Unique ID for the User City_Name Varchar 30 Not Null Name of the city State Varchar 30 Not Null State Name Field Name Data Type Size Constraint Description User_ID Numeric 4 Primary Key Unique ID for the User Name Varchar 30 Not Null Name of the User Gender Varchar 2 Not Null User of the User Address Varchar 50 Not Null Address of the User City_Id Numeric 4 Foreign Key Referring City_Table Contact_No Varchar 15 Not Null Contact no of User User_Type Varchar 15 Not Null Display Type of user Email_ID Varchar 50 Not Null Email ID of User Password Varchar 15 Not Null Password of the User
  • 17. Travel Agency(Cool Cab) Page 12 Table Name : Driver_Details Table Description : This table contain Driver Details Field Name Data Type Size Constraint Description Driver_ID Numeric 4 Primary Key Unique ID for Driver Name Varchar 30 Not Null Name of the Driver Address Varchar 50 Not Null Address of the Driver City_Id Numeric 4 Foreign Key Referring City_Table Contact_NO Varchar 15 Not Null Contact no of driver Driver_status Varchar 20 Not Null Shows the Driver Status (Available or Engaged) DOJ Date Not Null Date of Joining of driver Licence_NO Varchar 20 Not Null Licence of the driver
  • 18. Travel Agency(Cool Cab) Page 13 Table Name : Vehicle_Details Table Description : This table contain Vehicle Details Field Name Data Type Size Constraint Description Registration_NO Varchar 30 Primary Key Unique Id of vehicle Vname Varchar 30 Not Null Name of the vehicle Vehicle_Type Varchar 20 Not Null A/c or Non A/c Description Varchar 50 Not Null Description of the vehicle Vehicle_Status Varchar 10 Not Null Shows vehicle status(Available or Engaged KmRate Numeric 4 Not Null Rate per Km Capacity Numeric 2 Not Null No of seats Min_Km Number 4 Not Null Store the min km charge for cars
  • 19. Travel Agency(Cool Cab) Page 14 Table Name : Booking_Details Table Description : This table contain Booking Details. Field Name Data Type Size Constraint Description Booking_ID Numeric 4 Primary Key Unique Id for booking User_ID Numeric 4 Foreign Key Referring User table Registration_NO Numeric 4 Foreign Key Referring vehicle table Booking_Date Date Not Null Indicate the date of booking Travel_Date Date Not Null Indicate the travelling date Return_Date Date Not Null Indicate the returning date Travel_Time Varchar 10 Not Null Indicate the travel time Pick_Up Varchar 30 Not Null The pickup point for the user Destination Varchar 30 Not Null The destination point for the user Status Varchar 15 NotNull Status Of the Booking
  • 20. Travel Agency(Cool Cab) Page 15 Table Name : Trip_Sheet Table Description : This table contain Trip Sheet Details. Field Name Data Type Size Constraint Description Trip_Id Numeric 4 Primary Key Unique ID of trip Booking_ID Numeric 4 Foreign Key Referring booking table Driver_ID Numeric 4 Foreign Key Referring driver table
  • 21. Travel Agency(Cool Cab) Page 16 Table Name : FeedBack_Form Table Description : This table contain Feedback Details Field Name Data Type Size Constraint Description FeedBack_ID Numeric 4 Primary Key Unique ID for Feedback User_ID Numeric 4 Foreign Key Referring User table Feed_Date Date Not Null Shows the date of feedback Feedback_msg Varchar 50 Not Null Shows the Feedback From The Users
  • 22. Travel Agency(Cool Cab) Page 17 Title: - Homepage Description: - This is the Home Page of the System.
  • 23. Travel Agency(Cool Cab) Page 18 Title: - Contact Us Description: - This is the Contact Page of the System.
  • 24. Travel Agency(Cool Cab) Page 19 Title: - Registration Form Description: - This is the Registration Page of the System.
  • 25. Travel Agency(Cool Cab) Page 20 Title: - Registration Form Description: - This is the Registration Page Error of the System.
  • 26. Travel Agency(Cool Cab) Page 21 Title: - Login Description: - This is the Login Page of the System.
  • 27. Travel Agency(Cool Cab) Page 22 Title: - Login Description: - This is the Login Error Page of the System.
  • 28. Travel Agency(Cool Cab) Page 23 Title: - Booking Form Description: - This is the Booking Page of the System.
  • 29. Travel Agency(Cool Cab) Page 24 Title: - Booking Form Description: - This is the Booking Page Error of the System.
  • 30. Travel Agency(Cool Cab) Page 25 Title: - MyBooking Page Description: - This is the MyBooking Page of the System.
  • 31. Travel Agency(Cool Cab) Page 26 Title: - Cancellation Page Description: - This is the Cancellation Page of the System.
  • 32. Travel Agency(Cool Cab) Page 27 Title: - FeedBack Page Description: - This is Feedback Page of the System.
  • 33. Travel Agency(Cool Cab) Page 28 Title: - FeedBack Page Description: - This is the FeedBack Error page of the System.
  • 34. Travel Agency(Cool Cab) Page 29 Title: - Location Form Description: - This is the Location Page of the Admin Side.
  • 35. Travel Agency(Cool Cab) Page 30 Title: - Location Form Description: - This is the Location Page Error of the Admin Side.
  • 36. Travel Agency(Cool Cab) Page 31 Title: - Manage Admin Description: - This is the Manage Admin Page of the Admin Side.
  • 37. Travel Agency(Cool Cab) Page 32 Title: - Manage Admin Description: - This is the Manage Admin Error Page of the Admin Side.
  • 38. Travel Agency(Cool Cab) Page 33 Title: - Manage User Description: - This is the Manage User Page of the Admin Side.
  • 39. Travel Agency(Cool Cab) Page 34 Title: - Manage User Description: - This is the Manage User Search by number Page of the Admin Side.
  • 40. Travel Agency(Cool Cab) Page 35 Title: - Manage Driver Description: - This is the Manage Driver Page of the Admin Side.
  • 41. Travel Agency(Cool Cab) Page 36 Title: - Manage Driver Description: - This is the Manage Driver Error Page of the Admin Side.
  • 42. Travel Agency(Cool Cab) Page 37 Title: - Manage Vehicle Description: - This is the Manage Vehicle Page of the Admin Side.
  • 43. Travel Agency(Cool Cab) Page 38 Title: - Manage Vehicle Description: - This is the Manage Vehicle Error Page of the Admin Side.
  • 44. Travel Agency(Cool Cab) Page 39 Title: - Manage Booking Description: - This is the Manage Booking Page of the Admin Side.
  • 45. Travel Agency(Cool Cab) Page 40 Title: - Manage Booking Description: - This is the Manage Booking Page by date of the Admin Side.
  • 46. Travel Agency(Cool Cab) Page 41 Title: - Manage Trip Page Description: - This is the Manage Trip Page of the Admin Side.
  • 47. Travel Agency(Cool Cab) Page 42 Title: - Manage Feed Back Description: - This is the Manage Feed Back Page of the Admin Side.
  • 48. Travel Agency(Cool Cab) Page 43 Output Design Title: - Report for Manage Booking Description: - This is the Report for Manage Booking of the Admin Side.
  • 49. Travel Agency(Cool Cab) Page 44 Title: - Report for Manage Booking Description: - This is the Report for Manage Booking by date of the Admin Side.
  • 50. Travel Agency(Cool Cab) Page 45 Title: - Report for Manage Vehicle Description: - This is the Report for Manage Vehicle of the Admin Side.
  • 51. Travel Agency(Cool Cab) Page 46 Title: - Report for Manage Driver Description: - This is the Report for Manage Driver of the Admin Side.
  • 52. Travel Agency(Cool Cab) Page 47 Admin No. Test Cases Case Type Expected Result Actual Result Pass/Fail 1 Login 1.Wrong User Id and Password The system throws an error and prevent from login The system display a message “Enter Email Id And Enter Password” Pass 2.Enter Correct Used Id and Password The system can redirect the page The system display home page for admin Pass 2 Registration 1.Required Field validation Mandatory Fields should not be blank You have enter some value in the fields Pass 2.Regular Expression validation The field value must have predefine validation You have enter only digit or numeric value Pass Member No. Test Cases Case Type Expected Result Actual Result Pass/Fail 1. Login 1.Non registered user The system will not allow non- registered user to login Non-registered user cannot login Pass 2.Wrong User Id and Password The system throws an error and prevent from login The system display a message “Wrong User Id and Password” Pass 3.Enter Correct Used Id and Password The system can redirect the page The system display home page of the client Pass 2. Registration 1.Required Field validation Mandatory Fields should not be blank You have enter some value in the fields Pass 2.Regular Expression Validator A Predefine format should be follow Check the proper format of Email Id Pass 3.Compare Validator It Compares the password Check the password is same or not Pass TESTING
  • 53. Travel Agency(Cool Cab) Page 48 Future Enhancement  Send a Message for verification to the user’s registration process.  Notify user’s for activation of the trip.  We will give option for online payment.  Try to Implement the GPS system in the Cabs.
  • 54. Travel Agency(Cool Cab) Page 49 Conclusion Information Technology plays a vital role not only in a particular field, it provides various kinds of solutions and services to the various problems prevailing in many fields. Cabs exploit information technology at the maximum extent. It uses the information technology in an efficient way for providing better passenger services.
  • 55. Travel Agency(Cool Cab) Page 50 Bibliography After System is Implemented, User and analyst a like usually conduct a review Of System Web sites:- www.merucabs.com www.olacabs.com www.slideshare.com www.scrib.com Book Name Author Publisher Year of Publish Professional ASP.Net 4.5 in C# and VB Jason N. Gaylord, Christian Wenz, PranavRastogy Pearson 2011