Clockwork Airlines Booking System By Paul Francis.

Post on 18-Jan-2016

220 views 0 download

Tags:

transcript

Clockwork Airlines Booking System

By Paul Francis

The Software

• Requirements• What is the software• What does the

software do?

Functions of the software

• Enter Flight ID

• Brings up image of seats showing available/ unavailable

• Select seat needed

• Enter details

Book Ticket

1. Passenger Form

2. Baggage Form

3. Ticket

Functions of the software

Book TicketNew Passenger• ID Number automatically generated.

• Validation using VB code to check user input such as CDate, IsNumeric, LEN functions.

• Other limitation of user input such as using drop down lists, disabling of buttons, disabling of text boxes.

Functions of the software

Book TicketBaggage (with booking)• ID Number automatically generated.

• Validation using VB code to check user input such as IsNumeric, LEN functions.

• Other limitation of user input such as using calculation buttons to calculate totals, disabling of buttons, disabling of text boxes.

Functions of the software

Book TicketTicket• Passenger/Flight details automatically generated.

• Validation using VB code to check user input such as IsNumeric, CDate, LEN functions.

• Other limitation of user input such as automatic calculation of all passenger costs when ticket is booked, disabling of buttons, disabling of text boxes.

Functions of the software

Add Flight• Flight ID, Airport codes automatically generated.

• Validation using VB code to check user input such as CDate, LEN functions.

• Other limitation of user input such as drop down lists, disabling of buttons, disabling of text boxes.

Functions of the software

Adding Baggage• Can be added separate from the time seat is booked.

• Same as previously mentioned except the user has to enter the Passengers ID number before they can do anything else.

Functions of the software

Search Passenger• All text boxes disabled.

• A Passengers booking can be cancelled by deleting from here.

• The booking can only be deleted if it is a valid booking for deletion.

Functions of the software

Search Flight• Limitation of user input using drop down lists, disabling of buttons.

• Shows flights to the destination selected by user along with all relevant details.

Functions of the software

Flight Details• All textboxes disabled.

• Shows all passengers on a specific flight along with other relevant information.

Functions of the software

Other Features• Includes help file detailing how to perform each function of the software.

• Includes information about the software.

• Includes an installation package to install the software on any computer.

Functions of the software

Full Version• Join flight from search flight screen.

• Verify Passenger ID when baggage is booked separately.

• Economy seats included.