SlideShare a Scribd company logo
1 of 37
Benha University
Faculty of Engineering, Shoubra
Computer Systems Department
Travelians System
Team Members
1-Iman Sabry
2-AmiraGamal
3-Rehabnagib
4-Nourhan Mahmoud
5-EsraaMohammed
6-nadin Abdallah
7-Maria Ayman
SupervisedBy:
Information Systems Documentation Template
2
Dr. AbdElwahabElsammak
2010
Information Systems Documentation Template
3
Acknowledgments:
First of all, we would like to express our gratitude and appreciation for our supervisor,
Dr.AbdElwahab Elsammak.for his professional guidance and insightful advices.Also we must all
thank our . instructor Eng.mofida forher continuous assistance and support.
Special thanks for Mr. from for his great help and support during the system requirement
determination process of the analysis/ Design/ Programming phase of the project.
Faculty of Engineering, Shoubra
2019
1-Iman Sabry
2-AmiraGamal
3-Rehab nagib
4-NourhanMahmoud
5-Esraa Mohammed
6-nadinAbdallah
7-MariaAyman
Information Systems Documentation Template
4
Contents
Acknowledgement I
Contents II
Abstract III
Project Plan IIII
CHAPTER 1 SYSTEM REQUIREMENTS
1.1 System Scope
1.2 Business Objectives
1.3 Facts Finding
1.3.1 Interviews
1.3.2 Problems of the Current System
1.3.3 Forms & Reports of the Current System
1.4 Development Process
CHAPTER 2 SYSTEM ANALYSIS
2.1 Used Methodology
2.2 Analysis Models
2.3 Processes Logic
CHAPTER 3 SYSTEM DESIGN
3.1 System Database Design
3.1.1 ER Diagram
3.1.2 Tables Design
3.2 User Interface Design
3.2.1 Summary of Screens (Pages)
3.2.2 Forms (Pages) Design
3.2.3 Reports Design
CHAPTER 4 SYSTEM IMPLEMENTATION
4.1 Used Technologies
4.1.1 Database
4.1.2 Programming
4.1.3 Reporting
4.2 System Implementation Plan
4.2.1 Administration
4.2.2 Basic System Data
4.2.3 Transactions
4.3 System Messages
Information Systems Documentation Template
5
CHAPTER 5 SYSTEM TESTING
5.1 Testing Check List
5.2 Test Cases
CHAPTER 6 FUTURE WORK & CONCLUSION
APPENDIX A Source Code Listing
APPENDIX B INSTALLATION GUIDE
APPENDIX C USER MANUAL
Information Systems Documentation Template
6
ABSTRACT
Information Systems Documentation Template
7
PROJECT PLAN
GANTT CHART FOR THE PROJECT
Information Systems Documentation Template
8
CHAPTER 1
SYSTEM REQUIREMENTS
1.1 SYSTEM SCOPE:
Our System Deals With Airports , Once a client want to see a flight he will
registerto the system then will see which date is available to book a ticket to this
flight and the cost of all flights , firstly a client will choose from these available flights
which he want then choose the number of passenger, at this momentthe system
will show the total costof all passengerwhich he selected ,if one of clients want to
canceled it’s flight will confirm it by the system or call us
Information Systems Documentation Template
9
1.2 BUSINESS OBJECTIVES:
Our project covers a wide scope designed to implementcomputerized system
for the following Requirements:
1. Functional Requirements
1-registration
2-choosing flight line
3-show the available flights date
4-choosing type of flight
5-show the costof this flight
6-booking
6-puching cost (online ore offline)
7-cancelling flight
8-show policity of cancelling
9-confirm cancelling
2. Nonfunctional Requirements
Information Systems Documentation Template
10
1.3 FACTS FINDING
1.3.1 Interviews
Interview Agenda
Date : Time:
Place:
Participants:
Name Job
1.
2.
3.
Objectives:
-
-
-
-
-
Documents to be Prepared:
-
-
-
-
INTERVIEW SUMMARY:
Information Systems Documentation Template
11
Information Systems Documentation Template
12
1.3.2 Problems of the Current System
Information Systems Documentation Template
13
1.3.3 Forms & Reports of the Current System
Information Systems Documentation Template
14
Implementation
System Requirements
Testing
Analysis
Deign
1.4 DEVELOPMENT PROCESS
We decided to apply the Waterall/Iterative/Prototyping/…. developmenttechnique.
The reason for using this technique is ……
Figure 1.1: Development Process Phases
Information Systems Documentation Template
15
Chapter 2
SYSTEM ANALYSIS
2.1 USED METHODOLOGY:
Structured or Object-Oriented approach
Information Systems Documentation Template
16
2.2 ANALYSIS MODELS
Event/use cases Table
Event Trigger Source Use case Response Destination
passenger
wants to
search for a
flight
Search
request
Passenger
or clerk
Search for
flight
Suitable
Flights
Information
Passenger /
clerk
Making a
New user
account
New
account
Request
Passenger /
clerk
Create new
Account
Create a
member ID
Passenger /
clerk
Paying for
the
Tickets
Pay
inquiry
Passenger /
clerk
Pay for
tickets
Data
updating
Credit / Bank
Canceling
tickets
online
Cancel
book
Passenger Cancel
booked
tickets
Data
updating
Credit / Bank
Canceling
tickets with
telephone
Cancel
book
clerk Cancel
booked
tickets
Data
updating
Credit / Bank
Passenger
want to
login
Login
request
Passenger /
clerk
Login Data
validating
Passenger /
clerk
Editing
personal
information
Edit
inquiry
Passenger /
clerk
Edit
personal
information
Data
updating
Viewing
reviews
Viewing
request
Passenger /
clerk
View
reviews
View
information
Passenger /
clerk
Writing
reviews
Review
request
Passenger Write
reviews
Data
updating
Booking
with
telephone
Book
inquiry
Passenger /
clerk
book with
telephone
Booking the
ticket /
sending
tickets ID
Passenger /
clerk
Information Systems Documentation Template
17
Viewing
offers
Viewing
request
Passenger /
clerk
View offers View
information
Passenger /
clerk
Actors
-passenger
-Clerk
-Bank
Models (According to the used Methodology)
UML Diagram:
Create new account
Login
Edit
basics information
Search for flight
Information Systems Documentation Template
18
passenger
Information Systems Documentation Template
19
2.3 PROCESSES LOGIC
Structured English or Pseducode(forStructured)
Scenario (for Object-Oriented)
Information Systems Documentation Template
20
Chapter 3
SYSTEM DESIGN
3.1 SYSTEM DATABASE DESIGN:
Entities Determination
Relationships between Entities
Normaization
3.1.1 ENTITY RELATIONSHIP DIAGRAM (ERD):
The ER-Diagram represents the overall logical structure of a database, which
is independentof any software or data storage structure. The database of our
system is shown in figure 3.1. This modeldescribes the relationship among
the tables.
Information Systems Documentation Template
21
Figure 3.1: ER Diagram
Information Systems Documentation Template
22
3.1.2 TABLES DESIGN:
1-AdminsTable:
1.1 Table Columns:
a- Admin ID: This is the number given to admins.
b- UserName: This is the name that has to choose.
c- Password: This is the password that the admin choose it.
2.
3.
4.
Information Systems Documentation Template
23
3.2 USER INTERFACE DESIGN:
3.2.1 Summary of Screens (Pages)
Information Systems Documentation Template
24
3.2.2 Forms (Pages) Design
Information Systems Documentation Template
25
3.2.3 Reports Design
Information Systems Documentation Template
26
Chapter 4
SYSTEM IMPLEMENTATION
4.1 Used Technologies
4.1.1 Database
4.1.2 Programming
4.1.3 Reporting
Information Systems Documentation Template
27
4.2 System Implementation Plan
4.2.1 ADMINISTRATION
The System administrator is responsibleforcontrolling and managing the
Figure 4.1: Admin Login
Information Systems Documentation Template
28
4.2.2 BASIC SYSTEM DATA (System Setup)
Figure 4.2: Add New XXXX
Information Systems Documentation Template
29
4.2.3 TRANSACTIONS
Figure 4.3: XXXXXXXXXXX
Information Systems Documentation Template
30
4.2.4 SYSTEM MESSAGES
MessageMessage No.
Information Systems Documentation Template
31
Information Systems Documentation Template
32
Chapter 5
SYSTEM TESTING
To test our system, we should start testing each page one at a time. All the pages
are accessedand tested.
5.1 Testing Check List
Testing checklist for each page:
1- The design of the page
2- The links
3- The menus
4- The functionalities in the page
5- The validation in the page
6- Test page with random data
Information Systems Documentation Template
33
5.2 Test Cases
Form (Page): Sub:
ResultValue EnteredAttribute
Information Systems Documentation Template
34
Chapter 6
FUTURE WORK AND CONCLUSION
The Project Team managed to develop
The team hopes that resources will be allocated in the future to implement and
operate the system.
The following parts of XXXXXXX System were set aside for future
implementation:
-
-
-
Information Systems Documentation Template
35
APPENDIX A: PROJECT SOURCE CODE
Page 1:
Information Systems Documentation Template
36
APPENDIX B: INSTALLATION GUIDE
Information Systems Documentation Template
37
APPENDIX C: USER MANUAL

More Related Content

What's hot

YU E-voting for students council elections
YU E-voting for students council electionsYU E-voting for students council elections
YU E-voting for students council electionsRajab Izzadeen
 
Datatransferandmanipulation 180214044522
Datatransferandmanipulation 180214044522Datatransferandmanipulation 180214044522
Datatransferandmanipulation 180214044522kirupasuchi1996
 
Railway Reservation System - Software Engineering
Railway Reservation System - Software EngineeringRailway Reservation System - Software Engineering
Railway Reservation System - Software EngineeringLalit Pal
 
Student Marks Analyzing System-Problem Statement, SRS, ERD, DFD, Structured C...
Student Marks Analyzing System-Problem Statement, SRS, ERD, DFD, Structured C...Student Marks Analyzing System-Problem Statement, SRS, ERD, DFD, Structured C...
Student Marks Analyzing System-Problem Statement, SRS, ERD, DFD, Structured C...grandhiprasuna
 
College management system ppt
College management system pptCollege management system ppt
College management system pptShanthan Reddy
 
Hostel management
Hostel managementHostel management
Hostel managementMini Gupta
 
SCHOOL BUS ROUTING MANAGEMENT SYSTEM [FINAL]
SCHOOL BUS ROUTING MANAGEMENT SYSTEM [FINAL]SCHOOL BUS ROUTING MANAGEMENT SYSTEM [FINAL]
SCHOOL BUS ROUTING MANAGEMENT SYSTEM [FINAL]ayushi goyal
 
Design and Development of Arm-Based Control System for Nursing Bed
Design and Development of Arm-Based Control System for Nursing Bed Design and Development of Arm-Based Control System for Nursing Bed
Design and Development of Arm-Based Control System for Nursing Bed IJCSES Journal
 
19701759 project-report-on-railway-reservation-system-by-amit-mittal
19701759 project-report-on-railway-reservation-system-by-amit-mittal19701759 project-report-on-railway-reservation-system-by-amit-mittal
19701759 project-report-on-railway-reservation-system-by-amit-mittalsatyaragha786
 
School management system
School management systemSchool management system
School management systemSoumya Behera
 
Online railway reservation system
Online railway reservation systemOnline railway reservation system
Online railway reservation systemPIYUSH Dubey
 
Passport Automation System
Passport Automation SystemPassport Automation System
Passport Automation SystemMegha Sahu
 
Abstract.ooad
Abstract.ooadAbstract.ooad
Abstract.ooadsaranya R
 
College mgmnt system
College mgmnt systemCollege mgmnt system
College mgmnt systemSayali Birari
 
Hostel management system ppt
Hostel management system pptHostel management system ppt
Hostel management system ppt12345tusharverma
 
University Event Management System
University Event Management SystemUniversity Event Management System
University Event Management SystemSadia Ijaz
 

What's hot (20)

YU E-voting for students council elections
YU E-voting for students council electionsYU E-voting for students council elections
YU E-voting for students council elections
 
Datatransferandmanipulation 180214044522
Datatransferandmanipulation 180214044522Datatransferandmanipulation 180214044522
Datatransferandmanipulation 180214044522
 
Railway Reservation System - Software Engineering
Railway Reservation System - Software EngineeringRailway Reservation System - Software Engineering
Railway Reservation System - Software Engineering
 
Student Tracking System
Student Tracking SystemStudent Tracking System
Student Tracking System
 
Student Marks Analyzing System-Problem Statement, SRS, ERD, DFD, Structured C...
Student Marks Analyzing System-Problem Statement, SRS, ERD, DFD, Structured C...Student Marks Analyzing System-Problem Statement, SRS, ERD, DFD, Structured C...
Student Marks Analyzing System-Problem Statement, SRS, ERD, DFD, Structured C...
 
College management system ppt
College management system pptCollege management system ppt
College management system ppt
 
Hostel management
Hostel managementHostel management
Hostel management
 
Ankur Bhola
Ankur BholaAnkur Bhola
Ankur Bhola
 
Online railway reservation system
Online railway reservation systemOnline railway reservation system
Online railway reservation system
 
SCHOOL BUS ROUTING MANAGEMENT SYSTEM [FINAL]
SCHOOL BUS ROUTING MANAGEMENT SYSTEM [FINAL]SCHOOL BUS ROUTING MANAGEMENT SYSTEM [FINAL]
SCHOOL BUS ROUTING MANAGEMENT SYSTEM [FINAL]
 
Design and Development of Arm-Based Control System for Nursing Bed
Design and Development of Arm-Based Control System for Nursing Bed Design and Development of Arm-Based Control System for Nursing Bed
Design and Development of Arm-Based Control System for Nursing Bed
 
19701759 project-report-on-railway-reservation-system-by-amit-mittal
19701759 project-report-on-railway-reservation-system-by-amit-mittal19701759 project-report-on-railway-reservation-system-by-amit-mittal
19701759 project-report-on-railway-reservation-system-by-amit-mittal
 
School management system
School management systemSchool management system
School management system
 
Online railway reservation system
Online railway reservation systemOnline railway reservation system
Online railway reservation system
 
Passport Automation System
Passport Automation SystemPassport Automation System
Passport Automation System
 
Abstract.ooad
Abstract.ooadAbstract.ooad
Abstract.ooad
 
College mgmnt system
College mgmnt systemCollege mgmnt system
College mgmnt system
 
Hostel management system ppt
Hostel management system pptHostel management system ppt
Hostel management system ppt
 
Zaleski_NEBC_Paper
Zaleski_NEBC_PaperZaleski_NEBC_Paper
Zaleski_NEBC_Paper
 
University Event Management System
University Event Management SystemUniversity Event Management System
University Event Management System
 

Similar to Airline information system

Football League Management System Final Year Report
Football League Management System Final Year ReportFootball League Management System Final Year Report
Football League Management System Final Year ReportShahzaib Ibrahim
 
Online-Voting-System.doc
Online-Voting-System.docOnline-Voting-System.doc
Online-Voting-System.docShangaviS2
 
Cake shop billing system
Cake shop billing systemCake shop billing system
Cake shop billing systemAkshita Pillai
 
School management System
School management SystemSchool management System
School management SystemHATIM Bhagat
 
Online Voting System Project management system.doc
Online Voting System Project management system.docOnline Voting System Project management system.doc
Online Voting System Project management system.docKamal Acharya
 
373512722-Employee-Leave-Management-System.docx
373512722-Employee-Leave-Management-System.docx373512722-Employee-Leave-Management-System.docx
373512722-Employee-Leave-Management-System.docxsanthoshyadav23
 
lake city institute of technology
lake city institute of technology lake city institute of technology
lake city institute of technology RaviKalola786
 
Online vehicle renting website
Online vehicle renting websiteOnline vehicle renting website
Online vehicle renting websiteSomendra Singh
 
Etaxi Documentation
Etaxi DocumentationEtaxi Documentation
Etaxi DocumentationM.Saber
 
Daewoo reservation and transport system database
Daewoo reservation and transport system databaseDaewoo reservation and transport system database
Daewoo reservation and transport system databaseEfrah Shakir
 
Information system infrastructure
Information system infrastructureInformation system infrastructure
Information system infrastructureAssignmentPartner
 
Privacy Preserving Public Auditing for Data Storage Security in Cloud
Privacy Preserving Public Auditing for Data Storage Security in Cloud Privacy Preserving Public Auditing for Data Storage Security in Cloud
Privacy Preserving Public Auditing for Data Storage Security in Cloud Girish Chandra
 
TY CS Black book Construction - Dinesh48
TY CS Black book Construction - Dinesh48TY CS Black book Construction - Dinesh48
TY CS Black book Construction - Dinesh48Dinesh Jogdand
 
Bus information live monitoring system
Bus information live monitoring systemBus information live monitoring system
Bus information live monitoring systemVenkat Projects
 
Software Requirement Specification Of Hotel Management System
Software Requirement Specification Of Hotel Management SystemSoftware Requirement Specification Of Hotel Management System
Software Requirement Specification Of Hotel Management SystemUttam Singh Chaudhary
 

Similar to Airline information system (20)

Football League Management System Final Year Report
Football League Management System Final Year ReportFootball League Management System Final Year Report
Football League Management System Final Year Report
 
Online-Voting-System.doc
Online-Voting-System.docOnline-Voting-System.doc
Online-Voting-System.doc
 
Cake shop billing system
Cake shop billing systemCake shop billing system
Cake shop billing system
 
School management System
School management SystemSchool management System
School management System
 
Online Voting System Project management system.doc
Online Voting System Project management system.docOnline Voting System Project management system.doc
Online Voting System Project management system.doc
 
373512722-Employee-Leave-Management-System.docx
373512722-Employee-Leave-Management-System.docx373512722-Employee-Leave-Management-System.docx
373512722-Employee-Leave-Management-System.docx
 
lake city institute of technology
lake city institute of technology lake city institute of technology
lake city institute of technology
 
Online vehicle renting website
Online vehicle renting websiteOnline vehicle renting website
Online vehicle renting website
 
Online final report
Online final reportOnline final report
Online final report
 
Etaxi Documentation
Etaxi DocumentationEtaxi Documentation
Etaxi Documentation
 
Daewoo reservation and transport system database
Daewoo reservation and transport system databaseDaewoo reservation and transport system database
Daewoo reservation and transport system database
 
Information system infrastructure
Information system infrastructureInformation system infrastructure
Information system infrastructure
 
KMS (1)
KMS (1)KMS (1)
KMS (1)
 
Original assignment
Original assignmentOriginal assignment
Original assignment
 
Privacy Preserving Public Auditing for Data Storage Security in Cloud
Privacy Preserving Public Auditing for Data Storage Security in Cloud Privacy Preserving Public Auditing for Data Storage Security in Cloud
Privacy Preserving Public Auditing for Data Storage Security in Cloud
 
TY CS Black book Construction - Dinesh48
TY CS Black book Construction - Dinesh48TY CS Black book Construction - Dinesh48
TY CS Black book Construction - Dinesh48
 
Bus information live monitoring system
Bus information live monitoring systemBus information live monitoring system
Bus information live monitoring system
 
Project (2)
Project (2)Project (2)
Project (2)
 
Cloud Storage and Security
Cloud Storage and SecurityCloud Storage and Security
Cloud Storage and Security
 
Software Requirement Specification Of Hotel Management System
Software Requirement Specification Of Hotel Management SystemSoftware Requirement Specification Of Hotel Management System
Software Requirement Specification Of Hotel Management System
 

Recently uploaded

Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

Airline information system

  • 1. Benha University Faculty of Engineering, Shoubra Computer Systems Department Travelians System Team Members 1-Iman Sabry 2-AmiraGamal 3-Rehabnagib 4-Nourhan Mahmoud 5-EsraaMohammed 6-nadin Abdallah 7-Maria Ayman SupervisedBy:
  • 2. Information Systems Documentation Template 2 Dr. AbdElwahabElsammak 2010
  • 3. Information Systems Documentation Template 3 Acknowledgments: First of all, we would like to express our gratitude and appreciation for our supervisor, Dr.AbdElwahab Elsammak.for his professional guidance and insightful advices.Also we must all thank our . instructor Eng.mofida forher continuous assistance and support. Special thanks for Mr. from for his great help and support during the system requirement determination process of the analysis/ Design/ Programming phase of the project. Faculty of Engineering, Shoubra 2019 1-Iman Sabry 2-AmiraGamal 3-Rehab nagib 4-NourhanMahmoud 5-Esraa Mohammed 6-nadinAbdallah 7-MariaAyman
  • 4. Information Systems Documentation Template 4 Contents Acknowledgement I Contents II Abstract III Project Plan IIII CHAPTER 1 SYSTEM REQUIREMENTS 1.1 System Scope 1.2 Business Objectives 1.3 Facts Finding 1.3.1 Interviews 1.3.2 Problems of the Current System 1.3.3 Forms & Reports of the Current System 1.4 Development Process CHAPTER 2 SYSTEM ANALYSIS 2.1 Used Methodology 2.2 Analysis Models 2.3 Processes Logic CHAPTER 3 SYSTEM DESIGN 3.1 System Database Design 3.1.1 ER Diagram 3.1.2 Tables Design 3.2 User Interface Design 3.2.1 Summary of Screens (Pages) 3.2.2 Forms (Pages) Design 3.2.3 Reports Design CHAPTER 4 SYSTEM IMPLEMENTATION 4.1 Used Technologies 4.1.1 Database 4.1.2 Programming 4.1.3 Reporting 4.2 System Implementation Plan 4.2.1 Administration 4.2.2 Basic System Data 4.2.3 Transactions 4.3 System Messages
  • 5. Information Systems Documentation Template 5 CHAPTER 5 SYSTEM TESTING 5.1 Testing Check List 5.2 Test Cases CHAPTER 6 FUTURE WORK & CONCLUSION APPENDIX A Source Code Listing APPENDIX B INSTALLATION GUIDE APPENDIX C USER MANUAL
  • 6. Information Systems Documentation Template 6 ABSTRACT
  • 7. Information Systems Documentation Template 7 PROJECT PLAN GANTT CHART FOR THE PROJECT
  • 8. Information Systems Documentation Template 8 CHAPTER 1 SYSTEM REQUIREMENTS 1.1 SYSTEM SCOPE: Our System Deals With Airports , Once a client want to see a flight he will registerto the system then will see which date is available to book a ticket to this flight and the cost of all flights , firstly a client will choose from these available flights which he want then choose the number of passenger, at this momentthe system will show the total costof all passengerwhich he selected ,if one of clients want to canceled it’s flight will confirm it by the system or call us
  • 9. Information Systems Documentation Template 9 1.2 BUSINESS OBJECTIVES: Our project covers a wide scope designed to implementcomputerized system for the following Requirements: 1. Functional Requirements 1-registration 2-choosing flight line 3-show the available flights date 4-choosing type of flight 5-show the costof this flight 6-booking 6-puching cost (online ore offline) 7-cancelling flight 8-show policity of cancelling 9-confirm cancelling 2. Nonfunctional Requirements
  • 10. Information Systems Documentation Template 10 1.3 FACTS FINDING 1.3.1 Interviews Interview Agenda Date : Time: Place: Participants: Name Job 1. 2. 3. Objectives: - - - - - Documents to be Prepared: - - - - INTERVIEW SUMMARY:
  • 12. Information Systems Documentation Template 12 1.3.2 Problems of the Current System
  • 13. Information Systems Documentation Template 13 1.3.3 Forms & Reports of the Current System
  • 14. Information Systems Documentation Template 14 Implementation System Requirements Testing Analysis Deign 1.4 DEVELOPMENT PROCESS We decided to apply the Waterall/Iterative/Prototyping/…. developmenttechnique. The reason for using this technique is …… Figure 1.1: Development Process Phases
  • 15. Information Systems Documentation Template 15 Chapter 2 SYSTEM ANALYSIS 2.1 USED METHODOLOGY: Structured or Object-Oriented approach
  • 16. Information Systems Documentation Template 16 2.2 ANALYSIS MODELS Event/use cases Table Event Trigger Source Use case Response Destination passenger wants to search for a flight Search request Passenger or clerk Search for flight Suitable Flights Information Passenger / clerk Making a New user account New account Request Passenger / clerk Create new Account Create a member ID Passenger / clerk Paying for the Tickets Pay inquiry Passenger / clerk Pay for tickets Data updating Credit / Bank Canceling tickets online Cancel book Passenger Cancel booked tickets Data updating Credit / Bank Canceling tickets with telephone Cancel book clerk Cancel booked tickets Data updating Credit / Bank Passenger want to login Login request Passenger / clerk Login Data validating Passenger / clerk Editing personal information Edit inquiry Passenger / clerk Edit personal information Data updating Viewing reviews Viewing request Passenger / clerk View reviews View information Passenger / clerk Writing reviews Review request Passenger Write reviews Data updating Booking with telephone Book inquiry Passenger / clerk book with telephone Booking the ticket / sending tickets ID Passenger / clerk
  • 17. Information Systems Documentation Template 17 Viewing offers Viewing request Passenger / clerk View offers View information Passenger / clerk Actors -passenger -Clerk -Bank Models (According to the used Methodology) UML Diagram: Create new account Login Edit basics information Search for flight
  • 18. Information Systems Documentation Template 18 passenger
  • 19. Information Systems Documentation Template 19 2.3 PROCESSES LOGIC Structured English or Pseducode(forStructured) Scenario (for Object-Oriented)
  • 20. Information Systems Documentation Template 20 Chapter 3 SYSTEM DESIGN 3.1 SYSTEM DATABASE DESIGN: Entities Determination Relationships between Entities Normaization 3.1.1 ENTITY RELATIONSHIP DIAGRAM (ERD): The ER-Diagram represents the overall logical structure of a database, which is independentof any software or data storage structure. The database of our system is shown in figure 3.1. This modeldescribes the relationship among the tables.
  • 21. Information Systems Documentation Template 21 Figure 3.1: ER Diagram
  • 22. Information Systems Documentation Template 22 3.1.2 TABLES DESIGN: 1-AdminsTable: 1.1 Table Columns: a- Admin ID: This is the number given to admins. b- UserName: This is the name that has to choose. c- Password: This is the password that the admin choose it. 2. 3. 4.
  • 23. Information Systems Documentation Template 23 3.2 USER INTERFACE DESIGN: 3.2.1 Summary of Screens (Pages)
  • 24. Information Systems Documentation Template 24 3.2.2 Forms (Pages) Design
  • 25. Information Systems Documentation Template 25 3.2.3 Reports Design
  • 26. Information Systems Documentation Template 26 Chapter 4 SYSTEM IMPLEMENTATION 4.1 Used Technologies 4.1.1 Database 4.1.2 Programming 4.1.3 Reporting
  • 27. Information Systems Documentation Template 27 4.2 System Implementation Plan 4.2.1 ADMINISTRATION The System administrator is responsibleforcontrolling and managing the Figure 4.1: Admin Login
  • 28. Information Systems Documentation Template 28 4.2.2 BASIC SYSTEM DATA (System Setup) Figure 4.2: Add New XXXX
  • 29. Information Systems Documentation Template 29 4.2.3 TRANSACTIONS Figure 4.3: XXXXXXXXXXX
  • 30. Information Systems Documentation Template 30 4.2.4 SYSTEM MESSAGES MessageMessage No.
  • 32. Information Systems Documentation Template 32 Chapter 5 SYSTEM TESTING To test our system, we should start testing each page one at a time. All the pages are accessedand tested. 5.1 Testing Check List Testing checklist for each page: 1- The design of the page 2- The links 3- The menus 4- The functionalities in the page 5- The validation in the page 6- Test page with random data
  • 33. Information Systems Documentation Template 33 5.2 Test Cases Form (Page): Sub: ResultValue EnteredAttribute
  • 34. Information Systems Documentation Template 34 Chapter 6 FUTURE WORK AND CONCLUSION The Project Team managed to develop The team hopes that resources will be allocated in the future to implement and operate the system. The following parts of XXXXXXX System were set aside for future implementation: - - -
  • 35. Information Systems Documentation Template 35 APPENDIX A: PROJECT SOURCE CODE Page 1:
  • 36. Information Systems Documentation Template 36 APPENDIX B: INSTALLATION GUIDE
  • 37. Information Systems Documentation Template 37 APPENDIX C: USER MANUAL