You are on page 1of 5

Data Flow Diagram

Search

New User

Purchase
Register

Existing User

Market
Intelligence
based public
sentiment
analysis

Cart

Log-In
Sign Out

Registration Table
Name
Name
Unam
Pass
Cpass
Gender
Date Of Birth
Address
City
State
Country
Edqualification
Occupation
Income
Phno
Mno
e-mail
Bankname
Accno

Data Type
Varchar(20)
Varchar(6) Primary Key
Varchar(6)
Varchar(6)
Varchar(10)
Varchar(10)
Varchar(25)
Varchar(20)
Varchar(20)
Varchar(20)
Varchar(20)
Varchar(20)
Money
Varchar(20)
Varchar(20)
Varchar(20)
Varchar(20)
Varchar(20)

Product Table

Name
Item Number
Item Name

Data Type
Integer Primary Key
Varchar(20)

Items Table

Name
Item Number
Item Name
Company Name
Model
Color
Price

Data Type
Integer Primary Key
Varchar(20)
Varchar(20)
Varchar(20)
Varchar(20)
Money

Cart Table

Name
Bill Number
Item Name
Company Name
Model
Color
Price
Date

Data Type
Integer Primary Key
Varchar(20)
Varchar(20)
Varchar(20)
Varchar(20)
Money
Varchar(20)

Name
User Name
Credit Card Number
Total Amount
Shipment Amount
Pay Amount

Data Type
Varchar(20)
Varchar(20)
Money
Money
Money

Amount Table

Functional Design

LOGIN
NEW USER
ACCOUNT
MAINTENANCE
SHOPPING CART

SHOPPING

PURCHASING

Interface Design
Visual environments allow the user to intuitively how a thing will work. The user
communicates with the system through web pages.Which ensure that the information is
collected, interpretation stored and retrieved with accuracy and clarity. The screen is the primary
user interface element of any applications where the rest of the application components are
brought and presented to the user. Forms are the User Interfaces.
This system developed interface design very well. Interface must be simple but attractive.
The system contains screens, which are designed in a very user-friendly manner. Initially the user
provided with the main screen called as main. Here different option are available that can be used
to the administrator each having their own tasks.
This GUI guides the user what utility he can use .this GUI contains 6 hyper links, each
hyper links are linked to particular pages, they are
1. Home Page
2. Registration Page
3. Purchase Page
4. Cart Page
5. Product Details
6. Sign Out Page
Home Page contain general page link on the form list. This page contains login
information and new user.
The registration page contains the information about the user which contains username,
mailed, bank name and credit card number.
The user must choose the company name and the product name then only the model of
the particular product will be displayed in the appropriate box.
The cart page contains the product selected by user and it will give the elaborately
description of the product.
The product page contains the product details and product name and color.
The Sign-out page contains the user feedback and sign-out process.

You might also like