You are on page 1of 15

SCHEDULE OF MINOR PROJECT DEVELOPMENT

Synopsis
Presentation
(20/08/15)

Validation Check
of each module
15/09/15

Pre-Viva 2nd
15/10/15

DFD & ERDiagram


(25/08/15)

Pre-Viva 1st
20/09/15

Documentation
of Software

Database Design
(Tables, Views &
Relationship Diagram)
05/09/15
Front End Design
of Each Module
10/09/15

Implementation
of Modules
20/10/15

Report Writing

Integration &
Testing of
Modules
(27/10/15)

Internal-Viva
10/11/15

Brij Pal Kamboj, Asstt. Prof., YIET, Gadholi

Format of Synopsis for Major Project B. Tech 7th Sem.


Title page
1. Introduction
Introduction should cover all the features of the project
Briefly mention the need and significance of the proposed project and what is in
this project.

2.

Language in which you are developing the project (Front end & Back End).

3. Hardware & Software Requirement for the project.


4. Modules of the proposed project

Names of the Modules you will prepare in proposed project.

Design of Menu (How user can access this project)

Names of the master data entry modules & their design

Names of the transaction module & their design

Name of reports & Summaries

5. Methodology/ Planning of work

MODULES OF MINOR PROJECT

Bus Master

Route
Master

Bus Stop
Master

Meter
Reading
Transactions
Fuel Filling
Transactions

Create
New User

MODULES

Service &
Maintenance
Transactions

Login
Logout

Backup

Monthly
Reports

Bus
Master

Route
Master

Bus Stop
Master
Meter
Reading
Transactions
Fuel Filling
Transactions

authorized

User

Login
Service &
Maintenance
Transactions

Unauthorized
User

Monthly
Reports

Create
New User

Daily
Reports

Logout
Backup

Bus / Vehicle Master

Route Master

Bus Stop Master

Bus Travelling Daily Transaction

Transport Maintenance Form

Fuel Filling Transaction

Bus Master Table


Column Name

Data Type

Constraint

Bus_Reg_No

Varchar(20)

PK

Model_No

Varchar(20)

Not Null

Company_Name

Varchar(20)

Driver_Name

Varchar(20)

Conductor_Name

Varchar(20)

No_of_Sheets

Varchar(20)

Maintenance Transaction Table


Column Name

Data Type

Constraint

Control_No

Number (Integer)

PK

Bus_Reg_No

Varchar(20)

FK from Bus Master

Date

Date/Time

Maintenance Type

Varchar(20)

Amount

Number (Double)

Remarks

Varchar(255)

VIEW USED IN DATABASE


SELECT Gate_Pass.Pass_No, Gate_Pass.Stud_ID, Stud_Mast.Stud_Name,
Stud_Mast.Father_Name, Stud_Mast.Brother_Photo_Path,
Stud_Mast.Permanent_Address, Stud_Mast.College_Name,
Stud_Mast.Course, Stud_Mast.Branch, Stud_Mast.Semester,
Gate_Pass.Date, Gate_Pass.Time_From, Gate_Pass.Time_To,
Gate_Pass.Place, Gate_Pass.Check_in_Time,
Gate_Pass.Status,Gate_Pass.Fine, Gate_Pass.User_Name

FROM Stud_Mast INNER JOIN Gate_Pass ON Stud_Mast.Stud_ID =


Gate_Pass.Stud_ID
ORDER BY Gate_Pass.Pass_No;

TRASECTION SLIPS, REPORTS & SUMMARIES USED IN PROJECT

You might also like