SlideShare ist ein Scribd-Unternehmen logo
1 von 86
Downloaden Sie, um offline zu lesen
Air ticket reservation system presentation
 Project Profile
Project Title: Online Air Ticket Reservation System.
Project Description: Passenger can make his/her Reservation Easily.
 Front End Tool: ASP. Net 2005
 Back End Tool: Microsoft SQL Server 2005.
 Operating System: Windows XP Service Pack2.
 Project Duration: 4 Months.
 Submitted To: J.G College Of Computer Application
 Introduction
A customer can reserve his/her air ticket using this web site without
any difficulty.
It basically a different form of execution of online transactions in which
the customer can reserve for tickets and can pay online for their
ticket conformation.
A customer can also view his/her conformation using log in name and
password provided during reservation process,
which is for security.
If customer needed to cancel his/her reservation due to any
reason, he/she may easily cancel out reservation
with charges applied
 NEED FOR THE NEW SYSTEM
 For provide the better reservation in turn the fast service
to get the reservation over in time to the passenger.
Passenger can get the information without visiting airport far
from home or their offices, like baggage, healthy traveling tips,
before-after and during flying tips.
Millions of rupees each year to staff their toll-free
customer service telephony systems.
Thousands of people calls not only for book flights but for extra
services.
 Features
Better user interface for the users.
Security for the reservation of the customers.
Passenger can get the detail of airport and airbus information by
viewing the pictures of airport and airbus.
User can search for specific flight.
A customer can also view his/her conformation using Passenger
Number provided during reservation process, which is for security.
Cont…
If customer needed to cancel his/her reservation due to any
reason, he/she may easily cancel out reservation with
charges applied for cancellation.
A customer can view the time table for the flights and its time
for reservation.
A customer also get information about baggage/luggage,
airport, airbus, and airport tips, about pets and
healthy traveling tips.
We provided the Administrator part separately, which
manages airbus, flight scheduling and manages
administrator’s account.
 Objectives
 Better storage capability.
 More Efficient operations.
 This system saves the time and manpower.
 The objective of the project is to provide the passenger the better
reservation in turn the fast service to get the
reservation over in time.
 To give information about baggage/luggage, airport, airbus, and
airport tips, about pets and healthy traveling tips.
 Easy and fast retrieval of data.
 Operating Environment
 H/W Requirements:
Processor
HDD
RAM
Monitor

: Pentium4 or High.
: 20 GB Hard disk.
: 256 MB
:VGA for Higher resolution

 S/W Requirements:
 Platform : Windows XP/ Windows Vista
 Front End : ASP. Net 2005 with C#.
 Back End : Microsoft SQL server 2005.
 Web Server: Internet Information Services (IIS) version 5.1
 Software :Snagit TechSmith (Screen Capture Utility Software)
 Modules And Process
Air Ticket Reservation
System

Reservation

Ticket
Reservation

View

Cancellation

Information

New

Flight
Schedule

Admin
Search

Choose
Flight

Traveler
Detail

Administrator

Confirmation

Airbus

Fare
Discount
 Reservation Modules
Ticket Reservation: This module handles air ticket reservation process,
which is user friendly and user can access easily.
View Reservation: This module handles processes of view reservation of
passengers. User can easily view his/her flight schedule and
seat numbers by filling few information.
Cancellation: This module handles the cancellation process of reservation
of passengers.
 Information Modules

 This module provides information to passenger like
baggage/luggage, airport, airbus, and airport tips
, about pets and healthy traveling tips.
 This Module Also provide facility to see time table for flight
 Administrator Modules
 Airbus :This Module Manage the Airbus Detail.
 Flight schedule : This Module Manage The Schedules Of Flight.
 New admin : This Module Handle the Process of creating
new Administrator Account.
 Fare discount : This module Manage Fare Discount for Different
Age Passenger.


Air ticket reservation system presentation

Air ticket reservation system presentation

Air ticket reservation system presentation

Air ticket reservation system presentation

Air ticket reservation system presentation

Air ticket reservation system presentation

Admin :
Column Name

Data Type

Constraint

Description

Admin id
Admin Name

Number(10)
Varchar(20)

Primary Key
Not null

Administrator’s Id
Name

Admin password
Question
Answer

varchar(10)
Text
Text

Not Null
Not Null
Not Null

Administrator’s password
Secret Question
Secret Answer
Airbus
:
Column Name
Airbus_no

Data Type

Constraint

Number(10) Primary Key

Description
Airbus Number

Economy_capacity Int

Not Null

Economy Class Capacity

First_capacity

Not Null

First Class Capacity

Int
Passenger_fare_master
:
Column Name

Data Type

Constraint

Description

Pasfare_id

Number(50)

Primary Key

Passenger Fare Id

Pass_id

Number(50)

Foreign Key

Passenger Id

Creditcard_no

Number(30)

Not Null

Passenger Account Number

Card_password

Nchar(10)

Not Null

Amount

Number(10)

Not Null

Passenger Account
Password
Passenger Amount To Pay
Flight_schedule :
Column Name

Data Type

Constraint

Description

Flight_no

Number(10)

Primary Key

Flight number

Airbus_no

Number(10)

Foreign Key

Airbus number

Route_description

Text

Not Null

Route Description

Depart_date

Date/Time

Not Null

Depart Date Description

Depart_time

Date/Time

Not Null

Depart Time Description

Journy_hour

Number(10)

Not Null

Journey Hour

Fare_economy

Text

Not Null

Economy Fare Description

Fare_first

Text

Not Null

First Class Fare Description

Economy_booked

Int

Allow Null

Economy Booked

First_booked

Int

Allow Null

First Class Booked
Traveler_detail :
Column Name
Pass_id
Pas_name
Pas_city
Pas_pin
Pas_tno

Data Type
Number(10)
Varchar(50)
Varchar(50)
Number(10)
Number(50)

Constraint
Primary Key
Not Null
Not Null
Not Null
Not Null

Description
Passenger Id
Passenger Name
Passenger City Name
Passenger Pincode
Passenger Telephone Number

Pas_email
Flight_no
Class
From name
Depart_date
Depart_time
Toname
Seat_no
Login_name
Password

Nvarchar(50)
Number(10)
Varchar(50)
Varchar(50)
Date/Time
Date/Time
Varchar(50)
Number(10)
Nchar(10)
Nchar(10)

Not Null
Not Null
Not Null
Not Null
Not Null
Not Null
Not Null
Not Null
Not Null
Not Null

Passenger E-mail Address
Flight Number
Class/Cabin
From Airport Name
Depart date
Depart Time
To Airport Name
Seat Number
Login Name
Login Password
Fare_dicount_detail :
Column Name

Data Type

Constraint

Description

Fare_disId
Economy_adults

Number(50)
Number(10)

Primary Key
Not Null

Economy_senior

Number(10)

Not Null

Economy_children1217

Number(10)

Not Null

Economy_children511

Number(10)

Not Null

Economy_children24

Number(10)

Not Null

Economy_infantsseat

Number(10)

Not Null

Economy_infantslap

Number(10)

Not Null

First_adults

Number(10)

Not Null

First _senior

Number(10)

Not Null

First _children1217

Number(10)

Not Null

First _children511

Number(10)

Not Null

First _children24

Number(10)

Not Null

First _infantsseat

Number(10)

Not Null

First _infantslap

Number(10)

Not Null

First _adults

Number(10)

Not Null

Fare Discount Id
Percentage of Discount of Adult in economy
cabin
Percentage of Discount of Senior in economy
cabin
Percentage of Discount of Children(age 12-17)
in economy cabin
Percentage of Discount of Children(age 5-11) in
economy cabin
Percentage of Discount of Children(age 2-4) in
economy cabin
Percentage of Discount of Infant(in Seat) in
economy cabin
Percentage of Discount of Infant(in Lap) in
economy cabin
Percentage of Discount of Adult in First class
cabin
Percentage of Discount of Senior in First class
cabin
Percentage of Discount of Children(age 12-17)
in First class cabin
Percentage of Discount of Children(age 5-11) in
First class cabin
Percentage of Discount of Children(age 2-4) in
First class cabin
Percentage of Discount of Infant(in Seat) in
First class cabin
Percentage of Discount of Infant(in Lap) in First
class cabin
Percentage of Discount of Adult in First class
cabin
Cancelation_detail :
Column Name
Pas_id
Pas_tno
Flight_no
Seat_no
Cancel_date
Cancel_charge

Data Type
Number(50)
Number(50)
Number(10)
Number(10)
Date/Time
Number(10)

Constraint
Foregin Key
Not Null
Not Null
Not Null
Not Null
Not Null

Description
Passenger Id
Passenger Telephone Number
Flight Number
Seat Number
Cancelation Date
Cancelation Charge
Airport Detail :
Column Name
Airport_id
City
Airport_Name

Data Type
Number(50)
Varchar(20)
Varchar(40)

Constraint
Primary Key
Not Null
Not Null

Description
Airport Id
Airport City
Airport Name

Screen Layout
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation

Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
Air ticket reservation system presentation
 Limitations

This online air ticket reservation website supports only domestic airlines.
you can not make reservation for international airlines.
You can not make reservation for multiple domestic airlines
accepting Maruti Tours & Travels.
 Future Enhancement

Automatically e-mail communication to passenger about flight scheduling
and new schemes and discounting.
We provide different types of tour packages in nominal cost.
Sending messages on mobile of delaying or cancellation of flight.
 BIBLIOGRAPHY



Books Search
Book Name

Processional ASP.NET 2.0
The Complete Reference C# 2.0
Software Engineering

Authors
WroxAddition
Herbert Schildt
Roger S. Pressamn

Site Search
http://www.yatra.com/
http://www.spicejet.com/
http://www.ezeego1.co.in/
http://www.airindiaexpress.in/
http://www.flykingfisher.com/
Air ticket reservation system presentation

Weitere ähnliche Inhalte

Was ist angesagt?

Air line reservation system software engeniring
Air line reservation system software engeniringAir line reservation system software engeniring
Air line reservation system software engeniringAsfand Sheraz Khan Niazi
 
Airline ticket reservation system
Airline ticket reservation systemAirline ticket reservation system
Airline ticket reservation systemSH Rajøn
 
Airline reservation system db design
Airline reservation system db designAirline reservation system db design
Airline reservation system db designUC San Diego
 
Online Airline Ticket reservation System
Online Airline Ticket reservation SystemOnline Airline Ticket reservation System
Online Airline Ticket reservation Systemsathyakawthar
 
Airline reservation system 1
Airline reservation system 1Airline reservation system 1
Airline reservation system 1_faisalkhan
 
Airline Reservation System
Airline Reservation SystemAirline Reservation System
Airline Reservation SystemArohi Khandelwal
 
Tour and travel management system
Tour and travel management systemTour and travel management system
Tour and travel management systemRavindra Chaudhary
 
Airline Reservation system(project report of six week training)-ppt
Airline Reservation system(project report of six week training)-pptAirline Reservation system(project report of six week training)-ppt
Airline Reservation system(project report of six week training)-pptPunjab technical University
 
Presentation On Online Airline Ticket Booking Project Planning
Presentation On Online Airline Ticket Booking Project PlanningPresentation On Online Airline Ticket Booking Project Planning
Presentation On Online Airline Ticket Booking Project PlanningRajon
 
SRS on airline reservation system
SRS on airline reservation system SRS on airline reservation system
SRS on airline reservation system VikasSingh958
 
Airline Reservation System - Java, Servlet ASP.NET, Oracle, HTML
Airline Reservation System - Java, Servlet ASP.NET, Oracle, HTMLAirline Reservation System - Java, Servlet ASP.NET, Oracle, HTML
Airline Reservation System - Java, Servlet ASP.NET, Oracle, HTMLDeepankar Sandhibigraha
 
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
 
Online Bus Ticket Reservation System
Online Bus Ticket Reservation SystemOnline Bus Ticket Reservation System
Online Bus Ticket Reservation SystemTuvshinbayar Davaa
 
Online Hotel Reservation System PPT
Online Hotel Reservation System PPTOnline Hotel Reservation System PPT
Online Hotel Reservation System PPTsurabhi shinde
 
Airline Flight Tracking
Airline Flight TrackingAirline Flight Tracking
Airline Flight Trackingmariasinha81
 
[Airline Information System] in Database Project presntation
[Airline Information System] in Database Project presntation[Airline Information System] in Database Project presntation
[Airline Information System] in Database Project presntationSyed Muhammad Zeejah Hashmi
 
Travel and tourism management it project ppt
Travel and tourism management it project pptTravel and tourism management it project ppt
Travel and tourism management it project pptMadhukar Kumar
 

Was ist angesagt? (20)

Air line reservation system software engeniring
Air line reservation system software engeniringAir line reservation system software engeniring
Air line reservation system software engeniring
 
Airlines Database Design
Airlines Database DesignAirlines Database Design
Airlines Database Design
 
Airline ticket reservation system
Airline ticket reservation systemAirline ticket reservation system
Airline ticket reservation system
 
Airline reservation system db design
Airline reservation system db designAirline reservation system db design
Airline reservation system db design
 
Online Airline Ticket reservation System
Online Airline Ticket reservation SystemOnline Airline Ticket reservation System
Online Airline Ticket reservation System
 
Airline reservation system 1
Airline reservation system 1Airline reservation system 1
Airline reservation system 1
 
Airline Reservation System
Airline Reservation SystemAirline Reservation System
Airline Reservation System
 
Tour and travel management system
Tour and travel management systemTour and travel management system
Tour and travel management system
 
Airline Reservation system(project report of six week training)-ppt
Airline Reservation system(project report of six week training)-pptAirline Reservation system(project report of six week training)-ppt
Airline Reservation system(project report of six week training)-ppt
 
Presentation On Online Airline Ticket Booking Project Planning
Presentation On Online Airline Ticket Booking Project PlanningPresentation On Online Airline Ticket Booking Project Planning
Presentation On Online Airline Ticket Booking Project Planning
 
Airline reservation system
Airline reservation system Airline reservation system
Airline reservation system
 
SRS on airline reservation system
SRS on airline reservation system SRS on airline reservation system
SRS on airline reservation system
 
Airline Reservation System - Java, Servlet ASP.NET, Oracle, HTML
Airline Reservation System - Java, Servlet ASP.NET, Oracle, HTMLAirline Reservation System - Java, Servlet ASP.NET, Oracle, HTML
Airline Reservation System - Java, Servlet ASP.NET, Oracle, HTML
 
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
 
Online Bus Ticket Reservation System
Online Bus Ticket Reservation SystemOnline Bus Ticket Reservation System
Online Bus Ticket Reservation System
 
Online tour and travel PPT
Online tour and travel PPTOnline tour and travel PPT
Online tour and travel PPT
 
Online Hotel Reservation System PPT
Online Hotel Reservation System PPTOnline Hotel Reservation System PPT
Online Hotel Reservation System PPT
 
Airline Flight Tracking
Airline Flight TrackingAirline Flight Tracking
Airline Flight Tracking
 
[Airline Information System] in Database Project presntation
[Airline Information System] in Database Project presntation[Airline Information System] in Database Project presntation
[Airline Information System] in Database Project presntation
 
Travel and tourism management it project ppt
Travel and tourism management it project pptTravel and tourism management it project ppt
Travel and tourism management it project ppt
 

Ähnlich wie Air ticket reservation system presentation

Flight Reservation SystemThe flight reservation system” proje.docx
Flight Reservation SystemThe flight reservation system” proje.docxFlight Reservation SystemThe flight reservation system” proje.docx
Flight Reservation SystemThe flight reservation system” proje.docxAKHIL969626
 
Air_Ticket_Reservation_System_presentati.pptx
Air_Ticket_Reservation_System_presentati.pptxAir_Ticket_Reservation_System_presentati.pptx
Air_Ticket_Reservation_System_presentati.pptxAnilVastav
 
Air ticket reservation_system_presentati
Air ticket reservation_system_presentatiAir ticket reservation_system_presentati
Air ticket reservation_system_presentatiEPHRAIMDUAHOWUSU
 
Airlineppt 160621085220 (1)
Airlineppt 160621085220 (1)Airlineppt 160621085220 (1)
Airlineppt 160621085220 (1)ISAH BABAYO
 
AIRLINE RESERVATION SYSTEM Application Development (1).pptx
AIRLINE RESERVATION SYSTEM Application Development (1).pptxAIRLINE RESERVATION SYSTEM Application Development (1).pptx
AIRLINE RESERVATION SYSTEM Application Development (1).pptxnanis62
 
Airlines Mis
Airlines MisAirlines Mis
Airlines Misankushmit
 
Airline Reservation System.PPT
Airline Reservation System.PPTAirline Reservation System.PPT
Airline Reservation System.PPTManojChunchumanoj
 
Charles WilliamsSystems Analysis, Design and Integration(IT425-1.docx
Charles WilliamsSystems Analysis, Design and Integration(IT425-1.docxCharles WilliamsSystems Analysis, Design and Integration(IT425-1.docx
Charles WilliamsSystems Analysis, Design and Integration(IT425-1.docxchristinemaritza
 
Finale project 1
Finale project 1Finale project 1
Finale project 1mdrakib32
 
21091F003.ppt1.pptx
21091F003.ppt1.pptx21091F003.ppt1.pptx
21091F003.ppt1.pptxArif566836
 
AIRSIDE project PPT
AIRSIDE project PPTAIRSIDE project PPT
AIRSIDE project PPTArif566836
 
PPS-I Presentation Group 15 Sem I.pptx
PPS-I Presentation Group 15 Sem I.pptxPPS-I Presentation Group 15 Sem I.pptx
PPS-I Presentation Group 15 Sem I.pptxLalithChalla1
 
construction of Reservation software solution for Airline Companies project ...
construction of  Reservation software solution for Airline Companies project ...construction of  Reservation software solution for Airline Companies project ...
construction of Reservation software solution for Airline Companies project ...Hagi Sahib
 
Brussels Airlines case study - Belgian Usability Day
Brussels Airlines case study - Belgian Usability DayBrussels Airlines case study - Belgian Usability Day
Brussels Airlines case study - Belgian Usability Dayguestdb7161
 
Airline Ticket Reservation Management System in SQL
Airline Ticket Reservation Management System in SQLAirline Ticket Reservation Management System in SQL
Airline Ticket Reservation Management System in SQLMuhammadZahid277
 
PPT For Airline Reservation System (pooja).ppt
PPT For Airline Reservation System (pooja).pptPPT For Airline Reservation System (pooja).ppt
PPT For Airline Reservation System (pooja).pptmadyjunction
 

Ähnlich wie Air ticket reservation system presentation (20)

Ressys
RessysRessys
Ressys
 
Flight Reservation SystemThe flight reservation system” proje.docx
Flight Reservation SystemThe flight reservation system” proje.docxFlight Reservation SystemThe flight reservation system” proje.docx
Flight Reservation SystemThe flight reservation system” proje.docx
 
Air_Ticket_Reservation_System_presentati.pptx
Air_Ticket_Reservation_System_presentati.pptxAir_Ticket_Reservation_System_presentati.pptx
Air_Ticket_Reservation_System_presentati.pptx
 
Air ticket reservation_system_presentati
Air ticket reservation_system_presentatiAir ticket reservation_system_presentati
Air ticket reservation_system_presentati
 
Airlineppt 160621085220 (1)
Airlineppt 160621085220 (1)Airlineppt 160621085220 (1)
Airlineppt 160621085220 (1)
 
AIRLINE RESERVATION SYSTEM Application Development (1).pptx
AIRLINE RESERVATION SYSTEM Application Development (1).pptxAIRLINE RESERVATION SYSTEM Application Development (1).pptx
AIRLINE RESERVATION SYSTEM Application Development (1).pptx
 
Airlines Mis
Airlines MisAirlines Mis
Airlines Mis
 
Air oop.pptx
Air oop.pptxAir oop.pptx
Air oop.pptx
 
Overview of airline booking process
Overview of airline booking processOverview of airline booking process
Overview of airline booking process
 
Airline Reservation System.PPT
Airline Reservation System.PPTAirline Reservation System.PPT
Airline Reservation System.PPT
 
Charles WilliamsSystems Analysis, Design and Integration(IT425-1.docx
Charles WilliamsSystems Analysis, Design and Integration(IT425-1.docxCharles WilliamsSystems Analysis, Design and Integration(IT425-1.docx
Charles WilliamsSystems Analysis, Design and Integration(IT425-1.docx
 
Finale project 1
Finale project 1Finale project 1
Finale project 1
 
21091F003.ppt1.pptx
21091F003.ppt1.pptx21091F003.ppt1.pptx
21091F003.ppt1.pptx
 
AIRSIDE project PPT
AIRSIDE project PPTAIRSIDE project PPT
AIRSIDE project PPT
 
PPS-I Presentation Group 15 Sem I.pptx
PPS-I Presentation Group 15 Sem I.pptxPPS-I Presentation Group 15 Sem I.pptx
PPS-I Presentation Group 15 Sem I.pptx
 
construction of Reservation software solution for Airline Companies project ...
construction of  Reservation software solution for Airline Companies project ...construction of  Reservation software solution for Airline Companies project ...
construction of Reservation software solution for Airline Companies project ...
 
Recent Trends in Airport Operations
Recent Trends in Airport OperationsRecent Trends in Airport Operations
Recent Trends in Airport Operations
 
Brussels Airlines case study - Belgian Usability Day
Brussels Airlines case study - Belgian Usability DayBrussels Airlines case study - Belgian Usability Day
Brussels Airlines case study - Belgian Usability Day
 
Airline Ticket Reservation Management System in SQL
Airline Ticket Reservation Management System in SQLAirline Ticket Reservation Management System in SQL
Airline Ticket Reservation Management System in SQL
 
PPT For Airline Reservation System (pooja).ppt
PPT For Airline Reservation System (pooja).pptPPT For Airline Reservation System (pooja).ppt
PPT For Airline Reservation System (pooja).ppt
 

Mehr von Smit Patel

Restaurent management system
Restaurent management systemRestaurent management system
Restaurent management systemSmit Patel
 
Time card system
Time card systemTime card system
Time card systemSmit Patel
 
E-Tender System
E-Tender SystemE-Tender System
E-Tender SystemSmit Patel
 
Library management system presentation
Library management system presentation Library management system presentation
Library management system presentation Smit Patel
 
System development project document
System development project documentSystem development project document
System development project documentSmit Patel
 
On-line book store presentation
On-line book store presentation On-line book store presentation
On-line book store presentation Smit Patel
 
Manufacturing and sales management system
Manufacturing and sales management systemManufacturing and sales management system
Manufacturing and sales management systemSmit Patel
 
Hospital management
Hospital managementHospital management
Hospital managementSmit Patel
 
Online Bus ticket reservation
Online Bus ticket reservationOnline Bus ticket reservation
Online Bus ticket reservationSmit Patel
 

Mehr von Smit Patel (13)

Restaurent management system
Restaurent management systemRestaurent management system
Restaurent management system
 
Time card system
Time card systemTime card system
Time card system
 
City Portal
City PortalCity Portal
City Portal
 
E-Tender System
E-Tender SystemE-Tender System
E-Tender System
 
Library management system presentation
Library management system presentation Library management system presentation
Library management system presentation
 
System development project document
System development project documentSystem development project document
System development project document
 
On-line book store presentation
On-line book store presentation On-line book store presentation
On-line book store presentation
 
Manufacturing and sales management system
Manufacturing and sales management systemManufacturing and sales management system
Manufacturing and sales management system
 
Hospital management
Hospital managementHospital management
Hospital management
 
Hr management
Hr managementHr management
Hr management
 
Real Estate
Real Estate Real Estate
Real Estate
 
Online Bus ticket reservation
Online Bus ticket reservationOnline Bus ticket reservation
Online Bus ticket reservation
 
Jdbc
JdbcJdbc
Jdbc
 

Kürzlich hochgeladen

2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptxSandy Millin
 
Presentation on the Basics of Writing. Writing a Paragraph
Presentation on the Basics of Writing. Writing a ParagraphPresentation on the Basics of Writing. Writing a Paragraph
Presentation on the Basics of Writing. Writing a ParagraphNetziValdelomar1
 
Philosophy of Education and Educational Philosophy
Philosophy of Education  and Educational PhilosophyPhilosophy of Education  and Educational Philosophy
Philosophy of Education and Educational PhilosophyShuvankar Madhu
 
The Stolen Bacillus by Herbert George Wells
The Stolen Bacillus by Herbert George WellsThe Stolen Bacillus by Herbert George Wells
The Stolen Bacillus by Herbert George WellsEugene Lysak
 
Clinical Pharmacy Introduction to Clinical Pharmacy, Concept of clinical pptx
Clinical Pharmacy  Introduction to Clinical Pharmacy, Concept of clinical pptxClinical Pharmacy  Introduction to Clinical Pharmacy, Concept of clinical pptx
Clinical Pharmacy Introduction to Clinical Pharmacy, Concept of clinical pptxraviapr7
 
The basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptxThe basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptxheathfieldcps1
 
How to Make a Field read-only in Odoo 17
How to Make a Field read-only in Odoo 17How to Make a Field read-only in Odoo 17
How to Make a Field read-only in Odoo 17Celine George
 
How to Solve Singleton Error in the Odoo 17
How to Solve Singleton Error in the  Odoo 17How to Solve Singleton Error in the  Odoo 17
How to Solve Singleton Error in the Odoo 17Celine George
 
UKCGE Parental Leave Discussion March 2024
UKCGE Parental Leave Discussion March 2024UKCGE Parental Leave Discussion March 2024
UKCGE Parental Leave Discussion March 2024UKCGE
 
M-2- General Reactions of amino acids.pptx
M-2- General Reactions of amino acids.pptxM-2- General Reactions of amino acids.pptx
M-2- General Reactions of amino acids.pptxDr. Santhosh Kumar. N
 
In - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptxIn - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptxAditiChauhan701637
 
How to Manage Cross-Selling in Odoo 17 Sales
How to Manage Cross-Selling in Odoo 17 SalesHow to Manage Cross-Selling in Odoo 17 Sales
How to Manage Cross-Selling in Odoo 17 SalesCeline George
 
Prescribed medication order and communication skills.pptx
Prescribed medication order and communication skills.pptxPrescribed medication order and communication skills.pptx
Prescribed medication order and communication skills.pptxraviapr7
 
How to Use api.constrains ( ) in Odoo 17
How to Use api.constrains ( ) in Odoo 17How to Use api.constrains ( ) in Odoo 17
How to Use api.constrains ( ) in Odoo 17Celine George
 
3.21.24 The Origins of Black Power.pptx
3.21.24  The Origins of Black Power.pptx3.21.24  The Origins of Black Power.pptx
3.21.24 The Origins of Black Power.pptxmary850239
 
DUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRA
DUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRADUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRA
DUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRATanmoy Mishra
 
How to Show Error_Warning Messages in Odoo 17
How to Show Error_Warning Messages in Odoo 17How to Show Error_Warning Messages in Odoo 17
How to Show Error_Warning Messages in Odoo 17Celine George
 
Quality Assurance_GOOD LABORATORY PRACTICE
Quality Assurance_GOOD LABORATORY PRACTICEQuality Assurance_GOOD LABORATORY PRACTICE
Quality Assurance_GOOD LABORATORY PRACTICESayali Powar
 

Kürzlich hochgeladen (20)

2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx
 
Presentation on the Basics of Writing. Writing a Paragraph
Presentation on the Basics of Writing. Writing a ParagraphPresentation on the Basics of Writing. Writing a Paragraph
Presentation on the Basics of Writing. Writing a Paragraph
 
Philosophy of Education and Educational Philosophy
Philosophy of Education  and Educational PhilosophyPhilosophy of Education  and Educational Philosophy
Philosophy of Education and Educational Philosophy
 
The Stolen Bacillus by Herbert George Wells
The Stolen Bacillus by Herbert George WellsThe Stolen Bacillus by Herbert George Wells
The Stolen Bacillus by Herbert George Wells
 
Clinical Pharmacy Introduction to Clinical Pharmacy, Concept of clinical pptx
Clinical Pharmacy  Introduction to Clinical Pharmacy, Concept of clinical pptxClinical Pharmacy  Introduction to Clinical Pharmacy, Concept of clinical pptx
Clinical Pharmacy Introduction to Clinical Pharmacy, Concept of clinical pptx
 
The basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptxThe basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptx
 
How to Make a Field read-only in Odoo 17
How to Make a Field read-only in Odoo 17How to Make a Field read-only in Odoo 17
How to Make a Field read-only in Odoo 17
 
Prelims of Kant get Marx 2.0: a general politics quiz
Prelims of Kant get Marx 2.0: a general politics quizPrelims of Kant get Marx 2.0: a general politics quiz
Prelims of Kant get Marx 2.0: a general politics quiz
 
How to Solve Singleton Error in the Odoo 17
How to Solve Singleton Error in the  Odoo 17How to Solve Singleton Error in the  Odoo 17
How to Solve Singleton Error in the Odoo 17
 
UKCGE Parental Leave Discussion March 2024
UKCGE Parental Leave Discussion March 2024UKCGE Parental Leave Discussion March 2024
UKCGE Parental Leave Discussion March 2024
 
M-2- General Reactions of amino acids.pptx
M-2- General Reactions of amino acids.pptxM-2- General Reactions of amino acids.pptx
M-2- General Reactions of amino acids.pptx
 
In - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptxIn - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptx
 
How to Manage Cross-Selling in Odoo 17 Sales
How to Manage Cross-Selling in Odoo 17 SalesHow to Manage Cross-Selling in Odoo 17 Sales
How to Manage Cross-Selling in Odoo 17 Sales
 
Prescribed medication order and communication skills.pptx
Prescribed medication order and communication skills.pptxPrescribed medication order and communication skills.pptx
Prescribed medication order and communication skills.pptx
 
How to Use api.constrains ( ) in Odoo 17
How to Use api.constrains ( ) in Odoo 17How to Use api.constrains ( ) in Odoo 17
How to Use api.constrains ( ) in Odoo 17
 
3.21.24 The Origins of Black Power.pptx
3.21.24  The Origins of Black Power.pptx3.21.24  The Origins of Black Power.pptx
3.21.24 The Origins of Black Power.pptx
 
DUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRA
DUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRADUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRA
DUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRA
 
How to Show Error_Warning Messages in Odoo 17
How to Show Error_Warning Messages in Odoo 17How to Show Error_Warning Messages in Odoo 17
How to Show Error_Warning Messages in Odoo 17
 
Quality Assurance_GOOD LABORATORY PRACTICE
Quality Assurance_GOOD LABORATORY PRACTICEQuality Assurance_GOOD LABORATORY PRACTICE
Quality Assurance_GOOD LABORATORY PRACTICE
 
Personal Resilience in Project Management 2 - TV Edit 1a.pdf
Personal Resilience in Project Management 2 - TV Edit 1a.pdfPersonal Resilience in Project Management 2 - TV Edit 1a.pdf
Personal Resilience in Project Management 2 - TV Edit 1a.pdf
 

Air ticket reservation system presentation

  • 2.  Project Profile Project Title: Online Air Ticket Reservation System. Project Description: Passenger can make his/her Reservation Easily.  Front End Tool: ASP. Net 2005  Back End Tool: Microsoft SQL Server 2005.  Operating System: Windows XP Service Pack2.  Project Duration: 4 Months.  Submitted To: J.G College Of Computer Application
  • 3.  Introduction A customer can reserve his/her air ticket using this web site without any difficulty. It basically a different form of execution of online transactions in which the customer can reserve for tickets and can pay online for their ticket conformation. A customer can also view his/her conformation using log in name and password provided during reservation process, which is for security. If customer needed to cancel his/her reservation due to any reason, he/she may easily cancel out reservation with charges applied
  • 4.  NEED FOR THE NEW SYSTEM  For provide the better reservation in turn the fast service to get the reservation over in time to the passenger. Passenger can get the information without visiting airport far from home or their offices, like baggage, healthy traveling tips, before-after and during flying tips. Millions of rupees each year to staff their toll-free customer service telephony systems. Thousands of people calls not only for book flights but for extra services.
  • 5.  Features Better user interface for the users. Security for the reservation of the customers. Passenger can get the detail of airport and airbus information by viewing the pictures of airport and airbus. User can search for specific flight. A customer can also view his/her conformation using Passenger Number provided during reservation process, which is for security.
  • 6. Cont… If customer needed to cancel his/her reservation due to any reason, he/she may easily cancel out reservation with charges applied for cancellation. A customer can view the time table for the flights and its time for reservation. A customer also get information about baggage/luggage, airport, airbus, and airport tips, about pets and healthy traveling tips. We provided the Administrator part separately, which manages airbus, flight scheduling and manages administrator’s account.
  • 7.  Objectives  Better storage capability.  More Efficient operations.  This system saves the time and manpower.  The objective of the project is to provide the passenger the better reservation in turn the fast service to get the reservation over in time.  To give information about baggage/luggage, airport, airbus, and airport tips, about pets and healthy traveling tips.  Easy and fast retrieval of data.
  • 8.  Operating Environment  H/W Requirements: Processor HDD RAM Monitor : Pentium4 or High. : 20 GB Hard disk. : 256 MB :VGA for Higher resolution  S/W Requirements:  Platform : Windows XP/ Windows Vista  Front End : ASP. Net 2005 with C#.  Back End : Microsoft SQL server 2005.  Web Server: Internet Information Services (IIS) version 5.1  Software :Snagit TechSmith (Screen Capture Utility Software)
  • 9.  Modules And Process Air Ticket Reservation System Reservation Ticket Reservation View Cancellation Information New Flight Schedule Admin Search Choose Flight Traveler Detail Administrator Confirmation Airbus Fare Discount
  • 10.  Reservation Modules Ticket Reservation: This module handles air ticket reservation process, which is user friendly and user can access easily. View Reservation: This module handles processes of view reservation of passengers. User can easily view his/her flight schedule and seat numbers by filling few information. Cancellation: This module handles the cancellation process of reservation of passengers.
  • 11.  Information Modules  This module provides information to passenger like baggage/luggage, airport, airbus, and airport tips , about pets and healthy traveling tips.  This Module Also provide facility to see time table for flight
  • 12.  Administrator Modules  Airbus :This Module Manage the Airbus Detail.  Flight schedule : This Module Manage The Schedules Of Flight.  New admin : This Module Handle the Process of creating new Administrator Account.  Fare discount : This module Manage Fare Discount for Different Age Passenger.
  • 13.
  • 14.
  • 16.
  • 18.
  • 20.
  • 22.
  • 24.
  • 26.
  • 27. Admin : Column Name Data Type Constraint Description Admin id Admin Name Number(10) Varchar(20) Primary Key Not null Administrator’s Id Name Admin password Question Answer varchar(10) Text Text Not Null Not Null Not Null Administrator’s password Secret Question Secret Answer
  • 28. Airbus : Column Name Airbus_no Data Type Constraint Number(10) Primary Key Description Airbus Number Economy_capacity Int Not Null Economy Class Capacity First_capacity Not Null First Class Capacity Int
  • 29. Passenger_fare_master : Column Name Data Type Constraint Description Pasfare_id Number(50) Primary Key Passenger Fare Id Pass_id Number(50) Foreign Key Passenger Id Creditcard_no Number(30) Not Null Passenger Account Number Card_password Nchar(10) Not Null Amount Number(10) Not Null Passenger Account Password Passenger Amount To Pay
  • 30. Flight_schedule : Column Name Data Type Constraint Description Flight_no Number(10) Primary Key Flight number Airbus_no Number(10) Foreign Key Airbus number Route_description Text Not Null Route Description Depart_date Date/Time Not Null Depart Date Description Depart_time Date/Time Not Null Depart Time Description Journy_hour Number(10) Not Null Journey Hour Fare_economy Text Not Null Economy Fare Description Fare_first Text Not Null First Class Fare Description Economy_booked Int Allow Null Economy Booked First_booked Int Allow Null First Class Booked
  • 31. Traveler_detail : Column Name Pass_id Pas_name Pas_city Pas_pin Pas_tno Data Type Number(10) Varchar(50) Varchar(50) Number(10) Number(50) Constraint Primary Key Not Null Not Null Not Null Not Null Description Passenger Id Passenger Name Passenger City Name Passenger Pincode Passenger Telephone Number Pas_email Flight_no Class From name Depart_date Depart_time Toname Seat_no Login_name Password Nvarchar(50) Number(10) Varchar(50) Varchar(50) Date/Time Date/Time Varchar(50) Number(10) Nchar(10) Nchar(10) Not Null Not Null Not Null Not Null Not Null Not Null Not Null Not Null Not Null Not Null Passenger E-mail Address Flight Number Class/Cabin From Airport Name Depart date Depart Time To Airport Name Seat Number Login Name Login Password
  • 32. Fare_dicount_detail : Column Name Data Type Constraint Description Fare_disId Economy_adults Number(50) Number(10) Primary Key Not Null Economy_senior Number(10) Not Null Economy_children1217 Number(10) Not Null Economy_children511 Number(10) Not Null Economy_children24 Number(10) Not Null Economy_infantsseat Number(10) Not Null Economy_infantslap Number(10) Not Null First_adults Number(10) Not Null First _senior Number(10) Not Null First _children1217 Number(10) Not Null First _children511 Number(10) Not Null First _children24 Number(10) Not Null First _infantsseat Number(10) Not Null First _infantslap Number(10) Not Null First _adults Number(10) Not Null Fare Discount Id Percentage of Discount of Adult in economy cabin Percentage of Discount of Senior in economy cabin Percentage of Discount of Children(age 12-17) in economy cabin Percentage of Discount of Children(age 5-11) in economy cabin Percentage of Discount of Children(age 2-4) in economy cabin Percentage of Discount of Infant(in Seat) in economy cabin Percentage of Discount of Infant(in Lap) in economy cabin Percentage of Discount of Adult in First class cabin Percentage of Discount of Senior in First class cabin Percentage of Discount of Children(age 12-17) in First class cabin Percentage of Discount of Children(age 5-11) in First class cabin Percentage of Discount of Children(age 2-4) in First class cabin Percentage of Discount of Infant(in Seat) in First class cabin Percentage of Discount of Infant(in Lap) in First class cabin Percentage of Discount of Adult in First class cabin
  • 33. Cancelation_detail : Column Name Pas_id Pas_tno Flight_no Seat_no Cancel_date Cancel_charge Data Type Number(50) Number(50) Number(10) Number(10) Date/Time Number(10) Constraint Foregin Key Not Null Not Null Not Null Not Null Not Null Description Passenger Id Passenger Telephone Number Flight Number Seat Number Cancelation Date Cancelation Charge
  • 34. Airport Detail : Column Name Airport_id City Airport_Name Data Type Number(50) Varchar(20) Varchar(40) Constraint Primary Key Not Null Not Null Description Airport Id Airport City Airport Name
  • 35.
  • 60.
  • 83.  Limitations This online air ticket reservation website supports only domestic airlines. you can not make reservation for international airlines. You can not make reservation for multiple domestic airlines accepting Maruti Tours & Travels.
  • 84.  Future Enhancement Automatically e-mail communication to passenger about flight scheduling and new schemes and discounting. We provide different types of tour packages in nominal cost. Sending messages on mobile of delaying or cancellation of flight.
  • 85.  BIBLIOGRAPHY  Books Search Book Name Processional ASP.NET 2.0 The Complete Reference C# 2.0 Software Engineering Authors WroxAddition Herbert Schildt Roger S. Pressamn Site Search http://www.yatra.com/ http://www.spicejet.com/ http://www.ezeego1.co.in/ http://www.airindiaexpress.in/ http://www.flykingfisher.com/