Hello Everyone ! Today we are back with C# project titled as E-ticket
Bus Booking System.This system is developed in Asp.net with C# and back
end as SQL Server Database.Now i would like to gives brief overview of
system.
The ticket machines would end the use of the hefty 1.5-kg ticket racks
carried by conductors. It would also end the practice of tearing out
tickets and marking fare stages. The Conductor would just have to key in
the details about the fare stage and the ticket machine would print out
the ticket. The machine weighs only 800 grams and is convenient to
carry. The parameters are almost like that of a railway ticket, the only
difference being that the machine is portable. The machine can printout
2,300 tickets, including the journey report in order to facilitate
inspection by the corporation's checking inspectors. The ticket machines
would help prevent loss on account of malpractice. It would also help
in providing adequate data to the corporation, particularly with regard
to the boarding of passengers from fare stages and important points.
This would help the corporation prepare and organize its schedules more
efficiently on the basis of traffic demand. Besides, it would provide
data on concessions given to various sections. Another additional
feature is that the data in the ticket machine could be fed into the
computer. More over the depots of the corporation would be fully
computerized so we want to add some other modules in our domain for
depot’s verification.
This project is modularized as the following:
- Management of Route
- Trip Details
- Bus Details
- Bus Stops
- Bus Ticketing
1. Management of Routes
This module include information about how we can Manage the routes for a
particular bus services so In the case of Route management module we
must know the details about route number, number of stops ,fare stages
and running time of the particular bus more over we want to manipulate
and stored these information successfully.
2. Trip information
Each journey is identified as a trip. Each ticket must contain the trip
no so that calculation of passenger can be done easily. Here in this
section we want to know start time and route no of the bus this
information can be manipulate and stored successfully.
3. Bus Detail
In this module all bus details are stored and manipulated, in bus detail
module contains minimum charge, type, depot, fare increment, bus
number, and passenger’s states (child or adult) are manipulate and
stored.
4. Bus Stops
Bus Stops module includes information about what are the main bus stops
of a particular bus. This module connected to the route of the bus and
it is used to store stop number, stop name and fare stages and Route
number.
5. Bus Ticketing
Ticketing is the most important module in this Project which uses all
the tables together and calculates fare for the passengers. Venting the
tickets is done using the route number, bus type.
ConversionConversion EmoticonEmoticon