Clockwork Airlines Booking System By Paul Francis.

Slides:



Advertisements
Similar presentations
EndNote Web Reference Management Software (module 5)
Advertisements

Creating Data Entry Screens in Epi Info
User’s Guide.
ENTER System Capabilities. HOME System Capabilities - Flights A web platform where travel agents can register and buy variety of travel products at highly.
COST MANAGEMENT Movement Management. COST MANAGEMENT Cost Management is accessible on the Movement level from MANAGE MOVEMENT page 2 nd Level Navigation.
Use this guide to help you schedule, modify, lookup and delete hearing blocks Click on the buttons to the right to discover more about their functionality.
Tutorial EBSCOadmin User Groups support.ebsco.com.
Air Search and Rescue Mission Planning Tool Designed for Lt. Col. Daniel Melendez, PhD of the Mideast Region Civil Air Patrol WWW A&R MPT Training Presentation.
1 GetThere User Training Booking & Managing Online Travel.
Calendar Browser is a groupware used for booking all kinds of resources within an organization. Calendar Browser is installed on a file server and in a.
The Library System PlatonixZ 2.0- is a library software designed to automate the library functions, specifically adopted by MAAP for the ff: * Library.
The Online Activities Module OAM Describing the F-7 & F-7A.
Edit the text with your own short phrases. The animation is already done for you; just copy and paste the slide into your existing presentation. RegisterLogin.
Enter here. Enter your User Id and click on Go.
ECG INTEGRATION MAC 800 for EMIS Web (using CardioSoft) Intelligent Integration GE MAC 800 ECG.
Prepare Your Academy for 2013
Lab 8 – C# Programming Adding two numbers CSCI 6303 – Principles of I.T. Dr. Abraham Fall 2012.
Welcome to Money-on-Mobile Rail Ticket Booking Service
Vendor Module Screens. Screen 1 - Vendor Material This feature allows VENDOR to enter PO and list all the material from that vendor. This will help vendor.
Vanche Gujarat Abhiyaan(VGA)- Best Reader Competition Online Student Registration and Data Entry presentation.
Support.ebsco.com Basic Searching for K-12 School Libraries Tutorial.
The Required Text for Your Course is Faigley, Graves & Graves The Brief Penguin Handbook 1 st Canadian Edition With MyCanadianCompLab.
CREATING TEMPLATES CREATING CUSTOM CHARACTERS IMPORTING BATCH DATA SAVING DATA & TEMPLATES CREATING SERIES DATA PRINTING THE DATA.
Salt Suite User Guide (Copyright Salt ).
ECG INTEGRATION MAC600 CardioSoft – EMIS WEB Intelligent Integration GE MAC600 ECG.
An Airlines and Tour management application. RECAP.. Business Overview  This App will be developed for emerging travel enterprises that wish to enter.
How to install Office 2007  Step 1: Insert the Microsoft Office 2007 Enterprise CD. If the Setup Wizard does not automatically begin, then click Start.
WEIGH STAR A Software for Weighing Systems. Features Weigh STAR is a S/W that is designed for weighing systems. It reads the weight (both Gross Weight.
To access our web services, go to……. Click on Customer Login.
*********** Enter your Enter your password Click here to Sign In.
Why are Databases Better than Files? Multiple users can all use the same database, and have access to the current, up to the minute values for the data.
Graphical User Interface You will be used to using programs that have a graphical user interface (GUI). So far you have been writing programs that have.
) Main Menu: You can access all aspects of the database from this screen 2) Contacts: You can access the “contact database management” side of.
Chronos May Chronos Agenda Introduction Login Capturing Timesheet Entries –Capturing new entriesCapturing new entries –Editing and deleting existing.
Verification & Validation. Batch processing In a batch processing system, documents such as sales orders are collected into batches of typically 50 documents.
A user guide to accessing, reviewing and contributing to the Online Registry System.
Log into the scan gun and from the main menu, choose UNSNWT Returns 4/27/2011.
SUPPLIER MODULE User’s Guide. Step 1. Click Files Step 2. Click Supplier.
ECG INTEGRATION MAC600 SD Card – EMIS WEB Intelligent Integration GE MAC600 ECG.
Welcome to Money-on-Mobile Rail Ticket Booking Service momrail.com.
ProCal-Track Fast, Efficient Goods Inwards With Barcode Scanning Support.
CSD 340 (Blum)1 Introducing Text Input elements and Ifs.
Deanery/LETB Admin Guide. Logging in Click this button to be sent to the single sign on page. DO NOT use the local account log in below.
Accuship Desktop Shipping. AGENDA I.Single Shipment Creation II.Single Shipment Cancellation III.Multi Piece Shipment Creation IV.Group Shipment Creation.
Murach’s Visual Basic 2008, C7, modified or added© 2008, Mike Murach & Associates, Inc. Slide 1.
DEPARTMENT MODULE User’s Guide. Step 1. Click Files Step 2. Click Department.
I Travel Booking Training
World Travel, Inc. Concur Online User Guide
Air New Zealand limited is a flight carrier airline or group of New Zealand airline, based in Auckland. The air new Zealand operates scheduled passenger.
Concur Travel and Expense Management
Trip Case Invoice Retrieval Guide
A Software for Weighing Systems
Agency Private Fares – Enhancement July 2004
1-888(202)5328 Turkish Airlines Booking Number
“NEW” Travel Agents Booking Site
Adding and editing students and student test settings
Booking & Cancellation Flight Status Check-in Food & meal Baggage's Policy Insurance Flight Timing For more details visit
Eva Air Phone Number Eva Air Manage Booking
Frontier Airlines Phone Number Book your Frontier Airlines flight tickets, manage reservation, baggage delay you need to call us at Fly Frontier Airlines.
Frontier Airlines Phone Number Book your Frontier Airlines flight tickets, manage reservation, baggage delay you need to call us at Fly Frontier Airlines.
Frontier Airlines Contact us at Frontier Airlines Contact Number to know about Frontier Airlines reservation and Online Ticket Book. Frontier Airlines.
1CapApp Company Setup Documentation
HOW TO CREATE A CLASS Steps:
Exception Basics DARS provides authorized users a means to override requirements for individual students.
Searching Concur Travel
LiveWire Log in page TIPS
Philippines Airlines Seat Reservations
Agent Login Process from new portal Use the URLhttps://www. irctc. co
To modify a requisition, enter the requisition number and click OK or press enter. You can enter sign to return to the last requisition you were.
Welcome To Lufthansa. Make Your Trip a Wonderful Experience, Book Your Trip on Lufthansa Airlines Lufthansa Airlines is a name that is known for amazing.
Presentation 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 Ticket New 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 Ticket Baggage (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 Ticket Ticket 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.