49
OF COMPUTER STUDIES ,GANPAT UNIVERSITY, GANPAT VIDYANAGAR-384012 Internal Guide:-Ms.Aruna Gurjar Developed By:-(Group No-50) Chauhan Geetesh.R (13034212005) E-Auction A Project Report On

A CHARYA M OTIBHAI P ATEL I NSTITUTE O F C OMPUTER S TUDIES,G ANPAT U NIVERSITY, G ANPAT V IDYANAGAR -384012 Internal Guide:-Ms.Aruna Gurjar Developed

Embed Size (px)

Citation preview

ACHARYA MOTIBHAI PATEL INSTITUTE OF COMPUTER

STUDIES ,GANPAT UNIVERSITY, GANPAT VIDYANAGAR-384012

Internal Guide:-Ms.Aruna GurjarDeveloped By:-(Group No-50)Chauhan Geetesh.R (13034212005)Kalet Jitendra.A (13034212013)

E-AuctionA Project Report On

PROJECT PROFILE Project Name :-E-Auction Objective:- User can sell online three product like

mobile,jwellery,car for any where .User can buy product online reasonable price .Many user can bid online.E-commerce facility can be easily applied.

Submited to :-Acharya Motibhai Patel Institute Of Computer Studies MCA College.

FrontEnd :- PHP 5.2 WAMP server 2.0 BackEnd :- Mysql2.1 Use Tools :- Micromedia Dreamviewer 8.

REQUIREMENT AND SPECIFICATION

EXISTING SYSTEM

Options

onlineauction.com E-auction

User FriendlyLayout

NO YES

Multiple Bid in single time

NO YES

Direct Sale No YES

PROBLEMS STATEMENT

Designing not show userfriendly.

User need to wait for bid process to sell.

Sell product not display with proper detail.

NEED FOR NEW SYSTEM

Designing show userfriendly.

User can’t wait for bid process to sell.

Sell product display with proper detail.

MODULES&FUNCTION SPECIFICATION

Manage Auction ProductUser ManagementManage BidManage Order Manage News LetterProduct CommentsFeed Back

HARDWARE & SOFTWARE REQUIREMENT

SERVER SIDE

Hardware Requirement

Processer:-Pentium IV or Latest

RAM:-512MB

HDD:-2GB Free Space on Hard Disk Software Requirement

Operating System:-Window XP (Sp2) and All Window base.

Runtime Environment:-PHP 5.2WAMP Server

Database server:- MySQL 2.1

Hardware Requirement

Processer:- Pentium IV or Latest

RAM:- 512MB

HDD:- 2GB Free Space on Hard Disk

Software Requirement

Operating System:-Window XP (Sp2) and All Window base.

Browser:- Internet Explorer 5.0 or compatible web

browser

HARDWARE & SOFTWARE REQUIREMENT

CLIENT SIDE

USECASE DIAGRAM

ACTIVITY DIAGRAM OF USER

ACTIVITY DIAGRAM OF ADMIN

SEQUENCE DIAGRAM

17E-Auction

Admin

:Login:Manage User

:Manage Product

Manage Order

Manage Newsletter

:Manage feedback

Login

ManageUser

ManageProduct

ManageOrder

Manage Newsletter

Manage Feedback

Database

x x x x x x

Login Successfully

UserManage

Product Manage

Order Manage

Newsletter Manage

Feedback manage

Sequence Diagram For Admin

Reg_User

:Login.View product

Sell product

Order booking

Bid Apply

Sell Product

Order booking

Bid Apply

Give feedback

Database

x x x x x

:Reg

RegisteredSuccessfully

Sell product

Manage order

Manage bid

Give feedback

Give feedback

x

Reg.

Login Successfully

loginView

product

Sequence Diagram For User

COLLABORATION DIAGRAM

Admin

1.Enter user name & Password

Manage User

Manage Product 8

.manage product

7.s

end

New

slet

ter

Manage Newsletter

6. Manage Bid

Manage Bid

Manage Order

Manage Feedback

4.M

anage feed

back

5.Manage Order Login

Collaboration Diagram for Admin

2.varify

3

.man

age

user

Bid Apply Order booking

5.Order booking

6.Apply a bid.

Get newsletter

Login Registration

3.Enter username&Password4.Read new

sletter.

Give feedback

7.Send a feedback

Sell product

8.Sell a product.9.View all product.

View Product

1.Add user detail

2.Acknowledgement

Collaboration Diagram for User

4.varify

CLASS DIAGRAM

User

Category

**

1

Man

ag

e

1

-UserId+Username+Password

+view()+Upload()+Add()+Delete()

+Login

Manage Product -Prod_id

+UserId+cat_idSetdetails()

Getdetails()

Manage Bids

-Bid_id+Prod_name+price

Order

-Order_id+Prod_id+User_id+Price

1 Manage *1 *Has

*

1

1

Setdetails()Getdetails()

Setdetails()Getdetails()Setdetails()

Getdetails()

*1

Has

Manage

1

*

Class Diagram

-Feed_id+User_id+Prod_id

Feedback

1Manage

-Cat_id+Cat_name+Prod_id

Setdetails()Getdetails()

DATA DICTIONARY

ADMIN_TBLField Name

Data Type Size Constraint Description

Admin_id Integer 11 Primary Key It contain Admin ID

User_name Varchar 25 Not null It contain Admin

Username

Password Varchar 15 Not null It contain Admin

Password

CUST_MSTField Name

Data Type Size Constraint Description

U_id Integer 11 Primay key It contain user id

Name Varchar 50 Not null It contain user Full Name

Email_id Varchar 50 Not null It contain user Email id

Phone_no Integer 12 Null It contain user Phone number

Mobile_no Integer 10 Not null It contain user Mobile

number

Address Varchar 100 Not null It contain user Address

City Varchar 25 Not null It contain user City

Field Name Data Type Size Constraint Description

District Varchar 25 Not null It contain user District

State Varchar 25 Not null It contain user State

Country Varchar 25 Not null It contain user Country

Pin Integer 6 Not null It contain user Pin number

DOB Date Not null It contain user Date of Birth

Gender Varchar 1 Not null It contain user Gender

User_name Varchar 25 Not null It contain username

Password Varchar 25 Not null It contain user Password

Nationality Varchar 15 Not null It contain user nationality

PRODUCT_TBLField Name

Data Type Size Constraint Description

Pro_id Integer 11 Primary Key It contain Product Id

U_id Integer 11 FK It contain User Id

Cat_id Integer 11 FK It contain category id

image Varchar 255 Not null It contain Product Image

Approx_price

Double Not null It contain Product Approx price

Pro_name Varchar 25 Not null It contain Product Name

Model_no Varchar 25 Null It contain Product Model No

size Varchar 25 Null It contain Product Size

Field Name Data Type Size Constraint Description

Weight Float 25 Not null It contain Product weight

Height Float 25 Not null It contain Product Height

Pur_bill Varchar 1 Not null It contain Product

purchase bill

Warranty Varchar 1 Not null It contain Product

warranty

Add_pro_date

Date Not null It contain Product add

date

Accesory Varchar 255 Not null It contain Product with

accesory

Direct_sell Varchar 1 Not null It contain Product direct

sell

Description Varchar 255 Not null It contain Product

description

Used_months Integer 3 Not null It contain Product used

month

BID_TBLField Name

Data Type Size Constraint Description

Bid_id Integer 11 Primary Key It contain Bid id

U_id Integer 11 FK It contain user id

Pro_id Integer 11 FK It contain product id

Price Double Not null It contain price

Datetime Datetime Not null It contain date&time

CATEGORY_TBLField Name Data Type Size Constraint Description

Cat_id Integer 11 Primary key It contain category id

Cat_name Varchar 25 Not null It contain category name

status Varchar 1 Not null It contain category status

GALLERY_TBLField Name

Data Type Size Constraint Description

Gal_id Integer 11 Primary Key It contain gallery id

Path Varchar 255 It contain product path

COMMENT_TBL

Field Name

Data Type Size Constraint Description

Comm_id Integer 11 Primary Key It contain comment id

Pro_id Integer 11 FK It contain Product id

U_id Integer 11 FK It contain user id

Comm_msg

Varchar 255 Not null It contain comment messege

Datetime Datetime Not null It contain comment date&time

FEED_TBL

Field Name Data Type Size Constraint Description

Feed_id Integer 11 Primary Key

It contain feed back id

U_id Integer 11 FK It contain user id

Pro_id Integer 11 FK It contain product id

Email_id Integer 50 FK It contain email id

Feed_msg Text Not null It contain messege

Datetime Datetime Not null It contain date&time

HOME PAGE

REGISTRATION PAGE

LOGIN PAGE

ADD PRODUCT

MY PRODUCT

BID PRODUCT

CONTACT PAGE

ADMIN HOME PAGE

ADMIN LOGIN PAGE

ADMIN MANAGE USER

ADMIN MANAGE PRODUCT

VIEW FEEDBACK

COMMENT PAGE

CHANGE ADMIN PASSWORD

THANK YOU.