SlideShare a Scribd company logo
1 of 3
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume: 3 | Issue: 4 | May-Jun 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470
@ IJTSRD | Unique Paper ID - IJTSRD23927 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 752
A Mobile Application for Bus E-Ticketing System
Vrushali Andhale, Dhanashree More, Aishwarya Nair
Department of Computer Engineering, MET’s Institute of Engineering, Nashik, Maharashtra, India
How to cite this paper: Vrushali
Andhale | DhanashreeMore| Aishwarya
Nair "A Mobile Application for Bus E-
Ticketing System" Published in
International Journal of Trend in
Scientific Research and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-4, June 2019,
pp.752-754, URL:
https://www.ijtsrd.c
om/papers/ijtsrd23
927.pdf
Copyright © 2019 by author(s) and
International Journal of Trend in
Scientific Research and Development
Journal. This is an
Open Access article
distributed under
the terms of the Creative Commons
Attribution License (CC BY 4.0)
(http://creativecommons.org/licenses/
by/4.0)
ABSTRACT
In cities, the buses are the nerves of the cities. However, there are many bus
operations, which were operated manually. The manual and traditional system
takes a lot of time and the tickets cost being of odd amounts and many other
different problems while buying tickets. Also in this advance world we are
dependent on the paper tickets where the emergence of mobile devices are
rapidly increasing among users so here is a solution. In proposed system ticket
can be bought with just a smart phone application and,where you can carryyour
tickets in your smart phone. It uses the smart phones facility to validate and
delete your ticket automatically after a specific interval of time. User’s ticket
information is stored in a database for security purpose which is missing in the
present urban system. Also the ticket checker is provided with a mobile based
application to search for the user’s ticket with the ticket number which is stored
in the database for checking purposes.
1. INTRODUCTION
This chapter describes the term E-Ticketing and introduces the concept of E-
Ticketing System. It also gives the overview of the E-Ticketing System which
describes the deliverable of the project.
1.1 Overview
A City Bus E-Ticket System can help and solve these kinds of problems. By using
this mobile based application will help passengers in daily basis ticket system.
Also, this system helps the students who are travelling by
bus and using bus passes. Besides that, City Bus E-Ticket
System will be easier for all type of passengers like students,
handicapped, senior citizens and pass users. Furthermore,
the system will reduce the customers fear of losing a paper
ticket and handling the passes and pass identity card
carefully.
Also, this system reduces the efforts of handling the register
separately of each and every users i.e. dailyticketusers,pass
users and also reduces the efforts of handling the cash
manually. Electronic ticketing system is shift traditional
ticketing system because a lot of advantageswhich customer
can get from e-ticketing system.
2. Literature Survey
In this section we will see the various studies and research
conducted in order to identify the current scenarios and
trends in Bus E-Ticketing System
Survey At Description
MET’s
Institute of
Engineering
Gathered information regarding
different types of pass and how the
details of every pass students are
managed.
Types of passes: service pass
(monthly and three months pass) and
student pass. (Refer figure 2.1,2.2,2.3)
Sinnar Depot
Surveyed the overall manual system
flow with reference of registers.
Figure 2.1: Literature Survey 1
Figure 2.2: Literature Survey 2
IJTSRD23927
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID - IJTSRD23927 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 753
Figure 2.3: Literature Survey 3
3. Problem Definition
Our proposed system is being designed to solve theproblem
of using traditional E-Ticketing system and there are many
problems such as use of paper tickets, handling the pass and
identity card carefully, handling the cash manually and
maintaining of the records manually.
4. Design
In this Section explains the architecture of the system. We
have also describe the Data Flow Diagram which explains
flow of the project.
4.1 System Architecture
In the current scenario, there are the various hardware
platforms available as shown above. Above these the
Operating Systems reside. The application programming
interfaces are above the Operating Systems and provide the
interaction between the applications built on them and the
underlying Operating System and the Hardware Platform.
Figure 4.1: Bus E-Ticket System Architecture
4.2 Operating Environment
An operating system (OS) is a set of programs that manages
computer hard-ware resources, and provides common
services for application software. The operating system is
the most important type of system software in a computer
system. Without an operating system, a user cannot run an
application program on their computer, unless the
application program is self-booting. An Application
Programming Interface (API) is a particular set of rules
(code) and specifications that software programs canfollow
to communicate with each other.It serves as an interface
between different software programs and facilitates their
interaction, similar to the way the user interface facilitates
interaction between humans and computers. An API can be
created for applications, libraries, operating systems, etc., as
a way of defining their vocabularies and resources request
conventions (e.g. function-calling conventions). It may
include specifications for routines, data structures, object
classes, and protocols used to communicate between the
consumer program and theimplementerprogramofthe API.
4.3 Data Flow Diagram
A data flow diagram (DFD) maps out the flow of information
for any process or system. It uses defined symbols like
rectangles, circles and arrows, plus short textlabels, toshow
data inputs, outputs, storage points and the routes between
each destination.
Data flowcharts can range from simple, even hand-drawn
process overviews, to in-depth, multi-level DFDs that dig
progressively deeper into how the data is handled. They can
be used to analyze an existing system or model a new one.
While a DFD illustrates how data flows through a system,
UML is a modeling language used in Object Oriented
Software Design to provide a more detailed view.ADFDmay
still provide a good starting point, but when actually
developing the system, developers may turn to UML
diagrams such as class diagrams and structure diagrams to
achieve the required specificity.4.3.1DFD Level 0
DFD Level 0 is also called a Context Diagram. It’s a basic
overview of the whole system or process being analyzed or
modeled. Its designed to be an at-a-glance view, showingthe
system as a single high-level process, with its relationshipto
external entities. It should be easily understood by a wide
audience, including stakeholders, business analysts, data
analysts and developers.
Figure 4.3: DFD Level 0
5. Modeling
This section includes the modeling technique which
describes the Bus E-Ticketing System. It also describes the
functionality of the different features of the Bus E-Ticketing
System.
5.1 Class Diagram
The class diagram shows the building blocks of any object
oriented system. Class diagram depicts a static view of the
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID - IJTSRD23927 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 754
model or part of the model, describing what attributes and
behavior it has rather that the detailing the methods of
achieving operations. Class diagrams are most useful in
illustrating relationships between classes and interfaces.
Generalizations, aggregations, and associations are all
valuable in reflecting interface, composition or usage and
connections respectively.
Figure 5.1: Class Diagram
6. Technical Specifications
6.1 Advantages
1. The effective way of transaction using in this system
make payment easy and safe.
2. Making digitalized ticket and making digital identity
card and pass for all type of pass users.
3. Time Saving.
6.2 Limitations
1. Internet is required for overall purpose of the system.
2. Not able to track the location of passenger while
entering into the bus.
6.3 Hardware Requirements
4GB RAM minimum, 8GB RAM recommended
Disk space: 2GB min
1.5GB for android SDK and Emulator system image
500MB for IDE
6.4 Software Requirements
Android Studio
Wampserver 64 bit (PHP version 7.0 and MySQL
Version 5.7.21)
JSON and PHP
Adobe Dreamweaver CC 2015 Portable
7. Conclusion
The main and important aspect of this system is to change
the overall scenario of the traditional or manual bus e-
ticketing system. This system mainly focuses on the social
issue of people who are facing the problem of travelling in
day to day life. Searching and retrieving of records would be
easier since there would be a searchmodulethatwould filter
all the needed records. Having a search module will lessen
the time of looking for records that is done manually on the
existing system. There are many aspects still to be assessed
regarding the implementation of an online ticketing system
in a bus depot, with special attention to the routines and
facilities that the new system brings to the operational
management of the whole depot system.
We believe that the methodological procedure described in
this project can contribute for minimizingpossibleproblems
faced by bus depot in the process of moving from a
conductor fare collection to an automated one. It should
finally be highlighted that under the regulation, competition,
planning, management and operation perspectives for the
bus depot, Bus E-Ticket systems will probably facilitate and
subsidize the decision making process. The Bus E-Ticket
System should make easier bus depot process.

More Related Content

What's hot

J2ee project lists:-Mumbai Academics
J2ee project lists:-Mumbai AcademicsJ2ee project lists:-Mumbai Academics
J2ee project lists:-Mumbai Academics
Mumbai Academisc
 
Application of Savings and Loan Cooperative Services
Application of Savings and Loan Cooperative ServicesApplication of Savings and Loan Cooperative Services
Application of Savings and Loan Cooperative Services
YogeshIJTSRD
 
M829_Chinmayy_Purohit_Executive_Summary
M829_Chinmayy_Purohit_Executive_SummaryM829_Chinmayy_Purohit_Executive_Summary
M829_Chinmayy_Purohit_Executive_Summary
Chinmayy Purohit
 

What's hot (20)

J2ee project lists:-Mumbai Academics
J2ee project lists:-Mumbai AcademicsJ2ee project lists:-Mumbai Academics
J2ee project lists:-Mumbai Academics
 
Application of Savings and Loan Cooperative Services
Application of Savings and Loan Cooperative ServicesApplication of Savings and Loan Cooperative Services
Application of Savings and Loan Cooperative Services
 
VIRTUAL TUTOR USING AUGMENTED REALITY
VIRTUAL TUTOR USING AUGMENTED REALITYVIRTUAL TUTOR USING AUGMENTED REALITY
VIRTUAL TUTOR USING AUGMENTED REALITY
 
Paper id 71201959
Paper id 71201959Paper id 71201959
Paper id 71201959
 
M829_Chinmayy_Purohit_Executive_Summary
M829_Chinmayy_Purohit_Executive_SummaryM829_Chinmayy_Purohit_Executive_Summary
M829_Chinmayy_Purohit_Executive_Summary
 
BLIND ASSISTANT SERVICE
BLIND ASSISTANT SERVICEBLIND ASSISTANT SERVICE
BLIND ASSISTANT SERVICE
 
An overview of information extraction techniques for legal document analysis ...
An overview of information extraction techniques for legal document analysis ...An overview of information extraction techniques for legal document analysis ...
An overview of information extraction techniques for legal document analysis ...
 
IRJET- Mumbai Suburban Train Ticketing System
IRJET- Mumbai Suburban Train Ticketing SystemIRJET- Mumbai Suburban Train Ticketing System
IRJET- Mumbai Suburban Train Ticketing System
 
Top Cited Articles International Journal of Computer Science, Engineering and...
Top Cited Articles International Journal of Computer Science, Engineering and...Top Cited Articles International Journal of Computer Science, Engineering and...
Top Cited Articles International Journal of Computer Science, Engineering and...
 
IRJET- Student Portal
IRJET-  	  Student PortalIRJET-  	  Student Portal
IRJET- Student Portal
 
Bpo management systemuml
Bpo management systemumlBpo management systemuml
Bpo management systemuml
 
Integration of Machine Learning in attendance and payroll
Integration of Machine Learning in attendance and payrollIntegration of Machine Learning in attendance and payroll
Integration of Machine Learning in attendance and payroll
 
Colleges.net
Colleges.netColleges.net
Colleges.net
 
MOBILE BASED WOMEN SAFETY APPLICATION REAL-TIME DATABASE
MOBILE BASED WOMEN SAFETY APPLICATION REAL-TIME DATABASEMOBILE BASED WOMEN SAFETY APPLICATION REAL-TIME DATABASE
MOBILE BASED WOMEN SAFETY APPLICATION REAL-TIME DATABASE
 
AUTHENTICATED MEDICAL DOCUMENTS RELEASING WITH PRIVACY PROTECTION AND RELEAS...
AUTHENTICATED MEDICAL DOCUMENTS RELEASING  WITH PRIVACY PROTECTION AND RELEAS...AUTHENTICATED MEDICAL DOCUMENTS RELEASING  WITH PRIVACY PROTECTION AND RELEAS...
AUTHENTICATED MEDICAL DOCUMENTS RELEASING WITH PRIVACY PROTECTION AND RELEAS...
 
Effective Attendance Markingusing Face Recognition & RFID Tags
Effective Attendance Markingusing Face Recognition & RFID TagsEffective Attendance Markingusing Face Recognition & RFID Tags
Effective Attendance Markingusing Face Recognition & RFID Tags
 
A Review on Smart Bus Ticketing System using QR-Code
A Review on Smart Bus Ticketing System using QR-CodeA Review on Smart Bus Ticketing System using QR-Code
A Review on Smart Bus Ticketing System using QR-Code
 
Smart Portal: A Platform for Student's Profile Creation, Evaluation and Clust...
Smart Portal: A Platform for Student's Profile Creation, Evaluation and Clust...Smart Portal: A Platform for Student's Profile Creation, Evaluation and Clust...
Smart Portal: A Platform for Student's Profile Creation, Evaluation and Clust...
 
Smart information desk system with voice assistant for universities
Smart information desk system with voice assistant for universities Smart information desk system with voice assistant for universities
Smart information desk system with voice assistant for universities
 
IRJET - Review on Machine Learning
IRJET -  	  Review on Machine LearningIRJET -  	  Review on Machine Learning
IRJET - Review on Machine Learning
 

Similar to A Mobile Application for Bus E Ticketing System

Scalable Tracking System
Scalable Tracking SystemScalable Tracking System
Scalable Tracking System
ijtsrd
 

Similar to A Mobile Application for Bus E Ticketing System (20)

bus reservation.pptx
bus reservation.pptxbus reservation.pptx
bus reservation.pptx
 
lab access and management using barcode scanner
lab access and management using barcode scannerlab access and management using barcode scanner
lab access and management using barcode scanner
 
IRJET- UID Secure Travel Identity
IRJET- UID Secure Travel IdentityIRJET- UID Secure Travel Identity
IRJET- UID Secure Travel Identity
 
Scalable Tracking System
Scalable Tracking SystemScalable Tracking System
Scalable Tracking System
 
Airline ticket reservation system
Airline ticket reservation systemAirline ticket reservation system
Airline ticket reservation system
 
Local Service Search Engine Management System LSSEMS
Local Service Search Engine Management System LSSEMSLocal Service Search Engine Management System LSSEMS
Local Service Search Engine Management System LSSEMS
 
Expense Manager Flutter Application
Expense Manager Flutter ApplicationExpense Manager Flutter Application
Expense Manager Flutter Application
 
LunchBox:- A Web And Mobile Application
LunchBox:- A Web And Mobile ApplicationLunchBox:- A Web And Mobile Application
LunchBox:- A Web And Mobile Application
 
Fingerprint Based Attendance System by IOT
Fingerprint Based Attendance System by IOTFingerprint Based Attendance System by IOT
Fingerprint Based Attendance System by IOT
 
Student Attendance Management Automation Using Face Recognition Algorithm
Student Attendance Management Automation Using Face Recognition AlgorithmStudent Attendance Management Automation Using Face Recognition Algorithm
Student Attendance Management Automation Using Face Recognition Algorithm
 
Ijsred v2 i5p95
Ijsred v2 i5p95Ijsred v2 i5p95
Ijsred v2 i5p95
 
Digital bus pass
Digital bus passDigital bus pass
Digital bus pass
 
Report on online bus management
Report on online bus managementReport on online bus management
Report on online bus management
 
Car Rental System
Car Rental SystemCar Rental System
Car Rental System
 
IRJET - Service Base Application
IRJET - Service Base ApplicationIRJET - Service Base Application
IRJET - Service Base Application
 
IRJET-Computational model for the processing of documents and support to the ...
IRJET-Computational model for the processing of documents and support to the ...IRJET-Computational model for the processing of documents and support to the ...
IRJET-Computational model for the processing of documents and support to the ...
 
Smart Health Guide App
Smart Health Guide AppSmart Health Guide App
Smart Health Guide App
 
Student online admission srs
Student online admission srsStudent online admission srs
Student online admission srs
 
IRJET- In-House File Tracking System
IRJET-  	  In-House File Tracking SystemIRJET-  	  In-House File Tracking System
IRJET- In-House File Tracking System
 
An Integrated Management Platform for Subscription of Magazines
An Integrated Management Platform for Subscription of MagazinesAn Integrated Management Platform for Subscription of Magazines
An Integrated Management Platform for Subscription of Magazines
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
ijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
ijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
ijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
ijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
ijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Basic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationBasic Intentional Injuries Health Education
Basic Intentional Injuries Health Education
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 

A Mobile Application for Bus E Ticketing System

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume: 3 | Issue: 4 | May-Jun 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470 @ IJTSRD | Unique Paper ID - IJTSRD23927 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 752 A Mobile Application for Bus E-Ticketing System Vrushali Andhale, Dhanashree More, Aishwarya Nair Department of Computer Engineering, MET’s Institute of Engineering, Nashik, Maharashtra, India How to cite this paper: Vrushali Andhale | DhanashreeMore| Aishwarya Nair "A Mobile Application for Bus E- Ticketing System" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-4, June 2019, pp.752-754, URL: https://www.ijtsrd.c om/papers/ijtsrd23 927.pdf Copyright © 2019 by author(s) and International Journal of Trend in Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/ by/4.0) ABSTRACT In cities, the buses are the nerves of the cities. However, there are many bus operations, which were operated manually. The manual and traditional system takes a lot of time and the tickets cost being of odd amounts and many other different problems while buying tickets. Also in this advance world we are dependent on the paper tickets where the emergence of mobile devices are rapidly increasing among users so here is a solution. In proposed system ticket can be bought with just a smart phone application and,where you can carryyour tickets in your smart phone. It uses the smart phones facility to validate and delete your ticket automatically after a specific interval of time. User’s ticket information is stored in a database for security purpose which is missing in the present urban system. Also the ticket checker is provided with a mobile based application to search for the user’s ticket with the ticket number which is stored in the database for checking purposes. 1. INTRODUCTION This chapter describes the term E-Ticketing and introduces the concept of E- Ticketing System. It also gives the overview of the E-Ticketing System which describes the deliverable of the project. 1.1 Overview A City Bus E-Ticket System can help and solve these kinds of problems. By using this mobile based application will help passengers in daily basis ticket system. Also, this system helps the students who are travelling by bus and using bus passes. Besides that, City Bus E-Ticket System will be easier for all type of passengers like students, handicapped, senior citizens and pass users. Furthermore, the system will reduce the customers fear of losing a paper ticket and handling the passes and pass identity card carefully. Also, this system reduces the efforts of handling the register separately of each and every users i.e. dailyticketusers,pass users and also reduces the efforts of handling the cash manually. Electronic ticketing system is shift traditional ticketing system because a lot of advantageswhich customer can get from e-ticketing system. 2. Literature Survey In this section we will see the various studies and research conducted in order to identify the current scenarios and trends in Bus E-Ticketing System Survey At Description MET’s Institute of Engineering Gathered information regarding different types of pass and how the details of every pass students are managed. Types of passes: service pass (monthly and three months pass) and student pass. (Refer figure 2.1,2.2,2.3) Sinnar Depot Surveyed the overall manual system flow with reference of registers. Figure 2.1: Literature Survey 1 Figure 2.2: Literature Survey 2 IJTSRD23927
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID - IJTSRD23927 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 753 Figure 2.3: Literature Survey 3 3. Problem Definition Our proposed system is being designed to solve theproblem of using traditional E-Ticketing system and there are many problems such as use of paper tickets, handling the pass and identity card carefully, handling the cash manually and maintaining of the records manually. 4. Design In this Section explains the architecture of the system. We have also describe the Data Flow Diagram which explains flow of the project. 4.1 System Architecture In the current scenario, there are the various hardware platforms available as shown above. Above these the Operating Systems reside. The application programming interfaces are above the Operating Systems and provide the interaction between the applications built on them and the underlying Operating System and the Hardware Platform. Figure 4.1: Bus E-Ticket System Architecture 4.2 Operating Environment An operating system (OS) is a set of programs that manages computer hard-ware resources, and provides common services for application software. The operating system is the most important type of system software in a computer system. Without an operating system, a user cannot run an application program on their computer, unless the application program is self-booting. An Application Programming Interface (API) is a particular set of rules (code) and specifications that software programs canfollow to communicate with each other.It serves as an interface between different software programs and facilitates their interaction, similar to the way the user interface facilitates interaction between humans and computers. An API can be created for applications, libraries, operating systems, etc., as a way of defining their vocabularies and resources request conventions (e.g. function-calling conventions). It may include specifications for routines, data structures, object classes, and protocols used to communicate between the consumer program and theimplementerprogramofthe API. 4.3 Data Flow Diagram A data flow diagram (DFD) maps out the flow of information for any process or system. It uses defined symbols like rectangles, circles and arrows, plus short textlabels, toshow data inputs, outputs, storage points and the routes between each destination. Data flowcharts can range from simple, even hand-drawn process overviews, to in-depth, multi-level DFDs that dig progressively deeper into how the data is handled. They can be used to analyze an existing system or model a new one. While a DFD illustrates how data flows through a system, UML is a modeling language used in Object Oriented Software Design to provide a more detailed view.ADFDmay still provide a good starting point, but when actually developing the system, developers may turn to UML diagrams such as class diagrams and structure diagrams to achieve the required specificity.4.3.1DFD Level 0 DFD Level 0 is also called a Context Diagram. It’s a basic overview of the whole system or process being analyzed or modeled. Its designed to be an at-a-glance view, showingthe system as a single high-level process, with its relationshipto external entities. It should be easily understood by a wide audience, including stakeholders, business analysts, data analysts and developers. Figure 4.3: DFD Level 0 5. Modeling This section includes the modeling technique which describes the Bus E-Ticketing System. It also describes the functionality of the different features of the Bus E-Ticketing System. 5.1 Class Diagram The class diagram shows the building blocks of any object oriented system. Class diagram depicts a static view of the
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID - IJTSRD23927 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 754 model or part of the model, describing what attributes and behavior it has rather that the detailing the methods of achieving operations. Class diagrams are most useful in illustrating relationships between classes and interfaces. Generalizations, aggregations, and associations are all valuable in reflecting interface, composition or usage and connections respectively. Figure 5.1: Class Diagram 6. Technical Specifications 6.1 Advantages 1. The effective way of transaction using in this system make payment easy and safe. 2. Making digitalized ticket and making digital identity card and pass for all type of pass users. 3. Time Saving. 6.2 Limitations 1. Internet is required for overall purpose of the system. 2. Not able to track the location of passenger while entering into the bus. 6.3 Hardware Requirements 4GB RAM minimum, 8GB RAM recommended Disk space: 2GB min 1.5GB for android SDK and Emulator system image 500MB for IDE 6.4 Software Requirements Android Studio Wampserver 64 bit (PHP version 7.0 and MySQL Version 5.7.21) JSON and PHP Adobe Dreamweaver CC 2015 Portable 7. Conclusion The main and important aspect of this system is to change the overall scenario of the traditional or manual bus e- ticketing system. This system mainly focuses on the social issue of people who are facing the problem of travelling in day to day life. Searching and retrieving of records would be easier since there would be a searchmodulethatwould filter all the needed records. Having a search module will lessen the time of looking for records that is done manually on the existing system. There are many aspects still to be assessed regarding the implementation of an online ticketing system in a bus depot, with special attention to the routines and facilities that the new system brings to the operational management of the whole depot system. We believe that the methodological procedure described in this project can contribute for minimizingpossibleproblems faced by bus depot in the process of moving from a conductor fare collection to an automated one. It should finally be highlighted that under the regulation, competition, planning, management and operation perspectives for the bus depot, Bus E-Ticket systems will probably facilitate and subsidize the decision making process. The Bus E-Ticket System should make easier bus depot process.