Online Railway Reservation System

Slides:



Advertisements
Similar presentations
If you are new to bus safar then click on new User Registration. Click on sign up.
Advertisements

Information System Analysis
To book bus ticket kindly use Mozilla Firefox. If bus is canceled kindly mail us on within 48 hours of departure time. Sources Destination.
ENTER System Capabilities. HOME System Capabilities - Flights A web platform where travel agents can register and buy variety of travel products at highly.
SEG Travel Corporation, Confidential and Proprietary 1 Site Demo.
1 GetThere User Training Booking & Managing Online Travel.
University Web Services Nika Nestor / Alex Volfson 09/29/2006.
New Student Orientation Registration System Stephen Nakamura EE496 Preliminary Design Review Fall 2008.
Portman Online Rail User Guide The booking tool is compatible with internet Explorer 8 or higher
SABAL SHRESTHA SHERIF HALAWA SHAMA KHADPEKAR JIANWEI LAI SI TRAN GROUP A Tri-Airport Shuttle System.
V v Business Process AMTV Streaming TV Streaming.
STOCKDOC Advanced Stock Management System
USER MANUAL USER MANUAL 19 July TABLE OF CONTENTS System Description5 How It Works?6 Maxxbooking Plugin7-8 Hotel Info & Description10 Hotel Details11.
Welcome to Money-on-Mobile Rail Ticket Booking Service
USER MANUAL USER MANUAL 21 June TABLE OF CONTENTS System Description4 How It Works?5 PLUGIN Maxxbooking Plugin6-7 Hotel Info & Description8-9 Availability.
This is a short presentation to explain how and why to login to the CIM website as a member. Benefits are: Access to myCIM (private member area, contains.
Online Parking System.
UML’s StateChart FSM, EFSM in UML Concurrent states Tool support.
Business Case Scenario XYZ Airlines is an up and coming airline in Asia which has been steadily growing these past few years. Currently, the ticket sales.
Franklin Twp. Youth Soccer Online Registration Tutorial.
Welcome to Money-on-Mobile Rail Ticket Booking Service momrail.com.
Children’s Homes An Introduction To The Quality Standards Online Workshop How to register.
Manage Your Travel Easily With The Help Of PNR Status.
What is Online banking Online banking refers to the process of banking carried out online using internet and computer terminal: It is one of the latest.
Affiliate Menu - Home The Affiliate Home menu explained.
SYSTEM ANALYSIS & DESIGN SYED MD MARUF HASAN TP030777
 EVA Air Corporation is a Taiwanese international airline, operating passengers and dedicated cargo services to over 40 international destinations in.
Project Management: Messages
Accounts Payable Workflow
E-Commerce Solution for all businesses
If you are Existing User Click here to ‘Login’
PMU E-Alumnus Project Final Presentation
Riding the Wave of Innovation
Paytm Partners Training Program
THE RAILWAY RESERVATION SYSTEM.
UML’s StateChart FSM, EFSM in UML Concurrent states Tool support.
Q What is the number of the Livewire Help Desk
Amtrak Script | Greyhound Clone | Megabus clone
In the Name of ALLAH,the most Gracious, the most Merciful.
Air Canada Airlines Number Air Canada Airlines Customer Service is 24x7 hour traveling service provide for tourists. If you are travel.
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.
Upayogee Society Management Software
User Guide Portman Concur
User Guide Portman Livewire
SOURCE TAGGING AS A SERVICE
User Guide Portman Concur
The Fulfillment Process
Login & administration page
NEW ZAGROSJET SALES SYSTEM
Employee Self Service An Introduction to Premier ESS.
Portman Livewire User Guide.
Use Case: Password Management Password Change Requests
LiveWire Log in page TIPS
BUSINESS CENTER AIRFARE APPROVAL REVIEW
Portman Online User Guide.
Room Booking System User Manual.
LiveWire Log in page TIPS
LiveWire Log in page TIPS
Call Us- +1(800) Airlines Customer Service Number.
Portman Online Rail Training Tutorial
Date of Issue: October 2013 Version: V3
Cancelling a Fault Version 1
Portman Online Training Tutorial.
Quick Guide for Online Ordering
Agent Login Process from new portal Use the URLhttps://www. irctc. co
Reading Fault Notes and Viewing Engineer Status Version 1
Welcome To Allegiant Air. Allegiant Air Reservations Process Every passenger wants to travel but they restrict themselves due to high fare charges. And.
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:

Online Railway Reservation System Rakesh Kumar Shah IIT2009018 Bijay Dhital IIT2009025 Prashish Rajbhandari IIT2009031 Rishi Gosai IIT2009130 Avishek Pant IIT2009134

Problem statement Information about the route, cancellation of tickets, departure time, arrival time, number of trains available and other such information. Store and retrieve information about the various transactions related to Rail travel. Keep track of all its passengers and thus schedule their journey accordingly. Maintains records of passengers travelling in the different trains on different dates reaching different destinations in the system. User friendly interface to administrator and customer

ER Diagram

USER TRAIN CLASS FARE PAYMENT TICKET-1 TICKET-2

FUNCtions OF USER Train Enquiry Book Ticket Payment Check PNR Status Cancel Ticket Login and Logout

Functions of admin Add/Remove Trains Add/Remove User Book Ticket Cancel Ticket Get Passenger List Login and Logout

Tables and Normalization

Admin table User table username password first_name last_name age email Registration-date The above table consists of username as a primary key which determines all other attributes of it. There is no partial and transitive dependency so it is in 3NF. User table username password first_name last_name age email Registration-date The above table consists of username as a primary key which determines all other attributes of it. There is no partial and transitive dependency so it is in 3NF.

Train table train_no train_name source destination distance arrival_time dep_time Train number is the primary key of train table . It consists of atomic values of attributes and there is no partial and transitive dependency so it is in 3NF. Ticket table PNR train_no train_name source destination distance class fare arrival_time departure_time Name date seat_no

1 NF – 3 NF conversion of Train table Train_details train_no train_name source destination distance arrival_time dep_time Fare table train_no class fare

Ticket _details PNR train_no name date seat_no class fare Ticket1 table PNR train_no name date seat_no class Ticket2 table PNR fare

Class_details train_no General Sleeper Ac I Ac II Ac III Payement table receipt_no username card_no pin_no bank type

DFD (Data Flow Diagram) 3 Level Diagram -Level 0

Level 0

User Level 1

Admin Level 1

User Level 2

Admin Level 2

triggers If user has entered data in payment, send a trigger to change the value of paid field in ticket (initially set at zero). Confirmation mail to be sent to the user on his email if he has cancelled the ticket or created an account. When a new train is added to the train table the fare table should also be updated.

Snapshots

THANK YOU PLEASE VIEW OUR DEMO