Airline Flight and Reservation System. Software Design Document. Name:

Size: px
Start display at page:

Download "Airline Flight and Reservation System. Software Design Document. Name:"

Transcription

1 Airline Flight and Reservation System Software Design Document Name: Date:

2 Table of Contents 1. Introduction Purpose Scope Overview System Overview System Architecture Architecture Design Decomposition Description Design Rationale Data Design Data Description Human Interface Design Overview of User Interface Screen Images Requirements Matrix... 13

3 1. Introduction 1.1 Purpose The aim of this software is to develop a systematic analysis of the procedure involved in the reservation of ticket for railway travel. This should be used in an effective way so that various advantages are obtained from the software. Software means establishment of sound and in-depth development of a task using high-level language that results in well-equipped, economical software, which is reliable. The introduction may be divided into various steps based on the developer and also depending upon the operation to be performed using the particular software. The AIRLINE RESERVATION SYSTEM undertakes as a project I based on relevant technologies. The main aim of this project is to develop the software for the process of reserving airway ticket should lead to increased efficiency and reduced drawbacks which were present in the previous procedure of airline reservation. The software should be, error controlled both logically as well as in syntactic manner. The features deal with the different operations involved in the process of AIRLINE RESERVATION. Business people don t have any planned air travel. They just receive the invitation for some international exhibition at the last minute, which they should or can attend to improve their ability both in the skilled manpower and also in the machinery importing. Tickets can now be booked online. Some agents or the organization with the idea of eyeing increased profit through the extra taxes for the comfort they give to buy the ticket just by a single click of the mouse. 1.2 Scope This project designs and implements AFRS to fulfill all the vision statements. Supported by a well designed database, all available air flight information is integrated together and can be accessed easily through a single point. A friendly user interface is provided so that various combinations of search criteria can be fetched from user and generates corresponding database search statements. AFRS provided both customer and administration interfaces with the latter used for administration purposes. If time permits, AFRS will support frequent user registration and personal information management. 1.3 Overview AFRS is an Internet-based application executing on a Web server and connected to enterprise databases. AFRS accepts and processes requests from two patrons: end users (customers) and system administrators. Besides the local server database (for storing reservation records), AFRS also integrates databases from airlines and airports. The system is expected to have a Web user interface for customers and an authorization based Web interface for administrators. Its final release has merits of being efficient and precise in flight searching, consistent in booking transaction processing and secure in credential data transmission.

4 2. System Overview REQUIREMENT ANALYSIS Requirements are prone to issues of the ambiguity, incompleteness and inconsistency techniques such as rigorous inspection have been shown to help deal with these issues. Ambiguity, incompleteness and inconsistencies that can be resolved in the requirement phase typically cost orders of the magnitude less to correct than when these same issues are found in later stages of product development. The purpose of developing the specified software is to describe the analysis involved in the reservation of air ticket. FUNCTIONAL ANALYSIS Input: Collecting the information of the person who is going to travel. Output: The issue of ticket on the particular date specified by the traveler. PROCESS Enter the details of the traveler. Check for availability of tickets. Inform the traveler the position of the available seat. Ask his/her decision whether to reserve the ticket or not. Positive reply-book ticket after receiving the amount for the cost of ticket. Issue the ticket. Ask the traveler to check in time so that he/she doesn t miss the plan because of delay. Update the database before the next booking is to be done. EXISTING SYSTEM In the existing system there is no provision for senior citizen concession and there is no facility for viewing single passenger record. PROPOSED SYSTEM The main implementation requirements for this project are The client tier must not be changed, which means that the format of all the communication messages have to be preserved. Some functionality, like check digit validation, time, stamps etc. Are supplied by already existing routines which we are obliged to use. The format of communication in modules are fixed and non changeable. All the technical documentation formats are also fixed and have to be followed. Some customer implementation techniques have to be followed. A facility for viewing the single passenger record is made available. We have made concession in ticket fair for senior citizens.

5 REPORT MODULE The tickets issued should have the details such as plane number, ticket number, seat number, traveler s name, time of departure. The traveler should be informed about the check-in time.the names of the fields involved in the airline reservation system are FLIGHT DETAILS CHECK AVAILABILITY BOOK TICKET VIEW SINGLE PASSENGER RECORD(by taking the ticket number) EXIT MODULE 1:FLIGHT DETAILS This module is used to view the flight details with ease and it tends the passenger to book tickets without much difficulty. MODULE 2:CHECK AVAILABILITY This module is used to check the availability of the flights and the information of the seats in that flight. MODULE 3:SINGLE PASSENGER RECORD This module is used to view the single passenger details with the help of the ticket number issued after booking with input support information. MODULE 4:BOOK TICKET This module is used to book the ticket after checking the availability of tickets I the flights. A ticket can be booked to a maximum of five just by entering the passenger name, age and their details. MODULE 5:EXIT This module is used to exit from the reservation form. 3. System Architecture 3.1 Architecture Design ERD (Entity Relationship Diagram) The object relationship pair can be graphically represented by a diagram called Entity Relationship Diagram. It is mainly used in database applications but now it is more commonly used in data design. The primary purpose of ERD is to represent the relationship between data objects. Various components of ERD are: 1. Entity 2. Relationship 3. Attribute. DFD (DATA FLOW DIAGRAM) Data Flow Diagram is one of the Functional Model which are used to represent the flow of information in any computer based system. Three Generic Functionalities: 1. Input 2. Process 3. Output The data flow diagram depicts the information flow and the transforms that are applied on the data as it moves from input to output.

6 ENTITY RELATIONSHIP DIAGRAM

7 3.2 Decomposition Description DATA FLOW DIAGRAM: LEVEL 0: CONTEXT DIAGRAM Passenger Reservation System Booking System LEVEL 1

8 LEVEL2 3.3 Design Rationale The algorithm is developed as flow chart and the data flow diagrams, to describe the step-wise procedure of the application. The basic requirements, which are got from the customer, should all be covered in this algorithm developed. Most components described in the system architecture section will require a more detailed discussion. Other lower-level components may need to be described as well. The kind of component, such as a subsystem like delete, insert, module like student detail, class like library, package, function, file etc.the specific purpose and semantic meaning of the component describe this. This may need to refer back to the requirement specification. 4. Data Design This section describes the category of data required by the system. Because there is no actual complete data set available for use we will produce the needed data synthetically. This data will be more formally represented in our entity relational design data model.

9 4.1 Data Description A List of Airports including: o Airport Name o Abbreviation o Location City State zip code (If possible) Time zone The information about several Flights, more specifically: o Flight id o Airline o Flight number o Departure/Arrival Date/Time o Departure/Destination Airport o Seats o Total / Vacant o Seat Number o First Seats o Coach Seats o Type plane o Fare Information of Reservations made: o Flights id o o Passenger names o Credit card type/number o Address o Total Price User Information, most importantly containing: o o Password o Reservations

10 5. Human Interface Design 5.1 Overview of User Interface In software engineering the software maintenance is the process of enhancing and optimizing deployed software as well as remedying defects. Software maintenance is one of the phases in the software development process and follows deployment of the software into the field. The software maintenance phase involves changes to the software in order to correct defects and deficiencies found during the field usage as well as the addition of new functionality to improve the software usability and applicability. 5.2 Screen Images

11 VIEW FLIGHT DETAIL CHECK AVAILABILITY

12 BOOK TICKET VIEW SINGLE PASSENGER RECORD

13 6. Requirements Matrix Req # Description REQ-SR1 The database backend system in text file. REQ-SR2 The Front-end and middle logic will be written using C.

Note to the Project Guides MSC (CS-FOSS) Final Semester Projects

Note to the Project Guides MSC (CS-FOSS) Final Semester Projects Note to the Project Guides MSC (CS-FOSS) Final Semester Projects The students of MSC (CS-FOSS) of students are now in the final semester and will be doing their project work this semester. This is one

More information

Report on the Train Ticketing System

Report on the Train Ticketing System Report on the Train Ticketing System Author: Zaobo He, Bing Jiang, Zhuojun Duan 1.Introduction... 2 1.1 Intentions... 2 1.2 Background... 2 2. Overview of the Tasks... 3 2.1 Modules of the system... 3

More information

User Manual - CFR Online Ticket. User Manual CFR Online Ticket

User Manual - CFR Online Ticket. User Manual CFR Online Ticket User Manual CFR Online Ticket 1 Contents: A. Methodology for a registered user Registration B. Sale application of CFR online tickets Connecting I forgot my password Routes Train Information Traffic restrictions

More information

INSTRUCTIONS GUIDE FOR BLUE AIR TICKETS ISSUANCE

INSTRUCTIONS GUIDE FOR BLUE AIR TICKETS ISSUANCE INSTRUCTIONS GUIDE FOR BLUE AIR TICKETS ISSUANCE A. INTRODUCTION BLUE AIR Company is using an internet reservations system Open Booking, which is remarked for its simplicity, the easiness in utilization

More information

DESIGN AND DEVELOPING ONLINE IRAQI BUS RESERVATION SYSTEM BY USING UNIFIED MODELING LANGUAGE

DESIGN AND DEVELOPING ONLINE IRAQI BUS RESERVATION SYSTEM BY USING UNIFIED MODELING LANGUAGE DESIGN AND DEVELOPING ONLINE IRAQI BUS RESERVATION SYSTEM BY USING UNIFIED MODELING LANGUAGE Asaad Abdul-Kareem Al-Hijaj 1, Ayad Mohammed Jabbar 2, Hayder Naser Kh 3 Basra University, Iraq 1 Shatt Al-Arab

More information

15.3.3 OOA of Railway Ticket Reservation System

15.3.3 OOA of Railway Ticket Reservation System 448 15.3.3 OOA of Railway Ticket System Assume that domain analysis is complete and DAD is ready for reference. The analyst also has a fair knowledge of the system and the system environment. For the sake

More information

SCATS SALES AND CUSTOMER TRACKING SYSTEM SOFTWARE REQUIREMENTS SPECIFICATION VERSION: FINAL 1.0

SCATS SALES AND CUSTOMER TRACKING SYSTEM SOFTWARE REQUIREMENTS SPECIFICATION VERSION: FINAL 1.0 SCATS SALES AND CUSTOMER TRACKING SYSTEM SOFTWARE REQUIREMENTS SPECIFICATION VERSION: FINAL 1.0 OCTOBER 28, 2001 REVISION CHART Version Primary Author(s) Description of Version Date Completed Draft Johnny

More information

How To Develop Software

How To Develop Software Software Engineering Prof. N.L. Sarda Computer Science & Engineering Indian Institute of Technology, Bombay Lecture-4 Overview of Phases (Part - II) We studied the problem definition phase, with which

More information

Vision Document Airline Reservation System

Vision Document Airline Reservation System Vision Document Airline Reservation System Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering Kaavya Kuppa CIS 895 MSE Project Department of Computing

More information

An Expert Auditing System for Airline Passenger Tickets

An Expert Auditing System for Airline Passenger Tickets From: IAAI-91 Proceedings. Copyright 1991, AAAI (www.aaai.org). All rights reserved. An Expert Auditing System for Airline Passenger Tickets Andrew J. Valles and Joseph A. VanLoy The passenger revenue

More information

ONLINE GROUP BOOKING SERVICE

ONLINE GROUP BOOKING SERVICE WELCOME TO LIME S ONLINE GROUP BOOKING SERVICE MANAGING YOUR GROUPS JUST GOT EASIER WITH OUR ONLINE GROUP BOOKING SERVICE LIME are a full service management company, operating within the travel industry.

More information

Project Report s Synopsis On behalf of

Project Report s Synopsis On behalf of Project Report s Synopsis On behalf of NORTHERN INDIA ENGINEERING COLLEGE Faizabad Road, Lucknow (U.P.) ON THE TOPIC ONLINE MOVIE TICKET BOOKING SYSTEM SUBMITTED BY: ANSHUL (0705613023) ANIL(07056130 1

More information

Architectural Design Structured Design. Xin Feng

Architectural Design Structured Design. Xin Feng Architectural Design Structured Design Xin Feng Structured Analysis Method Based on the Data Flow Diagrams Specification Data flow diagram Design Structured tree This is NOT an OO-Method!!! Data Flow Model

More information

GUIDELINE FOR PME 35 ONLINE BOOKING SYSTEM

GUIDELINE FOR PME 35 ONLINE BOOKING SYSTEM GUIDELINE FOR PME 35 ONLINE BOOKING SYSTEM INDEX VERIFICATION OF REGISTRATION... 2 ACCOMMODATION RESERVATION... 6 TRANSFER RESERVATION... 9 PRE POST TOUR RESERVATIONS... 12 GUIDELINE FOR PAYMENTS... 15

More information

1. Process Modeling. Process Modeling (Cont.) Content. Chapter 7 Structuring System Process Requirements

1. Process Modeling. Process Modeling (Cont.) Content. Chapter 7 Structuring System Process Requirements Content Chapter 7 Structuring System Process Requirements Understand the logical (&physical) process modeling by using data flow diagrams (DFDs) Draw DFDs & Leveling Balance higher-level and lower-level

More information

Software Engineering Question Bank

Software Engineering Question Bank Software Engineering Question Bank 1) What is Software Development Life Cycle? (SDLC) System Development Life Cycle (SDLC) is the overall process of developing information systems through a multi-step

More information

EFFICIENT TRAVEL TICKETING SYSTEM USING QUICK RESPONSE CODE ON AN ANDROID

EFFICIENT TRAVEL TICKETING SYSTEM USING QUICK RESPONSE CODE ON AN ANDROID EFFICIENT TRAVEL TICKETING SYSTEM USING QUICK RESPONSE CODE ON AN ANDROID 1 Mr. Shrikant R. Kokate, 2 Sunaina Badgelwar, 3 Madhuri Dahake, 4 Deepali More, 5 Samruddhi Patankar 1 Assistant Professor, 2,3,4,5

More information

Hotel Management System

Hotel Management System A Seminar report On Hotel Management System Submitted in partial fulfillment of the requirement for the award of degree Of MBA SUBMITTED TO: SUBMITTED BY: Preface I have made this report file on the topic

More information

D6 INFORMATION SYSTEMS DEVELOPMENT. SOLUTIONS & MARKING SCHEME. June 2013

D6 INFORMATION SYSTEMS DEVELOPMENT. SOLUTIONS & MARKING SCHEME. June 2013 D6 INFORMATION SYSTEMS DEVELOPMENT. SOLUTIONS & MARKING SCHEME. June 2013 The purpose of these questions is to establish that the students understand the basic ideas that underpin the course. The answers

More information

The future of airline management software is in the cloud.

The future of airline management software is in the cloud. The future of airline management software is in the cloud. Simple. Powerful. Flexible. Zapways hosted airline reservation and management software provides a comprehensive, low-cost solution for all aspects

More information

Expense Tracker. CSC 230: Software Engineering. Department of Computer Science, Sacramento State University Spring 2015. Professor :Dr.

Expense Tracker. CSC 230: Software Engineering. Department of Computer Science, Sacramento State University Spring 2015. Professor :Dr. CSC 230: Software Engineering Department of Computer Science, Sacramento State University Spring 2015 Expense Tracker Professor :Dr. Doan Nguyen Team # 12: Savleen Kaur Arundhati Wahane 1 Table of Contents

More information

Software Design Document (SDD) Template

Software Design Document (SDD) Template (SDD) Template Software design is a process by which the software requirements are translated into a representation of software components, interfaces, and data necessary for the implementation phase.

More information

Query Organizer Tool for Oracle DBA Chennakeshava Ramesh Oracle DBA ramesh@oracle789dba.com

Query Organizer Tool for Oracle DBA Chennakeshava Ramesh Oracle DBA ramesh@oracle789dba.com 1 Organizer Tool for Oracle DBA Chennakeshava Ramesh Oracle DBA ramesh@oracle789dba.com 1. Abstract This paper presents the need and details of a SQL Organizer tool which organizes the queries in a specific

More information

Software Design. Design (I) Software Design Data Design. Relationships between the Analysis Model and the Design Model

Software Design. Design (I) Software Design Data Design. Relationships between the Analysis Model and the Design Model Software Design Design (I) Software Design is a process through which requirements are translated into a representation of software. Peter Lo CS213 Peter Lo 2005 1 CS213 Peter Lo 2005 2 Relationships between

More information

A QR Code Based Processing for Dynamic and Transparent Seat Allocation

A QR Code Based Processing for Dynamic and Transparent Seat Allocation International Journal of Scientific and Research Publications, Volume 3, Issue 10, October 2013 1 A QR Code Based Processing for Dynamic and Transparent Seat Allocation Mehul Yadav *, Sumedh Kurundkar

More information

(Refer Slide Time: 01:52)

(Refer Slide Time: 01:52) Software Engineering Prof. N. L. Sarda Computer Science & Engineering Indian Institute of Technology, Bombay Lecture - 2 Introduction to Software Engineering Challenges, Process Models etc (Part 2) This

More information

Multifunctional Barcode Inventory System for Retailing. Are You Ready for It?

Multifunctional Barcode Inventory System for Retailing. Are You Ready for It? Multifunctional Barcode Inventory System for Retailing. Are You Ready for It? Ling Shi Cai, Leau Yu Beng, Charlie Albert Lasuin, Tan Soo Fun, Chin Pei Yee Abstract This paper explains the development of

More information

INSTRUCTIONS GUIDE FOR BLUE AIR TICKETS ISSUANCE

INSTRUCTIONS GUIDE FOR BLUE AIR TICKETS ISSUANCE INSTRUCTIONS GUIDE FOR BLUE AIR TICKETS ISSUANCE A. INTRODUCTION BLUE AIR has developed a transparent and dynamic business model addressed to its partner Agencies, by offering support and flexible conditions,

More information

SSDG Operational Manual Draft version: 0.1. Operational Manual For SSDG

SSDG Operational Manual Draft version: 0.1. Operational Manual For SSDG Operational Manual For SSDG 1 Table of Contents ABBREVIATIONS... 5 SECTION 1: INTRODUCTION... 6 1 INTRODUCTION... 7 1.1 INTENDED USER... 7 1.2 HOW TO USE... 7 1.3 ORGANIZATION OF THE MANUAL... 8 1.4 HELPDESK...

More information

Problem Statement. Jonathan Huang Aditya Devarakonda. Overview

Problem Statement. Jonathan Huang Aditya Devarakonda. Overview Jonathan Huang Aditya Devarakonda Problem Statement Overview Automated job schedulers have been extensively studied and implemented in large clusters and supercomputers. However, many of these clusters

More information

Completing your CTM Online - RESX Profile

Completing your CTM Online - RESX Profile Completing your CTM Online - RESX Profile Your CTM Online profile information is used to complete online bookings and agent-assisted bookings. Note! Whether booking travel through Enterprise, or directly

More information

Table of Contents. CHAPTER 1 Web-Based Systems 1. CHAPTER 2 Web Engineering 12. CHAPTER 3 A Web Engineering Process 24

Table of Contents. CHAPTER 1 Web-Based Systems 1. CHAPTER 2 Web Engineering 12. CHAPTER 3 A Web Engineering Process 24 Table of Contents CHAPTER 1 Web-Based Systems 1 The Web 1 Web Applications 2 Let s Introduce a Case Study 3 Are WebApps Really Computer Software? 4 Are the Attributes of WebApps Different from the Attributes

More information

Results CMS by Amadeus IT services for low cost operations. Business Management. Scalable solutions. & rapid deployment

Results CMS by Amadeus IT services for low cost operations. Business Management. Scalable solutions. & rapid deployment Results CMS by Amadeus IT services for low cost operations Business Management Scalable solutions & rapid deployment Contents Meeting your business challenges 1 Stay lean 1 Be efficient 1 Get competitive

More information

Data Integrity in Travel Management Reporting

Data Integrity in Travel Management Reporting The travel management reports produced by back office systems and third-party reporting tools are often plagued with omissions, errors and inconsistencies. Although the output of a system is generally

More information

Privacy Policy - LuxTNT.com

Privacy Policy - LuxTNT.com Privacy Policy - LuxTNT.com Overview TNT Luxury Group Limited (the owner of LuxTNT.com). knows that you care how information about you is used and shared, and we appreciate your trust that we will do so

More information

Terms and definitions

Terms and definitions Terms and definitions Page 1 of 7 Abnormal market conditions - the market conditions meeting each of the following characteristics: presence of significant interruptions of quotation flow coming to the

More information

In: Proceedings of RECPAD 2002-12th Portuguese Conference on Pattern Recognition June 27th- 28th, 2002 Aveiro, Portugal

In: Proceedings of RECPAD 2002-12th Portuguese Conference on Pattern Recognition June 27th- 28th, 2002 Aveiro, Portugal Paper Title: Generic Framework for Video Analysis Authors: Luís Filipe Tavares INESC Porto lft@inescporto.pt Luís Teixeira INESC Porto, Universidade Católica Portuguesa lmt@inescporto.pt Luís Corte-Real

More information

Tracking the Consignment Transportation in Ship via Online

Tracking the Consignment Transportation in Ship via Online Tracking the Consignment Transportation in Ship via Online Dr.T.Arumuga Maria Devi, D.Christen Jeba Raj Assistant Professor, M.Tech Scholar Centre for Information Technology and Engineering, Manonmaniam

More information

Engineering Process Software Qualities Software Architectural Design

Engineering Process Software Qualities Software Architectural Design Engineering Process We need to understand the steps that take us from an idea to a product. What do we do? In what order do we do it? How do we know when we re finished each step? Production process Typical

More information

Software Requirements Specification

Software Requirements Specification Software Requirements Specification (SRS v1.0) For Mobile Real Estate Project Prepared by D. Destan Sarpkaya Advisor Assist.Prof.Dr. Onur Demir Yeditepe University 2011 1 P a g e 1. Introduction a. Purpose

More information

International Journal of Engineering Technology, Management and Applied Sciences. www.ijetmas.com November 2014, Volume 2 Issue 6, ISSN 2349-4476

International Journal of Engineering Technology, Management and Applied Sciences. www.ijetmas.com November 2014, Volume 2 Issue 6, ISSN 2349-4476 ERP SYSYTEM Nitika Jain 1 Niriksha 2 1 Student, RKGITW 2 Student, RKGITW Uttar Pradesh Tech. University Uttar Pradesh Tech. University Ghaziabad, U.P., India Ghaziabad, U.P., India ABSTRACT Student ERP

More information

Group18-CUCE2012. Mr. Mobile Project. Software Testing Plan (STP) Version: 4.0. CM Identifier: G18_SE004

Group18-CUCE2012. Mr. Mobile Project. Software Testing Plan (STP) Version: 4.0. CM Identifier: G18_SE004 Group18-CUCE2012 Mr. Mobile Project Software Testing Plan (STP) Version: 4.0 CM Identifier: G18_SE004 26 April 2010 Revision History Prepared/ Modified by Ahmed Adel Ahmed Abdullah, Ahmed Hafez and Sheriff

More information

Social Media in the Process Automation Industry

Social Media in the Process Automation Industry Social Media in the Process Automation Industry Distributed Software Development Design Document Version 0.1 In co-operation with: Title: Social Media in the Process Automation Industry Product name: ABBConnect

More information

Social Narrative AIRPORT INSTRUCTION & READINESS. miami-airport.com/miaair.asp

Social Narrative AIRPORT INSTRUCTION & READINESS. miami-airport.com/miaair.asp AIRPORT INSTRUCTION & READINESS Social Narrative um nsu card University of Miami-Nova Southeastern University Center for Autism & Related Disabilities miami-airport.com/miaair.asp Index Part 1 Checking

More information

Eclectic Computing. Time Tracking Tool Software Architecture Document. Version <1.3>

Eclectic Computing. Time Tracking Tool Software Architecture Document. Version <1.3> Eclectic Computing Time Tracking Tool Version Revision History Date Version Description Author 7/Mar/05 1.0 Documentation of high-level architecture. David Janzen 7/Apr/05 1.1 Architecture at end

More information

Project Report on. RFID based Employee Attendance & Database Management System. (READS Version 1.0) Using RFID Module [RKI-1512] Mehta Sohil [EC-073]

Project Report on. RFID based Employee Attendance & Database Management System. (READS Version 1.0) Using RFID Module [RKI-1512] Mehta Sohil [EC-073] Project Report on RFID based Employee Attendance & Database Management System (READS Version 1.0) Using RFID Module [RKI-1512] By Mehta Sohil [EC-073] Majithia Smit [EC-065] Under Supervision of Prof.

More information

Travel Management System (TMS) FAQ s

Travel Management System (TMS) FAQ s Table of Contents Your TMS (Concur) Profile... 3 How do I update my email address?... 3 How do I update my password?... 3 What is a DHS Redress Number in the Travel Preference section of the Profile?...

More information

ABSTRACT. would end the use of the hefty 1.5-kg ticket racks carried by KSRTC conductors. It would also end the

ABSTRACT. would end the use of the hefty 1.5-kg ticket racks carried by KSRTC conductors. It would also end the E-Ticketing 1 ABSTRACT Electronic Ticket Machine Kerala State Road Transport Corporation is introducing ticket machines on buses. The ticket machines would end the use of the hefty 1.5-kg ticket racks

More information

Low Fare Search. Quick Reference BENEFITS O V E R V I E W

Low Fare Search. Quick Reference BENEFITS O V E R V I E W Low Fare Search Quick Reference O V E R V I E W Low Fare Search is an application that will return up to 19 itinerary options based on the input criteria. This application facilitates the Low Fare Search

More information

Here you will find the answers to the most frequently asked questions about Lufthansa Group agent.com. Firstly, please select a subject area:

Here you will find the answers to the most frequently asked questions about Lufthansa Group agent.com. Firstly, please select a subject area: Here you will find the answers to the most frequently asked questions about Lufthansa Group agent.com. Firstly, please select a subject area: The purpose of Lufthansa Group agent.com... 3 Why is Lufthansa

More information

Software Requirement Specification For Flea Market System

Software Requirement Specification For Flea Market System Software Requirement Specification For Flea Market System By Ilya Verlinsky, Alexander Sarkisyan, Ambartsum Keshishyan, Igor Gleyser, Andrey Ishuninov 1 INTRODUCTION 1.1 Purpose 1.1.1 Purpose of SRS document

More information

Surveying and evaluating tools for managing processes for software intensive systems

Surveying and evaluating tools for managing processes for software intensive systems Master Thesis in Software Engineering 30 Credits, Advanced Level Surveying and evaluating tools for managing processes for software intensive systems Anuradha Suryadevara IDT Mälardalen University, ABB

More information

ONLINE ACADEMIC ADMINISTRATION SYSTEM TO SUPPORT DISTANCE LEARNING AT FACULTY OF COMPUTER SCIENCE UNIVERSITY OF INDONESIA

ONLINE ACADEMIC ADMINISTRATION SYSTEM TO SUPPORT DISTANCE LEARNING AT FACULTY OF COMPUTER SCIENCE UNIVERSITY OF INDONESIA ONLINE ACADEMIC ADMINISTRATION SYSTEM TO SUPPORT DISTANCE LEARNING AT FACULTY OF COMPUTER SCIENCE UNIVERSITY OF INDONESIA Zainal A. Hasibuan Faculty of Computer Science, University of Indonesia Depok,

More information

Fahad H.Alshammari, Rami Alnaqeib, M.A.Zaidan, Ali K.Hmood, B.B.Zaidan, A.A.Zaidan

Fahad H.Alshammari, Rami Alnaqeib, M.A.Zaidan, Ali K.Hmood, B.B.Zaidan, A.A.Zaidan WWW.JOURNALOFCOMPUTING.ORG 85 New Quantitative Study for Dissertations Repository System Fahad H.Alshammari, Rami Alnaqeib, M.A.Zaidan, Ali K.Hmood, B.B.Zaidan, A.A.Zaidan Abstract In the age of technology,

More information

MEMBERSHIP, ENTERING INTO AN AGREEMENT AND RESPONSIBILITIES OF THE COMPANY

MEMBERSHIP, ENTERING INTO AN AGREEMENT AND RESPONSIBILITIES OF THE COMPANY GENERAL These terms and conditions shall apply to the Finnair Corporate Programme (hereinafter Programme ). Apart from these terms and conditions, no other rules are applicable. The Programme is designed

More information

Transport Ticket Booking Information

Transport Ticket Booking Information Transport Ticket Booking Information Index Purpose Description Relevance for Large Scale Events Options Technologies Impacts Integration potential Implementation Best Cases and Examples 1 of 9 Purpose

More information

Te Atrium. Te Atrium. Software Solution Review. www.te-atrium.com. 2006 2011, «Creative.Buro»

Te Atrium. Te Atrium. Software Solution Review. www.te-atrium.com. 2006 2011, «Creative.Buro» 2006 2011, «Creative.Buro» Software Solution Review Performance Reliability Security Scalability Efficiency User Friendliness ABOUT is a software solution for automation of your event booking business.

More information

System Architecture Review Glossary

System Architecture Review Glossary AAP Architect ASAI Availability Bulk Mail Business Case Review Change Management Chief Enterprise Architect Application Architecture Planning. Replaced by the SAR (System Architecture Review) process,

More information

Online Booking Guide September 2014

Online Booking Guide September 2014 Online Booking Guide September 2014 Contents GetThere Supported Browser Versions... 3 Connectivity and Response Time... 4 Introduction... 4 Logging In... 5 Travel Arranger Homepage... 6 More Than 50 Travelers...

More information

In the case of the online marketing of Jaro Development Corporation, it

In the case of the online marketing of Jaro Development Corporation, it Chapter 2 THEORETICAL FRAMEWORK 2.1 Introduction Information System is processing of information received and transmitted to produce an efficient and effective process. One of the most typical information

More information

Fax and Email. Fax & Email Monitor Application

Fax and Email. Fax & Email Monitor Application 22 You can fax and email statements and invoices directly from FTD Mercury. Additionally, you can email delivery confirmations. The FTD Document Center allows you create custom email templates you can

More information

Enterprise Architecture Modeling PowerDesigner 16.1

Enterprise Architecture Modeling PowerDesigner 16.1 Enterprise Architecture Modeling PowerDesigner 16.1 Windows DOCUMENT ID: DC00816-01-1610-01 LAST REVISED: November 2011 Copyright 2011 by Sybase, Inc. All rights reserved. This publication pertains to

More information

Royalty Tracking System

Royalty Tracking System Page 1 of 6 Royalty Tracking System Royalty Tracking System (RTS) is a high performance and cost effective application that allows the tracking, reporting, calculation and payment of royalties to trademarks,

More information

Full-scale Online Event Ticketing System The Design and Implementation

Full-scale Online Event Ticketing System The Design and Implementation ABSTRACT Full-scale Online Event Ticketing System The Design and Implementation The paper analyzed the system requirements for online shopping in general and specific requirements for event ticket online

More information

Software Architecture Document

Software Architecture Document Software Architecture Document Natural Language Processing Cell Version 1.0 Natural Language Processing Cell Software Architecture Document Version 1.0 1 1. Table of Contents 1. Table of Contents... 2

More information

Michael Beckmann Philipp Goedeking Holger Sindemann. Study. CRM for airlines. Three ingredients in a recipe for success

Michael Beckmann Philipp Goedeking Holger Sindemann. Study. CRM for airlines. Three ingredients in a recipe for success Michael Beckmann Philipp Goedeking Holger Sindemann Study CRM for airlines Three ingredients in a recipe for success 2 Study Contents CRM for airlines: Three ingredients in a recipe for success 3 1. Customers:

More information

Checking in at an airport check-in machine. Checking in at an airport check-in machine

Checking in at an airport check-in machine. Checking in at an airport check-in machine Would you like to check in for your flight at the airport? Then why not use the Lufthansa check-in machines? You will be able to obtain boarding passes for yourself and any travelling companions quickly

More information

Software Architecture for Paychex Out of Office Application

Software Architecture for Paychex Out of Office Application Software Architecture for Paychex Out of Office Application Version 2.3 Prepared by: Ian Dann Tom Eiffert Elysia Haight Rochester Institute of Technology Paychex March 10, 2013 Revision History Version

More information

Case Study. SaaS Based Multi-Store Market Place. www.brainvire.com 2013 Brainvire Infotech Pvt. Ltd Page 1 of 5

Case Study. SaaS Based Multi-Store Market Place. www.brainvire.com 2013 Brainvire Infotech Pvt. Ltd Page 1 of 5 Case Study SaaS Based Multi-Store Market Place Page 1 of 5 Client Requirement Magento Multi-Store Ecommerce Management is a web based virtual mall. It s an e- commerce virtual mall cum SaaS based model

More information

Application Performance Testing Basics

Application Performance Testing Basics Application Performance Testing Basics ABSTRACT Todays the web is playing a critical role in all the business domains such as entertainment, finance, healthcare etc. It is much important to ensure hassle-free

More information

Developing a Load Testing Strategy

Developing a Load Testing Strategy Developing a Load Testing Strategy Michele Ruel St.George Bank CMGA 2005 Page 1 Overview... 3 What is load testing?... 4 Scalability Test... 4 Sustainability/Soak Test... 4 Comparison Test... 4 Worst Case...

More information

Towards Trusted Semantic Service Computing

Towards Trusted Semantic Service Computing Towards Trusted Semantic Service Computing Michel Deriaz University of Geneva, Switzerland Abstract. This paper describes a new prototype of a semantic Service Oriented Architecture (SOA) called Spec Services.

More information

Requirements engineering

Requirements engineering Learning Unit 2 Requirements engineering Contents Introduction............................................... 21 2.1 Important concepts........................................ 21 2.1.1 Stakeholders and

More information

Securing e-government Web Portal Access Using Enhanced Two Factor Authentication

Securing e-government Web Portal Access Using Enhanced Two Factor Authentication Securing e-government Web Portal Access Using Enhanced Two Factor Authentication Ahmed Arara 1, El-Bahlul Emhemed Fgee 2, and Hamdi Ahmed Jaber 3 Abstract This paper suggests an advanced two-factor authentication

More information

How to buy the ticket online

How to buy the ticket online How to buy the ticket online 1. Purchase 2. Purchase without registration 3. Payment options 4. Purchase summary e-mail 5. What to do if the transaction is not permitted or is refused 6. Online invoice

More information

Budget Event Management Design Document

Budget Event Management Design Document Budget Event Management Design Document Team 4 Yifan Yin(TL), Jiangnan Shangguan, Yuan Xia, Di Xu, Xuan Xu, Long Zhen 1 Purpose Summary List of Functional Requirements General Priorities Usability Accessibility

More information

Materna Integrated Passenger Services (Materna ips)

Materna Integrated Passenger Services (Materna ips) Materna Integrated Passenger Services (Materna ips) Materna ips accompanies airline passengers throughout their whole journey: from web check-in at home, through all the handling points at their departure

More information

CS 487. Week 8. Reference: 1. Software engineering, roger s. pressman. Reading: 1. Ian Sommerville, Chapter 3. Objective:

CS 487. Week 8. Reference: 1. Software engineering, roger s. pressman. Reading: 1. Ian Sommerville, Chapter 3. Objective: CS 487 Week 8 Reading: 1. Ian Sommerville, Chapter 3. Objective: 1. To check the understandibility of the students in life cycle and process model for development of a software product. 2. To check if

More information

Chap 1. Introduction to Software Architecture

Chap 1. Introduction to Software Architecture Chap 1. Introduction to Software Architecture 1. Introduction 2. IEEE Recommended Practice for Architecture Modeling 3. Architecture Description Language: the UML 4. The Rational Unified Process (RUP)

More information

DP11000 Datapark Parking Access and Revenue Control System

DP11000 Datapark Parking Access and Revenue Control System DP11000 Datapark Parking Access and Revenue Control System Software Control System Starting in the early 80 s DataPark has been providing customized software solutions for Parking Access and Revenue Control

More information

SIS Help Desk Process Version 1.3

SIS Help Desk Process Version 1.3 14 February 2013 Version Control Version Date Author Comments 1.0 23-Sept-2011 Alex Smith Version 1.0 1.1 29-Sept-2011 Alex Smith Clarification of the different Case Status 1.2 26-April-2012 Alex Smith

More information

Integration of innovative technologies in the public transport system

Integration of innovative technologies in the public transport system Integration of innovative technologies in the public transport system Common Information Ltd BMS Technology develops and integrates innovative technologies, offering its solutions for both public and private

More information

Colorado Ski Racing Management System

Colorado Ski Racing Management System Software Requirements Specification For Colorado Ski Racing Management System In satisfaction of the course requirements in SYST3020 and SYST3510 Prepared by Hirokazu Inoue University of Colorado at Boulder

More information

Concur Travel User Guide

Concur Travel User Guide 1) Home Tab Includes the Travel Wizard for travel searches, Alerts for unused ticket availability and profile expiration notices, Company Notes for information and resources and My Trips for Upcoming Trips

More information

Online air-tickets booking system

Online air-tickets booking system Online air-tickets booking system Group Number: 13 Jing Li(1259063) Yibin Wang(1271072) Zhihao Kang(1279630) Jinglong Wang(1280211) Abstract As airplane has become an indispensable traveling tool today,

More information

Project Management Planning

Project Management Planning Develop Project Tasks One of the most important parts of a project planning process is the definition of activities that will be undertaken as part of the project. Activity sequencing involves dividing

More information

Software Architecture Action Guide. Why do we care about Software Architecture?

Software Architecture Action Guide. Why do we care about Software Architecture? Software Action Guide Dana Bredemeyer Bredemeyer Consulting Tel: (812) 335-1653 Fax: (812) 335-1652 Email: dana@bredemeyer.com Web: Why do we care about Software? Because we want to be a dominant player

More information

Analysis and Design with UML

Analysis and Design with UML Analysis and Design with UML Page 1 Agenda Benefits of Visual Modeling History of the UML Visual Modeling with UML The Rational Iterative Development Process Page 2 What is Visual Modeling? Item Order

More information

Hosted VoIP Phone System. Meet-Me Conferencing Add-in for Microsoft Outlook

Hosted VoIP Phone System. Meet-Me Conferencing Add-in for Microsoft Outlook Hosted VoIP Phone System Meet-Me Conferencing Add-in for Microsoft Outlook Introduction The is an Add- in that makes it easy to add an audio conference to an Outlook Appointment. It is compatible with

More information

Aeroflot deploys speech-enabled call routing.

Aeroflot deploys speech-enabled call routing. Aeroflot deploys speech-enabled call routing. Automates customer inquiry handling through speech recognition. Challenge Cut call center costs and automate calls Use and extend innovative services to passengers

More information

User manual for online counselling of West Bengal State Quota Post Graduate Medical /Dental Seats 2015

User manual for online counselling of West Bengal State Quota Post Graduate Medical /Dental Seats 2015 User manual for online counselling of West Bengal State Quota Post Graduate Medical /Dental Seats 2015 [Some images and contents are purely indicative which may slightly vary in the website. Related notices

More information

Why Data Flow Diagrams?

Why Data Flow Diagrams? Flow Diagrams A structured analysis technique that employs a set of visual representations of the data that moves through the organization, the paths through which the data moves, and the processes that

More information

Software Requirements Specification Report

Software Requirements Specification Report Software Requirements Specification Report Car Tracker Behlül UÇAR 1631191 Ceren Abay 1559814 Ezel Aydoğ 1630623 Table of Contents 1. Introduction 3 1.1. Problem Definition 3 1.2. Purpose 3 1.3. Scope

More information

Welcome to CompanyBlue by JetBlue.

Welcome to CompanyBlue by JetBlue. Welcome to CompanyBlue by JetBlue. First we d like to thank you for considering CompanyBlue for your business travel needs. You ve recognized what a great fit JetBlue is for business travelers. JetBlue

More information

Bookstore Inventory System Software Design Document. Version 1.0

Bookstore Inventory System Software Design Document. Version 1.0 Bookstore Inventory System Software Design Document Version 1.0 Revision History Date Version Description Author 17 November, 2010 0.1 Initial Draft Gerson Recinos Ho Nam Ho Jimar Miller Adam Wurtzel David

More information

Module 2. Software Life Cycle Model. Version 2 CSE IIT, Kharagpur

Module 2. Software Life Cycle Model. Version 2 CSE IIT, Kharagpur Module 2 Software Life Cycle Model Lesson 3 Basics of Software Life Cycle and Waterfall Model Specific Instructional Objectives At the end of this lesson the student will be able to: Explain what is a

More information

Within online customer support, you will find customer support contact information, a link to e-mail our corporate travel agents and online help.

Within online customer support, you will find customer support contact information, a link to e-mail our corporate travel agents and online help. Tufts Traveler & Arranger Manual Spring 2006 GETTING HELP Corporate Travel Agents You may contact your custom agent or a corporate travel agent for help with the site, booking assistance or general support

More information

PaperClip Incorporated 3/7/06; Rev 9/18/09. PaperClip Compliant Email Service Whitepaper

PaperClip Incorporated 3/7/06; Rev 9/18/09. PaperClip Compliant Email Service Whitepaper Incorporated 3/7/06; Rev 9/18/09 PaperClip Compliant Email Service Whitepaper Overview The FTC Safeguard Rules require Financial, Insurance and Medical providers to protect their customer s private information

More information

Configuration Information

Configuration Information This chapter describes some basic Email Security Gateway configuration settings, some of which can be set in the first-time Configuration Wizard. Other topics covered include Email Security interface navigation,

More information

The Role of Requirements Traceability in System Development

The Role of Requirements Traceability in System Development The Role of Requirements Traceability in System Development by Dean Leffingwell Software Entrepreneur and Former Rational Software Executive Don Widrig Independent Technical Writer and Consultant In the

More information