Tour Travel Management System
Tour Travel Management System
Tour Travel Management System
PROJECT
ON
TOUR & TRAVEL
MANAGEMENT YTEM
Presented To
Department of Computer
Science
Ganpat Vidyanagar , Kherva
Presented By
Urvish k. Patel(13084231210)
Sureshji r. Rajput(13084231241)
1. Project Profile
ProjectDefinition
TourandTravelManagementSystem
Objective
MainObjectiveofthissystemistoprovideOnlineRegistration,Tour
Package
Information,TicketBooking,OnlinePaymentandSearching
Facilityfor
CustomerandalsoGenerateDifferenttypesofReport.
Frontend
MicrosoftASP.Net2010withc#Framework4.0.
Backend
SQLServer2008.
Tools
M.S.Office,AdobePhotoshop.
InternalGuide
Mr.Dhavalk.Raval.
SubmittedTo
DepartmentOfComputerScience
DevelopedBy
1.
PatelUrvishk.
2.
RajputSureshjiR.
Existing System
VIEW PACKAGE
SEARCH PACKAGE
BOOKING
CANCLE BOOKING
ONLINE PAYMENT
Function Specification
Modules that will be there in the projects are :
-manage tour
Admin:
registration(Login)
Manage User
Manage Tour-package
Manage Ticket Booking
Manage Payment
View Cancellation
-View feedback
Visitor:
View site
Give feedback
UserSpecification
Admin:
admincanmanagetheuserandreceivepackagefromtraveler&package
management.
Traveler:
Travelercreatethepackageandgivetoadmin.
Customer:
customercanviewpackageandbooking.
Visitor:
Visitorviewsideandgivefeedback.
Hardware Specification :
Server Side:
Processor
2.0 GHZ
RAM
2 GB
Hard Disk
30 GB free space
Client Side:
Processor
1.0 GHZ
RAM
512 MB
Hard Disk
2 GB free space
Software Specification :
Server Side:
Operating System
Window Server 2008 or any
Runtime Environment
.Net Framework 4.0
Web Server
IIS 7.0
Front End
Microsoft Asp.Net 2010 with c#
Back End
SQL server 2008
Other Tools
Adobe Photoshop,MS office,
Client Side:
Operating System
Window XP or any compatible os.
Web Browser
Internet Explorer 6.0 or any
compatible web browser.
6. System
flowchart
7. Timeline Chart
8. E-R Diagram
UML Diagram
Use case Diagram
Data Dictionary
Table Name: Login_mst
Description: To store the admin, customer, Traveler Login
Details
Primary Key: User Name
Sr.
Name
DataType
Constraint
Description
no
1
Username
Varchar(10)
Primary Key
To store the
username
2
User_Type
Varchar(10)
Not null
To store user type
like admin,
customer,traveler
etc.
3
Password
nvarchar(10)
Not null
To store the
password
Sr.
Field Name
Data Type
Constraint
Description
no
1
Name
Varchar(50)
Not null
To store the Name of
agent.
2
Company_Name
Varchar(50)
Primary Key
To store Company Name.
3
Address
Varchar(50)
Not null
To store address.
4
City
Varchar(50)
Not null
To store city.
5
Zip_code
Numeric(18,0)
Not null
To store Agent zip code.
6
Country
Varchar(50)
Not null
To store country.
7
Mobile no
Numeric(18,0)
Not null
To store mobile number.
8
Email_id
Nvarchar(30)
Not null
To store the Email id.
9
Comment
Varchar(50)
Not null
To store Comment.
Sr .
Field Name
Data Type
Constraint
Description
no
1
Agent_Name
Varchar(50)
Not Null
To Store Agent Name.
2
Agent_mobile
Numeric(18,0)
Not Null
To Store Mobile
number.
3
Company_Name
Varchar(50)
Not Null
To Store company
Name.
4
Tour_id
Numeric(18,0)
Primary
To Store Tour id.
Key
5
Package_type
Varchar(50)
Not null
To store Package type
Sr .
Field Name
Data Type
Constraint
Description
no
6
Category
Varchar(50)
Not null
To store tour Catrgory.
7
Tour_place
Varchar(50)
Not null
To store the tour place.
8
Days
Numeric(18,0)
Not null
To store tour days.
9
Amount
Numeric(18,0)
Not null
To store tour amount.
Sr .
Field Name
Data Type
Constraint
Description
no
1
Booking_id
Integer
Primary Key
To Store Booking id
2
Traveler_ name
Varchar (50)
Not null
To store Booking
traveler name
3
Package_id
Integer
Not null
To Store Package id
4
Package_name
Varchar(20)
Not null
To store package
name.
5
Create Date
Date Time
Not null
Create date of record.
6
Update Date
Date Time
Not null
Update date of record.
Sr .
Field Name
Data Type
Constraint
Description
no
1
C_id
Integer
Primary key
To store category id.
2
Package_type
Varchar(10)
Not null
To store the package
3
category
Varchar(20)
Not null
To store category like
Sr .
Field Name
Data Type
Constraint
Description
no
1
Country_id
Integer
Primary Key
To store the country id.
2
country
Varchar(10)
Not null
To store the country name.
1
Id
Numeric(18,0)
Primary Key
To store Package id.
2
Package Type
Varchar(30)
Not null
3
Category
Varchar(15)
Not null
To store Package Category
tour etc.
4
Tour_Place
Varchar(15)
Not null
To store Tour Place name.
5
Days
Nchar (10)
Not null
To store tour package
Days.
6
Amount
Varchar(20)
Not null
To store Amount of Tour
Packages.
Sr.
Field Name
Data Type
Constraint
Description
No
1
Name
Integer
Not null
To store name.
2
Emailid
Varchar(30)
Not null
To store email id.
3
Contact_no
Numeric(10)
Not null
To store contact no.
4
Feedback
Varchar(30)
Not null
To store feedback status.
HOME PAGE
REGISTRATION
Description:
Registration Page for
Agent.
TOUR PACKAGES
BOOKING
Description
: Booking
Page to create
Booking For
Customer.
ADMIN LOGIN
Description:
Admin Login Page
admin login hear.
ADMIN HOME
Description:
Home Page For
Admin.
PACKAGE MANAGEMENT
PACKAGE MANAGEMENT
VIEW FEEDBACK
Description: Admin
can view Customer and
traveller Feedback.
CATEGORY
Description:
Admin can add
and view
package
category.
AGENT LOGIN
Description:
Agent Login Page.
AGENT HOMEPAGE
PACKAGE MANAGEMENT
PACKAGE MANAGEMENT
FEEDBACK
13.Testing
SrNo.
Testcase
Expected
Actual
Pass/Fail
1.
Adminlogincase
IsadminProvidedtrueusername&
Successfullylogin
Pass
passwordforlogin?
2.
Invalidusername/passwordcase
Isusernameandpasswordwrongthen
Errormessage
Fail
errormessage
3.
Viewpagecase
Isrequestedpageavailable?
Successfullyviewthatpage
Pass
4.
Testfield
Allinformationmustbeinput
Allinformationmustbeinput
Pass
5.
Registration
Enternullinmandatoryfields
Itwillshowmessagethatenterthe
Pass
data.
Enterincorrectdata
Itwillshowmessagethatenterthe
Pass
correctdata
6.
Userlogincase
IsUserprovidedtrueusername&
Successfullylogin
Pass
passwordforlogin?
7.
Invalidusername/passwordcase
Isusernameandpasswordwrongthen
Errormessage
Fail
errormessage
8.
Viewpagecase
Isrequestedpageavailable?
Successfullyviewthatpage
Pass
9.
ValidationTestCases
Mandatoryfieldshould
Youhavetoentersome
Pass
notbeblank
valueintomandatory
fields
Thefieldvaluemusthave
Only10numberare
Pass
thepredefinedrange
enterinthefield
Apredefinesformat
Checktheproper
Pass
shouldbefollow
formatofemailid
10.
ManageProfile
Usercaneditinfoofthe
TheMessagewillbe
Pass
profile
displayed Profile edit
successfully.
16. BIBLIOGRAGHY
3.