Вы находитесь на странице: 1из 33

Green Gujarat Nursery

Guided By:
Mr. Vivek Joshi
Prepaid By:
Name : Lakhan Yogi
Branch: I.T
Sem: 7th
Enrl No: 110443116003

C.U. SHAH Collage of
Engineering Technology
INTRODUCTION
A nursery is a place where plants are spread
and grown to usable size.
They include retail nurseries which sell to the
general public,
wholesale nurseries which sell only to
businesses such as other nurseries and to
commercial gardeners,
private nurseries which supply the needs of
institutions or private estates.
Some retail and wholesale nurseries sell by
using E-Business.
SCOPE
The different areas where we can use this
application .
can be used in office, house, collages ,
hospitals.
It providing better search experience for
the users.
PURPOSE
Purpose of the project is to create a
Plant Nursery system which sorts the
administrators, and users.
User can buy the plants , pots, fertilizer
etc. online
Administrators are allowed to serach and
insert edit update plant ,pots Details .
Administrator can manage the websties
and users.


Hardware requirements
Processor like Intel core,Core 2 dual, Pentium 4
etc.
256 MB of RAM or higher
40 GB of Hard Disk Drives or higher
Software requirements
PHP, Wordpress(CMS).
My sql
Web Browsers like Internet Explorer, Mozilla Firefox
etc.
Activity Diagram
Activity Diagram Form Admin
Final State
Activity Diagram Form User
Intial State
Use Case Diagram
1
1
1
1
M
1
M
Context Level Diagram
Admin
Green Gujarat
Nusery
User
Login
Get the inquire &
feedback of user
Get the
Plant,Pots, etc.
Details
Login
FLOW CHART FOR ADMIN
Start
Home
Login
Enter id &
password
Valid?
No
Replay Query
Search Plants Manage
Log out
Yes
End
FLOW CHART FOR USER
Start
Home
Login
Enter id &
password
No
Registration
No
Yes
Already
Registered?
Valid?
Manage
User
Search
Plants
Change
Password
Disable
Login
Log out
End
Yes
CFD(Control FLOW DIAGRAM)
FOR Admin
Admin
1.0
Log in
2.0
Manage User
4.0
Manage
Website
3.0
Change
Password
2.1
View
User
2.2
Disable
User
4.1
View
System
4.2
Disable
System
5.0
Log out
4.1
Add/update
categaroy
CFD FOR USER
USER
1.0
Registration
2.0
Log in
1.1
Fill
Required
Details
2.1
Disable
Login
2.2
View
Details
2.3
Contrac
t
2.4
Search
Plants
2.5
Inquirey
2.6
Feedbac
k
2.7
Change
Password
3.0
Log out
DFD (DATA FLOW DAIGRAM)
Green
Gujarat
System
User
Admin
Authentication Successful
login
Successful
login
Authentication
LEVEL-0
ADMIN SIDE 0 LEVEL
ADMIN SIDE 1st LEVEL
2.0
MANAGE USER
3.0
MANAGE
SYSTEM
4.0
CHANGE
PASSWORD
1.0
LOGIN
USER System Admin
ADMIN
ADMIN
U_ID &
U_NAME
USER
DETAILS
A_ID
&
A_PASS
INSERT EDIT
UPDATE
A_ID &
A_NAME
Password
changed
A_ID & A_PASS
VERIFED
USER SIDE 1
ST
LEVEL
USER
1.0
Registratio
n
User detail
Sucessfully
Registration
user
Valid
2.0
Login
Veify id & password
Verified
Login
3.0
Get
Detials
4.0
Qeury
5.0
Feedbac
k
6.0
Search
Plants
9.0
Change
Password
user user feedback Plants Login
User
Id
&
passw
ord
Get the
required
informati
on
uIid
&pa
ss
Send
Query
to
admin
uid
Give
feedbac
k
Get
the
plants
detais
B_id
U_id
U_id &
passw
ord
Ask for
new
password
DATA DICTIONARY
TABLE NAME: USER
NAME OF FIELD TYPE SIZE Description
U_id Varchar 50 Primary Key ,Not Null
U_name
Varchar

25 Not Null
U_password Varchar 50 Not Null
U_created_date Datetime Not Null
U_email_id Varchar 50 Not null
U_address Varchar 50 Not Null
U_phone_number bigInt Null
U_city Varchar 25 Null
U_state Varchar 25 Null
U_country Varchar 25 Null
U_isActive Varchar Not null
TABLE NAME: Plant
NAME OF FIELD TYPE SIZE Description
p_id Varchar 50 Primary Key
P_name varcar 25 Not Null
P_category
Varchar

25
FK
P_Type Varchar 25
FK
P_Price
Varchar

25
FK
P_Size
Varchar

2 Null
P_Discription
Varchar

Not Null
TABLE NAME: Feedback
NAME OF FIELD TYPE SIZE Description
F_id Varchar 50 Primary Key
F_name
Varchar

50 Not Null
F_date Datetime
Not Null
F_discription
Varchar

50
Not Null
F_emaild Varchar 10
Not Null
TABLE NAME: CATEGORY
NAME OF FIELD TYPE SIZE Description
categoryId Varchar 50 Primary Key, Not Null
categoryName Varchar 50
TABLE NAME: Pots
NAME OF FIELD TYPE SIZE Description
Pots_id
Varchar

50 Primary Key, Not Null
Pots_Type
Varchar

25 Not Null
TABLE NAME: Fertilizer
NAME OF FIELD TYPE SIZE Description
Fertiliz_id Varchar 50 Primary Key
F_name Char 10 Not Null
F_Type Varchar 50 Not null
F_detilas Varchar 50 Not null
TABLE NAME: ADMIN
NAME OF FIELD TYPE SIZE Description
A_id Varchar 50 Primary Key, Not Null
A_name Char 25
A_password varchar 50

Вам также может понравиться