Você está na página 1de 9

MY PROJECT

Online Electronic Shopping

DOCUMENTATION
GROUP MEMBER :1. GHODASARA AKSHAY S.
2. VEKARIYA VISHAL D.
3. PARMAR DIGPAL S.

TITLE :ONLINE ELECTRONIC SHOPPING


FRONTEND :PHP
BACKEND :MySql

PREPARED BY :- AKSHAY , VISHAL , DIGPALPage 1

Online Electronic Shopping


CURRENT SYSTEM: Currently the Electronic Shopping working manually
for sales.
They dont have computerized system at present so
they do All work using paper work.
They have manual staff for paper work and maintain
some registers for keeping the record.
Sales register for sales information.
Customers register for customer details.
Stock information maintained on the register by the
staff.

PREPARED BY :- AKSHAY , VISHAL , DIGPALPage 2

Online Electronic Shopping

PROPOSED SYSTEM: The proposed of electronic


product to user.

websites are to sell

The most successful websites are carefully optimized


to archive a high percentage of purchased .
To archive success electronic web-sites need to
integrate all of the latest online closing & up sell
technologies available which have been prove to
increase the chances that a visitor will purchased.
They are many important elements that go into
building a successful web-sites such as a moving
function during the purchasing processor.

INFORMATION GATHERING:1) How many product you sell?


2) How much stock?
PREPARED BY :- AKSHAY , VISHAL , DIGPALPage 3

Online Electronic Shopping


3) How to customer show your all product online?
4) How to remember all product specification and
description?
5) How to generate invoice?
6) How to promote your business?
7) How to phase your address?
8) How to set the discount offer on different product?
9) How to include tax in invoice?
10) How to filter product easily?
11) How to store all customer data?
12)
How to find product in your warehouse?
13)
When customer input quantity grater then
available stock then which type of notification should
be display?
14)
How to new product notification send to your
customer?

DATABASE -

DESIGN:-

REGISTRATION TABLE:Sr.n
o
1

Fields
Customer_i
d

Dataty
pe
Integer

Siz
e
5

Constraint
Autoincrement

PREPARED BY :- AKSHAY , VISHAL , DIGPALPage 4

Descriptio
ns
Customer_id

Online Electronic Shopping


2

Name

Varchar

50

,primarykey
Not-null

3
4
5
6
7

Password
Gender
Contact_no
Pincode
Address

Varchar
Varchar
Varchar
Varchar
Varchar

8
1
10
6
150

Not-null
Not-null
Not-null
Not-null
Not-null

Customer
name
Password
Gender
Contact no
City pincode
Address

PRODUCT TABLE:Sr.n
o
1

Fields
Product_id

Dataty
pe
Integer

siz
e
3

Constartion

Category

Varchar

10

Autoincrement
,primary key
Not-null

Model_name

Varchar

30

Not-null

Model_img

Varchar

30

Not-null

Model_speim
g

Varchar

30

Not-null

Prize

Int

Not-null

Quantity

Int

Not-null

Descriptio
n
Product id

Product
category
Model
name
Model
image
Model
specificatio
n image
Prize
Model
quantity

ORDER TABLE:Sr.n
o
1

Fields
Customer_i
d

Dataty
pe
Interger

siz
e
3

Constartion
Foreign
key(registratio
n)

PREPARED BY :- AKSHAY , VISHAL , DIGPALPage 5

Descriptio
n
Customer
id

Online Electronic Shopping


2

Product_id

Integer

Order_id

Integer

Category

Varchar

10

Varchar

30

Model_nam
e
Prize

Int

Foreign
Product id
key(product)
Primary key,
Order id
auto-increment
Not-null
Product
category
Not-null
Model
name
Not-null
Prize

Quantity

Int

Not-null

Total

Int

Not-null

siz
e
3

Constartion

Model
quantity
Order total

BILL TABLE:Sr.n
o
1

Fields
bill_id

Dataty
pe
Integer

Order_id

Integer

Name

Varchar

30

Foreign
key(order)
Not-null

Category

Varchar

10

Not-null

Varchar

30

Not-null

Model_nam
e
Prize

Int

Not-null

Quantity

Int

Not-null

Total

Int

Not-null

Primary key

TEMP TABLE:-

PREPARED BY :- AKSHAY , VISHAL , DIGPALPage 6

Descriptio
n
Product id
Order id
Customer
name
Product
category
Model
name
Prize
Model
quantity
Order total

Online Electronic Shopping


Sr.n
o
1

Fields

siz
e
3

Constartion

bill_id

Dataty
pe
Integer

Order_id

Integer

Name

Varchar

30

Foreign
key(order)
Not-null

Category

Varchar

10

Not-null

Varchar

30

Not-null

Model_nam
e
Prize

Int

Not-null

Quantity

Int

Not-null

Total

Int

Not-null

Dataty
pe
Integer

siz
e
3

Constartion

Primary key

Descriptio
n
Product id
Order id
Customer
name
Product
category
Model
name
Prize
Model
quantity
Order total

FEEDBACK TABLE:Sr.n
o
1

Fields

Email

Varchar

50

Feedback

Varchar

150 Not-null

Customer_i
d

Foreign
key(registratio
n)
Not-null

PREPARED BY :- AKSHAY , VISHAL , DIGPALPage 7

Descriptio
n
Customer_i
d
Email
Feedback

Online Electronic Shopping


SCREEN - SHOTS:-

PREPARED BY :- AKSHAY , VISHAL , DIGPALPage 8

Você também pode gostar