0% found this document useful (0 votes)
12 views26 pages

Project1 Q3submit

The project report titled 'Shop Here' documents the development of a department store management system by group members Dinh Viet Long and Dinh Duc Tam at NIIT. The report outlines the project's timeline, entities involved, attributes of each entity, and the relationships between tables necessary for the system's database design. It includes details on categories, items, suppliers, employees, and orders, ensuring the database adheres to normalization standards.

Uploaded by

vlkt2812
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views26 pages

Project1 Q3submit

The project report titled 'Shop Here' documents the development of a department store management system by group members Dinh Viet Long and Dinh Duc Tam at NIIT. The report outlines the project's timeline, entities involved, attributes of each entity, and the relationships between tables necessary for the system's database design. It includes details on categories, items, suppliers, employees, and orders, ensuring the database adheres to normalization standards.

Uploaded by

vlkt2812
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 26

PROJECT

REPORT
April 20, 2009

Project Title: SHOP HERE

Group members:
Dinh Viet Long
Dinh Duc Tam
Batch Code: B090060
Centre: NIIT CHO LON
Project Report NIIT Center Name

SHOP HERE

Batch Code : B090060

Start Date : April 6, 2009

End Date : April 29, 2009

Name of the Coordinator : Mr.Vinh

Names of Developers : Dinh Viet Long-Dinh Duc Tam

Date of Submission: April 29, 2009

Page 2 of 26
Project Report NIIT Center Name

CERTIFICATE
This is to certify that this report titled Shop Here embodies the original work
done by Dinh Viet Long-Dinh Duc Tam in partial fulfillment of their course
requirement at NIIT.

Coordinator: Mr.Vinh

Page 3 of 26
Project Report NIIT Center Name

ACKNOWLEDGEMENT

We have benefited a lot from the feedback and suggestions given to us by


Mr.Vinh and other faculty members, and the machine room coordinator.

Page 4 of 26
Project Report NIIT Center Name

PROJECT PLAN

S. No Activity Description Planned Actual Date Status Remark


Date

Page 5 of 26
Project Report NIIT Center Name

INTRODUCTION

Shop Here is leading department store in New York. The store is


known for quality products, affordable price range, timely
services, and home delivery facility. The store has customers
from all sections of the society and procures goods from
various countries.
Shop Here maintains an optimum inventory of various
categories of items. The details of the various categories are
stored in the Categories file. This file contains data about the
item category numbers and the corresponding categories. The
details of the items are store in a file name Items. The Items file
contains records such as item number, item description, item
category number, serial number of the item, unit price of each
item, and reorder level of each item.
The store has several regular suppliers for the various items.
The suppliers are spread over various geographical locations. A
detailed record is maintained for each supplier. The supplier
record consists of supplier code, supplier’s name, address,
phone number, country of origin, and shipment mode number
and shipment mode for outstation supplier. All records are
maintained in the Suppliers file.
Whenever the employee of a store places a purchase order, a
purchase order form needs to be filled out. The format of a
purchase order form is a follows:

PURCHASE ORDER FORM


Purchase order ID: Supplier ID:
Employee ID: Order day:
Shipment date: Quantity:
Shipment method ID: Freight Charge:

A complete transaction takes place when the purchase is made


and the payment is done.

Page 6 of 26
Project Report NIIT Center Name

Page 7 of 26
Project Report NIIT Center Name

ENTITIES

Number of entities: 5

Name of entities:
1. Categories
2. Items
3. Suppliers
4. Employees
5. Orders

Page 8 of 26
Project Report NIIT Center Name

ATTRIBUTES

The attributes of the regular entities are:

1. Categories
Category number
Category Name
Location
Title

2. Items
Item number
Item description
Category number
Serial number of the item
Unit price of each item
Reorder level of each item

3. Suppliers
Supplier code
Supplier ID
Supplier’s name
Address
Phone number
Country of origin
Shipment mode number
Shipment mode for outstation supplier

4. Emloyees
Employee ID
Employee Code
Employee Name
Country
Address
Phone
Department

5. Order
Purchase Order ID
Employee ID
Supplier ID
Order Date
Shipment Date
Quantity
Shipment Method ID
Freight Charge

Page 9 of 26
Project Report NIIT Center Name

E/R DIAGRAM

Locatio Category
n Item number
Categor Description
y
number Item
numbe
r
1 m
CATEGORY BELON ITEM
G

Reorder
Catego level of Serial
ry each item number of
Name Title the item

m Unit price
of each
item
Quanti FOR
ty

Supplier m
Supplier ’s Name Employ
ID ee
code
Supplie m
r code Employ
Employe
ee
e ID
Address name

m m EMPLOYEE
SUPPLIER GET
Phone
number
Depart Countr
Country ment y
of origin
Shipment Phon Addres
mode e s
number
Shipment
mode fo PURCHA 1
SE
outdtation m
supplier

Purchas Freight
e order Charg
Supplier ID e
ID
ORDER
Shipment
Employee ID date
Order Shipmen
Date t method
ID

Page 10 of 26
Project Report NIIT Center Name

TABLES

CATEGORIES ITEMS

Category Number Item Number

Category Name Item Description

Location Category Number

Title Serial Number of each item

ORDER DETAILS
Unit Price of each item

Reorder Level of each item


Order Detail ID

Purchase Order ID

Item Number

Quantity

Page 11 of 26
Project Report NIIT Center Name

SUPPLIERS

Supplier Code

Supplier ID

Supplier’s name

Address

Phone number

Country of origin

Shipment mode number

Shipment mode for outstation


number

EMPLOYEES

Employee ID

Employee Code

Employee Name

Country

Address

Phone

Department

Page 12 of 26
Project Report NIIT Center Name

ORDERS

Purchase order ID

Employee ID

Shipment Date

Shipment Method ID

Supplier ID

Order Date

Freight Charge

Page 13 of 26
Project Report NIIT Center Name

Page 14 of 26
Project Report NIIT Center Name

TABLES AFTER 1NF

The tables are already in 1NF

ORDER DETAILS
CATEGORIES Order Detail ID

Category Number Purchase Order ID

Item Number
Category Name
Quantity
Location

Title

SUPPLIERS

Supplier Code

Supplier ID

Supplier’s name

Address

Phone number

Country of origin

Shipment mode number

Shipment mode for outstation


number

Page 15 of 26
Project Report NIIT Center Name

EMPLOYEES

Employee ID

Employee Code

Employee Name

Country

Address

Phone

Department

ITEMS

Item number

Item description

Page 16 of 26
Project Report NIIT Center Name

Category Number

Serial number of each item

Unit price of each item

Reorder level of each item

ORDERS

Purchase order ID

Employee ID

Shipment Date

Shipment Method ID

Supplier ID

Order Date

Freight Charge

Page 17 of 26
Project Report NIIT Center Name

TABLES AFTER 2NF

The tables are already in 2NF as the attributes each table depend on the primary
key.

ORDER DETAILS
CATEGORIES
Order Detail ID
Category number
Purchase Order ID
Category Name
Item Number
Location
Quantity
Title

SUPPLIERS

Supplier Code

Supplier ID

Supplier’s name

Address

Phone number

Country of origin

Shipment mode number

Shipment mode for outstation


number

Page 18 of 26
Project Report NIIT Center Name

EMPLOYEES

Employee ID

Employee Code

Employee Name

Country

Address

Phone

Department

ITEMS

Item number

Item description

Category number

Serial number of each item

Unit price of each item

Reorder level of each item

ORDERS

Purchase order ID

Employee ID

Shipment Date

Shipment Method ID

Supplier ID

Page 19 of 26
Project Report NIIT Center Name

Order Date

Freight Charge

Page 20 of 26
Project Report NIIT Center Name

TABLES AFTER 3NF

In Orders table, the attribute Shipment Mode Number, Shipment Mode For
Outstation Number depends on Shipment Method ID
and not on Purchase Order ID, Supplier Code. Therefore, for the tables to be in
3NF, we need to create another table, Shipment Method.

CATEGORIES

Category number

Category Name

Location

Title

ITEMS

Item number

Item description

Category number

Serial number of each item


SUPPLIERS
Unit price of each item
Supplier Code
Reorder level of each item
Supplier ID

Supplier’s name

Address

Phone number

Country of origin

Page 21 of 26
Project Report NIIT Center Name

EMPLOYEES SHIPMENT METHODS

Employee ID Shipment Method ID

Employee Code Shipment Mode Number

Employee Name Shipment Mode for Outstation


Number
Country ORDER DETAILS

Address Order Detail ID

Purchase Order ID
Phone
Item Number
Department Quantity

ORDERS

Purchase order ID

Employee ID

Shipment Date

Shipment Method ID

Page 22 of 26
Project Report NIIT Center Name

Supplier ID

Order Date

Freight Charge

Page 23 of 26
Project Report NIIT Center Name

PRIMARY AND FOREIGN KEYS

1. Categories
Primary key: Category number

2. Items
Primary key: Item number
Forign key: Category number

3. Suppliers
Primary key: Supplier Code, Supplier ID
Forign key: Shipment mode number

4. Emloyees
Primary key: Employee ID

5. Order
Primary key: Purchase Order ID
Forign key: Employee ID, Supplier ID, Shipment Method ID

6. Order Details
Primary key: Order Detail ID
Forign key: Purchase Order ID, Item Number

7. Shipment Method
Primary key: Shipment Method ID

Page 24 of 26
Project Report NIIT Center Name

RELATIONSHIPS BETWEEN FINAL TABLES

ITEMS

Item number

ItemSHIPMENT
description
METHODS
CATEGORIES
Category number
Shipment Method ID
Category number
Serial number
Shipment of each item
Mode Number
Category Name
Unit price of each item
Shipment Mode for Outstation
Location Number
Reorder level of each item
Title EMPLOYEES

Employee ID

Employee Code

Employee Name
SUPPLIERS
Country
Supplier code
Address
Supplier ID
Phone
Supplier’s name

Address Department

ORDER DETAILS
Phone number
Order Detail ID
Country of origin
Purchase Order ID

Item Number
ORDERS
Quantity

Page 25 of 26
Project Report NIIT Center Name

Purchase order ID

Employee ID

Shipment Date

Shipment Method ID

Supplier ID

Order Date

Freight Charge

Page 26 of 26

You might also like