Minor Project Work

15
SCHEDULE OF MINOR PROJECT DEVELOPMENT Integration & Testing of Modules (27/10/15) Synopsis Presentation (20/08/15) Front End Design of Each Module 10/09/15 Implementation of Modules 20/10/15 Pre-Viva 1 st 20/09/15 Validation Check of each module 15/09/15 Pre-Viva 2nd 15/10/15 DFD & ER- Diagram (25/08/15) Database Design (Tables, Views & Relationship Diagram) 05/09/15 Documentation of Software Report Writing Internal-Viva 10/11/15 Brij Pal Kamboj, Asstt. Prof., YIET, Gadholi

description

The work is more important

Transcript of Minor Project Work

Page 1: Minor Project Work

SCHEDULE OF MINOR PROJECT DEVELOPMENT

Integration & Testing of Modules

(27/10/15)

SynopsisPresentation(20/08/15)

Front End Design of Each Module

10/09/15

Implementation of Modules20/10/15

Pre-Viva 1st

20/09/15

Validation Check of each module

15/09/15

Pre-Viva 2nd15/10/15

DFD & ER-Diagram

(25/08/15)

Database Design(Tables, Views &

Relationship Diagram)05/09/15

Documentation of Software

Report Writing

Internal-Viva 10/11/15

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

Page 2: Minor Project Work

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

Page 3: Minor Project Work

MODULES OF MINOR PROJECT

Login

Bus Master

Route Master

Bus Stop Master

Meter Reading

Transactions

Fuel Filling Transactions

Service & Maintenance Transactions

Monthly Reports

BackupLogout

Create New User MODULES

Page 4: Minor Project Work

LoginUser

Unauthorized User

Create New User

Bus Master

Route Master

Bus Stop Master

Fuel Filling Transactions

Service & Maintenance Transactions

Daily Reports

Monthly Reports

Backup

Logout

authorized

Meter Reading

Transactions

Page 5: Minor Project Work

Bus / Vehicle Master

Page 6: Minor Project Work

Route Master

Page 7: Minor Project Work

Bus Stop Master

Page 8: Minor Project Work

Bus Travelling Daily Transaction

Page 9: Minor Project Work

Transport Maintenance Form

Page 10: Minor Project Work

Fuel Filling Transaction

Page 11: Minor Project Work

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)

Page 12: Minor Project Work

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;

VIEW USED IN DATABASE

Page 13: Minor Project Work
Page 14: Minor Project Work

TRASECTION SLIPS, REPORTS & SUMMARIES USED IN PROJECT

Page 15: Minor Project Work