Skip to content

A simple PL/SQL project that impliments few functionalities of a Airline Reservation System.

Notifications You must be signed in to change notification settings

muskanmahajan37/Airline-Reservation-System

 
 

Repository files navigation

Airline-Reservation-System

Table of contents

Introduction

A simple PL/SQL project that impliments few functionalities of a Airline Reservation System.

Features

This system has different features for passenger site and customer site. Following are some features of both module.

Passenger Module:

  1. Create Account: Passenger can create an account providing necessary details.
  2. Login/logout: Passenger can login to the system by providing their email and password.
  3. View Passenger Detail: Passengers can view their personal info and previous flight details.
  4. View Flight Info: Passengers can view flight info for a particular date or destination. This also allows user to view the time table for the flight.
  5. Ticket Reservation: This allows customer to book a ticket which is user friendly and can be accessed easily
  6. View Reservation History: User can view his/her flight reservation and get necessary details about the flight.
  7. Reservation Cancellation: This allows passengers to request for cancellation of their reservation and avail refund.

Administrator Module:

  1. Login/logout: Administrator can login to the system by providing their administrator id and password.
  2. Passenger Management: Add/Delete/Update customer information.
  3. Flight Management: This allows administrator to manage flight information.
  4. Airbus Management: Administrator can manage airbus information through this.
  5. Reservation Cancellation Management: This allows administrator to manage the requested reservation cancellation.
  6. Add New Administrator: This allows to create a new administrator account

Technologies

OS: Windows/Linux/MAC
Programming Language: PL/SQL
Tools: Oracle 10g, SQL *PLUS, Notepad, Sublime Text 3

Screenshots

Customer registration

Customer login

Showing available aircrafts and flights

Book a flight from customer end

Showing booking history

Cancel booking by customer

Showing the cancelled booking which are pending for admin's approval

Showing income from each flight and the total income earned

About

A simple PL/SQL project that impliments few functionalities of a Airline Reservation System.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PLSQL 100.0%