You are on page 1of 3

TABLE OF CONTENTS

1. INTRODUCTION 1
2. SYSTEM REQUIREMENTS 2
2.1 HARDWARE REQUIREMENTS
2.2 SOFTWARE REQUIREMENTS
3. DESIGN SPECIFICATIONS 3
3.1 DESIGN CONSIDERATIONS
3.2 CUSTOMER COMPONENT
3.3 ADMIN COMPONENT
3.4 ARTICLE COMPONENT 4
3.5 PRODUCT PURCHASE COMPONENT
3.6 PURCHASE COMPONENT
3.7 SELLER COMPONENT 5
3.8 SETTINGS COMPONENT
3.9 WORKER COMPONENT 6
4. REQUIREMENT SPECIFICATION 7
4.1 FUNCTIONAL REQUIREMENTS
4.2 NON-FUNCTIONAL REQUIREMENTS 8
5. DATA FLOW DIAGRAM 10
5.1 NOTATIONS IN THE DFD
5.2 DFD LEVELS 11
6. IMPLEMENTATION 18
6.1 DATABASE TABLES
6.2 ENTITY-RELATIONSHIP DIAGRAM 25
6.3 DATABASE SCHEMA DIAGRAM 28
7. RESULTS 29
8. CONCLUSION 69
REFERENCES 70
LIST OF TABLES

Table No. Table Name Page No.


6.1.1 Structure of Table “admin” 18

6.1.2 Structure of Table “article” 19

6.1.3 Structure of Table “category” 19

6.1.4 Structure of Table “city” 19

6.1.5 Structure of Table “country” 19

6.1.6 Structure of Table “customer” 20

6.1.7 Structure of Table “produce” 20

6.1.8 Structure of Table “product” 20

6.1.9 Structure of Table “product purchase 21


bill”

6.1.10 Structure of Table “product_purchase 21


record”

6.1.11 Structure of Table “purchase_order” 21

6.1.12 Structure of Table 22


“purchase_order_bill”

6.1.13 Structure of Table “purchase_request” 22

6.1.14 Structure of Table “seller” 22

6.1.15 Structure of Table “selling_product” 23

6.1.16 Structure of Table “state” 23

6.1.17 Structure of Table “variety” 23

6.1.18 Structure of Table “worker” 24

6.1.19 Structure of Table “worker_request” 24


LIST OF FIGURES

Figure No. Figure Name Page No.


3.2.1 Structure chart for customer 3
3.3.1 Structure chart for admin 3
3.4.1 Structure chart for article 4

3.5.1 Structure chart for Product purchase 4

3.6.1 Structure chart for purchase 4

3.7.1 Structure chart for Seller 5

3.8.1 Structure chart for Settings 5

3.9.1 Structure chart for worker 6

5.2.1 Top Level DFD – Level 1 11

5.2.2 DFD Level 2 12

5.2.3 DFD Level 3 13

5.2.4 DFD Level 4 14

5.2.5 DFD Level 5 15

5.2.6 DFD Level 6 16

5.2.7 DFD Level 7 17

6.2 Entity-Relationship Diagram 25 - 27

6.3 Database schema Diagram 28

7 Results 29 - 68

You might also like