Plant Nursery

Embed Size (px)

Citation preview

  • 8/11/2019 Plant Nursery

    1/33

    Green Gujarat Nursery

    Guided By:

    Mr. Vivek Joshi

    Prepaid By:Name : Lakhan YogiBranch: I.TSem: 7thEnrl No: 110443116003

    C.U. SHAH Collage ofEngineering Technology

  • 8/11/2019 Plant Nursery

    2/33

    INTRODUCTION A nurseryis a place where plantsare spread

    and grown to usable size.

    They include retailnurseries which sell to thegeneral public,

    wholesalenurseries which sell only tobusinesses such as other nurseries and tocommercial gardeners,

    private nurseries which supply the needs of

    institutions or private estates. Some retail and wholesale nurseries sell by

    using E-Business.

    http://en.wikipedia.org/wiki/Planthttp://en.wikipedia.org/wiki/Retailhttp://en.wikipedia.org/wiki/Wholesalehttp://en.wikipedia.org/wiki/Gardenerhttp://en.wikipedia.org/wiki/Gardenerhttp://en.wikipedia.org/wiki/Gardenerhttp://en.wikipedia.org/wiki/Wholesalehttp://en.wikipedia.org/wiki/Retailhttp://en.wikipedia.org/wiki/Plant
  • 8/11/2019 Plant Nursery

    3/33

    SCOPE

    The different areas where we can use thisapplication .

    can be used in office, house, collages ,hospitals.

    It providing better search experience forthe users.

  • 8/11/2019 Plant Nursery

    4/33

    PURPOSE

    Purpose of the project is to create aPlant Nursery system which sorts the

    administrators, and users. User can buy the plants , pots, fertilizer

    etc. online

    Administrators are allowed to serach andinsert edit update plant ,pots Details .

    Administrator can manage the webstiesand users.

  • 8/11/2019 Plant Nursery

    5/33

    Hardware requirements

    Processor like Intel core,Core 2 dual, Pentium 4etc.

    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.

  • 8/11/2019 Plant Nursery

    6/33

    Activity Diagram

  • 8/11/2019 Plant Nursery

    7/33

    Activity Diagram Form Admin

    Final State

    Activity Diagram Form User

    Intial State

  • 8/11/2019 Plant Nursery

    8/33

    Use Case Diagram

  • 8/11/2019 Plant Nursery

    9/33

  • 8/11/2019 Plant Nursery

    10/33

    1

    1

    1

    1

    M

    1

    M

  • 8/11/2019 Plant Nursery

    11/33

    Context Level Diagram

  • 8/11/2019 Plant Nursery

    12/33

    Admin

    Green GujaratNusery

    User

    Login

    Get the inquire &

    feedback of user

    Get the

    Plant,Pots, etc.

    Details

    Login

  • 8/11/2019 Plant Nursery

    13/33

    FLOW CHART FOR ADMIN

  • 8/11/2019 Plant Nursery

    14/33

    Start

    Home

    Login

    Enter id &

    password

    Valid?No

    Replay QuerySearch Plants Manage

    Log out

    Yes

    End

  • 8/11/2019 Plant Nursery

    15/33

    FLOW CHART FOR USER

  • 8/11/2019 Plant Nursery

    16/33

    Start

    Home

    Login

    Enter id &

    password

    No

    RegistrationNo

    Yes

    Already

    Registered?

    Valid?

    Manage

    UserSearch

    Plants

    Change

    Password

    Disable

    Login

    Log out

    End

    Yes

  • 8/11/2019 Plant Nursery

    17/33

    CFD(Control FLOW DIAGRAM)FOR Admin

  • 8/11/2019 Plant Nursery

    18/33

    Admin1.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

  • 8/11/2019 Plant Nursery

    19/33

    CFD FOR USER

  • 8/11/2019 Plant Nursery

    20/33

    USER

    1.0Registration

    2.0Log 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

  • 8/11/2019 Plant Nursery

    21/33

    DFD (DATA FLOW DAIGRAM)

  • 8/11/2019 Plant Nursery

    22/33

    Green

    Gujarat

    SystemUser

    Admin

    AuthenticationSuccessful

    login

    Successful

    login

    Authentication

    LEVEL-0

    ADMIN SIDE 0 LEVEL

  • 8/11/2019 Plant Nursery

    23/33

    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_PASSINSERT EDIT

    UPDATEA_ID &

    A_NAMEPassword

    changed

    A_ID & A_PASS

    VERIFED

  • 8/11/2019 Plant Nursery

    24/33

    USER SIDE 1ST LEVELUSER

    1.0

    Registratio

    n

    User detail

    Sucessfully

    Registration

    userValid 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

  • 8/11/2019 Plant Nursery

    25/33

    DATA DICTIONARY

  • 8/11/2019 Plant Nursery

    26/33

    TABLE NAME: USER

    NAME OF FIELD TYPE SIZE Description

    U_id Varchar 50 Primary Key ,Not Null

    U_nameVarchar

    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

  • 8/11/2019 Plant Nursery

    27/33

    TABLE NAME: PlantNAME OF FIELD TYPE SIZE Description

    p_id Varchar 50 Primary Key

    P_name varcar 25 Not Null

    P_categoryVarchar

    25FK

    P_Type Varchar 25FK

    P_PriceVarchar

    25FK

    P_SizeVarchar

    2 Null

    P_DiscriptionVarchar Not Null

  • 8/11/2019 Plant Nursery

    28/33

    TABLE NAME: FeedbackNAME OF FIELD TYPE SIZE Description

    F_id Varchar 50 Primary Key

    F_nameVarchar

    50 Not Null

    F_date DatetimeNot Null

    F_discriptionVarchar

    50Not Null

    F_emaild Varchar 10Not Null

  • 8/11/2019 Plant Nursery

    29/33

    TABLE NAME: CATEGORYNAME OF FIELD TYPE SIZE Description

    categoryId Varchar 50 Primary Key, Not Null

    categoryName Varchar 50

  • 8/11/2019 Plant Nursery

    30/33

    TABLE NAME: PotsNAME OF FIELD TYPE SIZE Description

    Pots_idVarchar

    50 Primary Key, Not Null

    Pots_Type

    Varchar

    25 Not Null

  • 8/11/2019 Plant Nursery

    31/33

    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

  • 8/11/2019 Plant Nursery

    32/33

    TABLE NAME: ADMINNAME OF FIELD TYPE SIZE Description

    A_id Varchar 50 Primary Key, Not Null

    A_name Char 25

    A_password varchar 50

  • 8/11/2019 Plant Nursery

    33/33