You are on page 1of 3

TABLE OF CONTENTS

1. INTRODUCTION
Introduction to SQL 01
Introduction to front end software 02

2. REQUIREMENTS SPECIFICATION
Software requirements 03
Hardware requirements 03

3. DESIGN
Abstract of the project courier management system 04
Objectives of courier management system 05
Functionalities provided by courier management system 05
Scope of the project courier management system 06
Reports of courier management system 06
Features of courier management system 07

4. IMPLEMENTATION
ER Diagram 09
Mapping of ER diagram to Schema 11
Mapping of ER Schema to Relations 12

5. IMPLEMENTATION OF TABLES
Creation of tables 13
Insertion of tuples 15

6.TRIGGERS
Creation of triggers 17

7. FRONTEND DESIGN
Home code 18
Index code 19
DB_Connection code 20

8.TESTING
Testing process 21
Testing objectives 21
Test cases 22
9. RESULT 23

CONCLUSION 27

REFERENCES 28
TABLE OF FIGURES

FIG.NO FIG.NAME PAGE.NO

4.1 ER Diagram for courier management 9


system
4.2 Mapping of ER diagram to schema 11

4.3 Mapping of the ER schema to relations 12

8.1 Table of Test Case Report 22

9.1 Admin login page 23

9.2 Home page 24

9.3 Branch staff 24

9.4 New staff 25

9.5 Parcel list 25


9.6 Track parcel 26

9.7 Reports 26

You might also like