Clockwork Airlines Booking System By Paul Francis.

13
Clockwork Airlines Booking System By Paul Francis

Transcript of Clockwork Airlines Booking System By Paul Francis.

Page 1: Clockwork Airlines Booking System By Paul Francis.

Clockwork Airlines Booking System

By Paul Francis

Page 2: Clockwork Airlines Booking System By Paul Francis.

The Software

• Requirements• What is the software• What does the

software do?

Page 3: Clockwork Airlines Booking System By Paul Francis.

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

Page 4: Clockwork Airlines Booking System By Paul Francis.

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.

Page 5: Clockwork Airlines Booking System By Paul Francis.

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.

Page 6: Clockwork Airlines Booking System By Paul Francis.

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.

Page 7: Clockwork Airlines Booking System By Paul Francis.

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.

Page 8: Clockwork Airlines Booking System By Paul Francis.

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.

Page 9: Clockwork Airlines Booking System By Paul Francis.

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.

Page 10: Clockwork Airlines Booking System By Paul Francis.

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.

Page 11: Clockwork Airlines Booking System By Paul Francis.

Functions of the software

Flight Details• All textboxes disabled.

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

Page 12: Clockwork Airlines Booking System By Paul Francis.

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.

Page 13: Clockwork Airlines Booking System By Paul Francis.

Functions of the software

Full Version• Join flight from search flight screen.

• Verify Passenger ID when baggage is booked separately.

• Economy seats included.