Download as pdf or txt
Download as pdf or txt
You are on page 1of 68

A AMPICS LIBRARY

Project Report
On
Submitted To
B.C.A Department Online Cloth Shopping
Aacharya Motibhai Patel Institute of Computer Studies,
Ganpat University,
Kherva.

Developed For Developed By


Jay Ambe Selection, Group No :- D31
Mens Wear, Ravi Patel(11032211207)
Patel Chambers, Vasant Patel(11032211231)
Mansa – 382845
Dist - Gandhinagar
Internal Guide By
Page 1 of 68
JignaB.Prajapati Page No: 1
AMPICS LIBRARY

PROJECT PROFILE
o Project Title Online Cloth Shopping

o Develop For Jay Ambe Selection

o Objectives To Make It Globalize

o Front-End Tool Asp. Net With VB (Visual Studio-2010)

o Back-End Tool Sql Server Express Edition 4.0

o Institute Ampics(Ganpat University)


o Project Guide Jigna B.Prajapati(Internal Guide)

o Tools Photoshop

o Devoloper By Patel Ravi -( 11032211207)


Patel Vasant -(11032211231)

o Group No D31 Page 2 of 68


AMPICS LIBRARY

ABOUT ORGANIZATION
Jay Ambe Selection,
Mens Wear,
Patel Chambers,
Mansa – 382845,
Gujarat,
India.
Ph. No. - +919904151986

Jay Ambe Selection is Establish in 2008.It’s


Owner Name is Meghabhai Jani. Jay Ambe
Selection is in a Online Retail Business of Mens
Wear. It has a wide range of Mens Wear with lots
of variety. Page 3 of 68
Page No: 3
AMPICS LIBRARY

EXISTING SYSTEM

 Jay Ambe Selection is in the Retail Business of


Men’s Cloths.
 There are many Varieties of,Shirts,Pants,T-
shirts Jeans, Cotton Clothes, Formal,Cargo,Rowdy,
Balloon, Summer Coat.
 Presently there are 10 Workers in this Shop.
 Customer Satisfaction is the Moto of this Shop.
 The Sales entries are Recorded in Notebook.
 There is also Replacement Policy.
 It is time consuming process.
 It is costly process.

Page 4 of 68
AMPICS LIBRARY

EXISTING SYSTEM
 Currently this system is not available online.
 It is work in manually.
 It is defcult search in data.
 It is work very slowly so the customer are
requirements not satisfied.
 Customer have to wait in queue for purchase the
cloth.
 If there are unsold items, they are returned back
to the Supplier.
 All the Varieties are available in all the Sizes at all
the time.

Page 5 of 68
AMPICS LIBRARY

NEED FOR NEW SYSTEM


Take less time.

Buyer has no need to come at any specific


location to make Purchase. Buyer can buy from
any location.

It’s fast.

By this new system, maximum person can come


to know about product in short duration
compare to old system.
Page 6 of 68
Page No: 6
AMPICS LIBRARY

HARDWARE & SOFTWARE


REQUIREMENTS

No7:of 68
Page Page 7
AMPICS LIBRARY

SERVER SIDE
Hardware Specification :
o Processor Intel Core i3 or above
o RAM 1 GB RAM
o HDD 80GB

Software Specification :

o OS Windows 7 or above
o Framework .NET Framework 4.0
o IIS Web Application
o Database SQL Server 2005
Page 8 of 68
Page No: 8
AMPICS LIBRARY

CLIENT SIDE
Hardware Specification :
o Processor Core 2 Duo or above
o RAM 256 RAM
o HDD 20GB

Software Specification :

o OS Windows XP or above

o Browser Internet Explorer 6.0 or above

Page 9 of 68
Page No: 9
AMPICS LIBRARY

SYSTEM FLOW CHART

Page 10 of 68
AMPICS LIBRARY

ADMIN
Start

User name
password

Verify No
Login

Yes

Profile view manage

Product manage

A Page 11 of 68
AMPICS LIBRARY

Manage order

Manage Bill

Manage view feedback

Stop

Page 12 of 68
AMPICS LIBRARY

USER
Start

View product
information

If
No Purchase
product
?
Yes

If
No
register Regestered
?
Yes

Stop A Page 13 of 68
AMPICS LIBRARY
A

User name
password

Verify No
login

Yes

View profile

Order product

Page 14 of 68
AMPICS LIBRARY

Give Bill

Give Feedback

Stop

Page 15 of 68
AMPICS LIBRARY

DATA FLOW DIAGRAM

Page 16 of 68
AMPICS LIBRARY

ZERO LEVEL DATA FLOW


DIAGRAM
0.0
Online
Product information Product information
Cloths
ADMIN Shopping
USER
User,order Order details
System

Page 17 of 68
AMPICS LIBRARY

FIRST LEVEL DFD FOR ADMIN SIDE

Page 18 of 68
AMPICS LIBRARY

Request for login Login details


1.0
login ADM_MST
Verifed login Verifed login
details
Login Detail

New product details 2.0 Product details


Manage
Product PROD_MST
Update product info Update product
details
Product Detail

Request for
coustomer details 3.0 Modify user
Manage
User CUST_MST
Coustomer details Modify coustomer
details
User Detail
ADMIN
Order conform
Order conform 4.0
Manage Order_MST
Order information Order Order details
Page 19 of 68
AMPICS LIBRARY

Order Detail

ADMIN Bill details


5.0 BILL_MST
Bill id Generate
Bill Bill information
Bill details

Bill Detail

Request
to view feedback 6.0 FEED_MST
View Feedback
Feedback information
Get feedback

Feedback Detail

Report Info
7.0 REPORT
Report
Get report

Page 20 of 68
AMPICS LIBRARY

FIRST LEVEL DFD FOR ADMIN SIDE

FIRST LEVEL DFD FOR USER SIDE

Page 21 of 68
AMPICS LIBRARY

View product
1.0
View PROD_MST
Product information product
Product info

Product Detail

Login Info 2.0


Login Info
Register
USER and CUST_MST
Login Login details
Login info

Product Detail

Product info
3.0 PROD_MST
Select
Product info Product

Page 22 of 68
AMPICS LIBRARY

USER

Order details
Give order details 4.0
Order
ODER_MST
product
Order details Order information

Bill details
Request for bill
5.0 BILL_MST
Get bill
Bill info
Get bill details

Feedback information
6.0 FEED_MST
feedback feedback
Response of feedback
Page 23 of 68
AMPICS LIBRARY

E-R DIAGRAM

Page 24 of 68
AMPICS LIBRARY

Page 25 of 68
AMPICS LIBRARY

DATA DICTIONARY

Page 26 of 68
AMPICS LIBRARY

1.ADM_MAST

filedname Datatype(size) constrain dec


AdminId Int(5) Primary Key Enter user name
password Nvarchar(20) Not null Enter the password

Page 27 of 68
AMPICS LIBRARY

2.PROD_MAST

filedname Datatype(size) Constrain Dec

pid Int(5) Primary key Enter the pid

name Nvarchar(20) Not null Enter the name

imageurl Nvarchar(20) Not null Enter the imageurl

q_string Nvarchar(20) Not null Redirect order

price Nvarchar(20) Not null Enter the price

Page 28 of 68
AMPICS LIBRARY

3.CUST_MAST

filedname Datatype(size) Constrain Dec


custid Int(5) Primary key Enter the user id
custname Nvarchar(20) Not null Enter first name
Gender Nvarchar(10) Not null Enter genred
address Nvarchar(50) Not null Enter address
city Nvarchar(30) Not null Enter the city
district Nvarchar(30) Not null Enter the district
state Nvarchar(20) Not null Enter the state
pin no Nvarchar(6) Not null Enter pin code
Contno Nvarchar(10) Not null Enter the contact
email id Nvarchar(50) Not null Enter the id
user name Nvarchar(20) Not null Enter user name
password Nvarchar(30) Not null Enter password

Page 29 of 68
AMPICS LIBRARY

4.ORDER_MST

filedname Datatype(size) Constrain Dec


Ordid Int(5) Primarykey Enter the order id
custid Int(5) Foreign key Enter custid
pid Int(5) Foreign key Enter user pid
Date Date _ Enter the date
quntity Nvarchar(20) Not null Enter the quality
totalamt Nvarchar(20) Not null Enter the total
price Nvarchrar(20) Not null Enter the price

Page 30 of 68
AMPICS LIBRARY

5.BILL_MST
filename Datatype(size) Constrain Dec

billid Int(5) Primary key Enter billid

ordid int5) Foreign key Enter the order id

custid Int(5) Foreign key Enter custid

date date Not null Enter the date

cash Nvarchar(50) Not null Enter cash

totalamt Nvarchar(50) Not null Enter totalamount

Page 31 of 68
AMPICS LIBRARY

6.FEED_MST

filedname Datatype(size) Constrain Dec


fid Int5) primarykey Enter the fid
custid Int(5) Foreign key Enter the custid

feedback Nvarchar(20) Not null Enter the feedback


date Date Not null Enter the date

Page 32 of 68
AMPICS LIBRARY

PROCESS ALGORITHEM

Page 33 of 68
AMPICS LIBRARY

USER SIDE ALGORITHEM


Step 1 : Start
Step 2: View Product Information
Step 3: If Paruche Product ? Yes go to Step-4 Otherwise go to Step-12
Step 4: If Register ? Yes Then go to Step-5 Otherwise go to Step-4.1
Step 4.1: Fill Up Register ? Form
Step 5: Input Username And Password
Step 6: Verify Login ? Then go to Step-7 Otherwise go to Step-5
Step 7: View Profile
Step 8: Give The Order

Page 34 of 68
AMPICS LIBRARY

ADMIN SIDE ALGORITHEM


Step 1: Start
Step 2: Input Username Password.
Step 3: If You Login Is Authentic Then go to Step-4 Use go to Step-2
Step 4: Mange Profile.
Step 5: Product Mange.
Step 6: Mange Order.
Step 7: Mange bill .
Step 8: Mange Feedback.
Step 9: Stop.
Step 10: Give bill .
Step 11: Give Feedback
Step12 : Stop
Page 35 of 68
AMPICS LIBRARY

PROCESS DESCRIPTION

Page 36 of 68
AMPICS LIBRARY

USER SIDE DESCRIPTION


PRODUCT
In this process user can see the only product but not change the
details products and image they can’t modify.

REGISTETION AND LOGIN


This process verify the name and password and he can register
in site authenticate login and password user the various functions.

SELECT PRODUCT
In this process user only see and select the product for give
the order.

ORDER PRODUCT
In this process user give the order.
GENRATE BILL
In this process admin see the order details and give bill details
after he give the conformation message and he is genrate the bill store the
Page 37 of 68
information bill_mst.
AMPICS LIBRARY

ADMIN SIDE DESCRIPTION


LOGIN
This process verifies username & password for admin on
authenticate login password Admin can redireat to the various function.

MANAGE PRODUCT
In this process admin is managing the product and new product
information update Details in prod_mst.

MANAGE USER
In this process admin manage the user and update user details in
cust-mst.

MANAGE ORDER
In this process admin manage the order he can view the order
details and shipment details after he give the conformation message send
Page 38 of 68

the user.
AMPICS LIBRARY

GENRATE BILL
In this process admin see the order details and shipment
details after he give the conformation message and he is genrate the bill
store the information bill_mst.

MANAGE FEEDBACK
In this process admin can view the feedback.

Page 39 of 68
AMPICS LIBRARY

INPUT DESIGN FOR


USER SIDE

Page 40 of 68
AMPICS LIBRARY

Page 41 of 68
AMPICS LIBRARY

Page 42 of 68
AMPICS LIBRARY

Page 43 of 68
AMPICS LIBRARY

Page 44 of 68
AMPICS LIBRARY

Page 45 of 68
AMPICS LIBRARY

Page 46 of 68
AMPICS LIBRARY

Page 47 of 68
AMPICS LIBRARY

Page 48 of 68
AMPICS LIBRARY

INPUT DESIGN FOR


ADMIN SIDE
Page 49 of 68
AMPICS LIBRARY

Page 50 of 68
AMPICS LIBRARY

Page 51 of 68
AMPICS LIBRARY

OUTPUT DESIGN
FOR USER SIDE
Page 52 of 68
AMPICS LIBRARY

Page 53 of 68
AMPICS LIBRARY

Page 54 of 68
AMPICS LIBRARY

OUTPUT DESIGN
FOR ADMIN SIDE
Page 55 of 68
AMPICS LIBRARY

Page 56 of 68
AMPICS LIBRARY

Page 57 of 68
AMPICS LIBRARY

Page 58 of 68
AMPICS LIBRARY

Page 59 of 68
AMPICS LIBRARY

Page 60 of 68
AMPICS LIBRARY

Page 61 of 68
AMPICS LIBRARY

TESTING

Page 62 of 68
AMPICS LIBRARY

Testing is a process of executing with the explicit information


of finding error that making in the program.

Code Testing : -
The code – Testing strategy examines the logic of program.
The analyst develops test case result in executing every instruction in the
Module. Every part of the program is tested.

Unit Testing : -
Unit Testing Focuses first on the modules independently
Of one another to locate errors. This enables the tester to detect error in
Coding and logic that are contained within that program alone the test
Case needed for unit testing should exercise each condition and option.

unit can be performed from button up starting with the


Smallest and lowest proceeding at a time.

Page 63 of 68
AMPICS LIBRARY

Validation Testing : -

Validation testing provides final assurance that system


Meets all input requirements or not. validation testing like phone
number , number value , only character etc.

Page 64 of 68
AMPICS LIBRARY

IMPLIMENTAION REVIEW

 After the system is implemented and conversion is complete,


user usually conducts a review of the system.
 In this system all Requirements are fulfills.
 The user can easily insert, update and delete the record in
efficient way. The Admin can easily insert, update and delete
the record in efficient way.
 This system is user-friendly and easily understands.
 User can view the Purchase Report and Sales Report So; user.
can speedily work in this system.
 If the performance level of users has improved.

Page 65 of 68
AMPICS LIBRARY

FUTURE ENHANCEMENT

There is one segment named lab unit needed computer system to


improve work. In this system , we tired to make a simple application
for user. We can change our System day by day as per user
requirements will be changed. In future , we want to implement
below point in our system.

We are deliver the product to add to card.


We are give the order for multi product at a time.

Page 66 of 68
AMPICS LIBRARY

BIBLOGRAPHY

Microsoft Asp. Net :-


Author Name :- Shyam N Chavla
Publisher Name :-Nirav Prakashan

Websites :-
www.fuction.com
www.fricard.com
www.asopalv.com
www.colthselection.com
www.clothing.com

Page 67 of 68
AMPICS LIBRARY

Page 68 of 68

You might also like