Cheapest Flights Form

<<Back to Main Menu

Description:
Displays the Cheapest Flights Form to allow the user find the cheapest flights available on a particular Route over the next two months.


Accessible by:
Customers and Managers

Accessed from:
Main Menu

Input parameters:
None

Output:
Cheapest Flights Form to allow the user to find the cheapest fares on a desired Route.
Pseudo Code:
get/create session
if ('username' param exists in the session) {
   display the Cheapest Flights Form
}
else {
   display error message that user must be logged in
}