You are on page 1of 11

||JAI SRI GURUDEV||

VISVESVARAYA TECHNOLOGICAL UNIVERSITY


Jnana Sangama ,Belagaum-590014,Karnataka State,India

-
A MINI PROJECT SYNOPSIS
ON
“TRANSPORT MANAGEMENT SYSTEM”

Submitted on partial fulfillment of academic requirement of 5 th semester


Database Management System with Mini Project laboratory

BACHELOR OF ENGINEERING
IN
COMPUTER SCIENCE AND ENGINEERING

Submitted by:
NANDINI.L.REDDY
1SJ18CS062
5TH SEM,CSE A

Under the guidance of:-

Mr.SESHAIAH M Mrs.SWETHA T
Dept. Of CSE,SJCIT. Dept. Of CSE,SJCIT
Carried out at
DATABASE MANAGEMENT SYSTEM WITH MINI PROJECT LABORATORY
Dept.of CSE,SJCIT Chickaballapur

S J C INSTITUTE OF TECHNOLOGY
Department of Computer Science and Engineering
ABSTRACT

This paper provides insight into how Transport Management System is


being developed. The system allows passenger (user) to book package
to go on trips.

This project will be able to create new user and change passwords, he
can update or add the employee information in the company, he can
view and add information of transport categories and also available
routes. Depending on the user demands departure points can be
added to the database. By this it becomes easier and efficient for the
user to go on trips by booking tickets, and computerizes all the
information required based on the user demands.

HTML,CSS,PHP is used to design front end and XAMPP (MSQL) for back
end, which acts as a server.

This system can be ideal for users who go on trips by booking online,
which will be potent and easy to use.
INDEX
Abstract
Index
1. Introduction

2. Problem Statement

3. Data Dictionary

4. E-R Diagram

5. System Requirement
INTRODUCTION
Transport management system: This is an online project developed using
Php and MySQL. The purpose of this project is to provide the complete
information about the vehicles available for a tour. There are 2 different
types of users. First the customer visits the site and enters the place from
where to where he wishes to travel. He also provides the date as when he
would like to travel. After the customer returns or reaches his final
destination, he must pay full amount either through cash or through
cards. After the travelling the customer can come back to the site and
enter his feedback about the transportation facility.
This project development a website for Transport management system
with HTML-5,CSS 3,PHP as front-end & MYSQL EXPRESS as back-
end. It is an application which decreases few efforts of planning of trip
or making of yours holidays happy. This system provides better services
for booking tickets & planning for visiting places & transportation
mode.

Benefits:

a) Faster processing time and more accurate data for travel requests
and reimbursements
b) Ability for travelers to track authorization and reimbursement
request status through the system rather than via phone calls or
campus mail
c) Reservations can be done according to user requirements.
d) Payment is easier and faster.
e) Convenient vehicle choice based on user requirements.
PROBLEM STATEMENT

This system provides the user to go on trips with their choice of


vehicle, pickup points and destination.
DATA DICTIONARY

Table 1: User
Field Data Type Size Key
User_id Int 11 Primary
Name(first_name varchar 255
Last_name)
Email varchar 255
Username varchar 255
Password Varchar 255
Admin Int 11

Table 2: Admin
Field Data Type Size Key
Admin_id Int 11 Primary
Username Varchar 100
Password Varchar 100

Table 3: Bill
Field Data Type Size Key
Bill_id Int 11 Primary
Id Varchar 255
Username Varchar 100
Salary Int 255
Equipment Int 255
Oil Int 255
Tcost Int 255

Table 4: Driver
Field Data Type Size Key
Driver_id Int 11 Primary
Dename Varchar 255
Drjoin Varchar 255
Drmobile Varchar 20
Drnid Varchar 30
Drlicence Varchar 30
Drliencevalid Varchar 100
Draddress Varchar 255
Drphoto Varchar 30
Dravailable Int 11

Table 5: Trip cost


Field Data Type Size Key
Id Int 11 Primary
Booking_id Varchar 50
Username Varchar 100
Total_km Varchar 11
Oil_cost Varchar 11
Extra_cost Varchar 11
Total_cost Varchar 11
Paid Int 11
Table 6: Vehicle
Field Data Type Size Key
Veh_id Int 11 Primary
Veh_reg Varchar 100
Veh_type Varchar 20
Chesisno Varchar 100
Brand Varchar 100
Veh_color Varchar 100
Veh_regdate Varchar 100
Veh_description Varchar 255
Veh_photo Varchar 255
Veh_available Int 11

Table 7: Booking
Field Data Type Size Key
Booking_id Int 11 Primary
Name Varchar 255
Username Varchar 100
Department Varchar 100
Type Varchar 8
Req_date Varchar 100
Req_time Varchar 100
Ret_date Varchar 100
Ret_time Varchar 100
Destination Varchar 100
Pickup_point Varchar 100
Resons Varchar 255
Email Varchar 50
Mobile Int 14
Confirmation Int 11
Veh_reg Varchar 255
Driverid Int 11
Finished Int 11
Paid Int 11
ER-DIAGRAM
SYSTEM REQUIREMNETS

Hardware Requirements
Processor : Intel Core Duo 2.0 GHz or more

RAM : 1 GB or More

Hard Disk : 80GB or more

Monitor : 15” CRT, or LCD monitor

Keyboard : Normal or Multimedia

Mouse : Compatible mouse

Software Requirements
Front End : CSS,HTML,PHP Visual Basic 2005 Express
edition

With Sql Server Compact Edition

Back End : MS Sql Server

Operation System : Windows XP with server pack 2

You might also like