online mobile shopping

Post on 24-Jan-2017

777 Views

Category:

Mobile

2 Downloads

Preview:

Click to see full reader

TRANSCRIPT

[1] Project : onlineshop.com

Internal Guide Nam

Mr. N.S PatelMr.Sanket Patel

Submitted By:

Tilwani Rashmi G.(E No:837)

Internal Guide Name:

Mr. Sanket Patel

[2]

SHREE BANASKANTHA ANJANA PATEL KELAVANI MANDALSANCHALIT A.S.PATEL B.C.A & P.G.D.C.A COLLEGE

(AFFILIATED TO HEMCHNDRACHARYA NORTH GUJARAT UNIVERCITY PATAN)PALANPUR-385001

CERTIFICATETO WHOM SO EVER IT MAY CONCERN

This is to certify that the following students of TYBCA have completed their full time project Titled “Online Mobile Shopping System" satisfactorily fulfill the requirement of TYBCA Hemchandracharya North Gujarat University, Patan, in the

year 2010-2011.

Sr. No Name of the Student: Exam No. 1. Tilwani Rashmi G. 837 Internal Guide Principal:Mr. N.S.Patel, Mr.Sanket.S Patel Mr.Hitesh Patel

Onlineshop.com

Project : onlineshop.com

[3]

Onlineshop.com

Project : onlineshop.com

Index S.R.NO CONTENTS PAGE

NO 1 Project Profile 05 2 Acknowledgement 07 3 Company Profile 09 4 About College 11 5 About University 13 6 Current Manual System 15 7 Project Overview 17 8 Support Technology –

-Back-end Tools. - Front-end Tools

19

9 Requirements – -Software.-Hardware

21

10 Data Dictionary 23 11 Data Flow Diagram 30 12 Screen Layout 37 13 Conclusion 57 14 Bibliography 59

[4]

Onlineshop.com

Project : onlineshop.com

1. PROJECT PROFILE

Project Title Online Mobile Shopping System

Description To make a customer user friendly with online Mobile shopping

Team Size One

Project Guide Mr. N.S PatelMr. S.S Patel

Front-End PHP,HTML,CSS.Java Script.

Back-End PHP MYSQL

Tools Macromedia Dreamweaver 8.

Developed By

Submitted To Shree A.S.Patel B.C.A & P.G.D.C.A Collage

3. COMPANY PROFILE Treasure is a remarkable and unique online shopping website based in India, Banaskantha. Our aim is to make the entire world reach the gigantic treasure of Indian products. We are a symbol of uncompromising quality, proven purity, impeccable workmanship, and transparent pricing. Fields of specialization We deliver an unbeatable offering right from traditional/ethnic Indian designs to products, superior and fair workmanship, logical pricing with easy and fair exchange.

We specialize in using all different products aesthetically appealing giving our customers clear details of different materials used and their respective price as far as possible. Our approach Using a fair conduct principle and consumer–oriented approach in our business, we sincerely believe that people should not regret having dealt with us, and for this reason we make sure that all our product has intrinsic value.

[5]

Onlineshop.com

Project : onlineshop.com

[6]

About Project

Project : onlineshop.com

6. CURRENT MANUAL SYSTEMThe organization in which all the works are done manually the management approve the needs of computerization of work. During the study of existing system following are observed.•As the current system is totally manual. • Due to manually process, it requires more time for Completion of any work•Existing system is manual. So it increases the chances of errors And also increases time needed.•Lots of time consumed for searching customer’s records and other more details• More manpower is required and timely updating is Complicated.•Immediate response to the inquiries is difficult and time Consuming.

Hardware Requirements

128 MB RAM

Minimum 500 MHz processor

Color Monitor

Hard Disk Drive of 20 GB or more

Keyboard

Mouse

[7]

Requirment Of Hardware And Software

Project : onlineshop.com

Software Requirement

Following Packages are required for installation of online shopping System.

Operating System : Windows XP

Database : MYSQL

[8]

About Project

Project : onlineshop.com

[9]

Project Overview

7.PROJECT OVERVIEW Scope of the System   With the help of the project we can reduce the time and the man work for the organization. It can help for the employee to increase their priority for the work for the show-room.  The proposed scope of this system is to reduce the manual work of “TREASURE MOBILE SHOPPING MALL”. This system prevents erroneous work of transaction.  This system provide sharp efficiency and accuracy within necessary validation. By using this System , it helps to manage the ONLINE MOBILE SHOPPING SYSTEM in a proper way.

Project : onlineshop.com

[10]

Data Dictionary

DATA DICTIONARYADMIN LOGIN TABLE Primary key:- ADMIN_ID

Project : onlineshop.com

FIELDNAME DATATYPE DESCRIPTION CONSTRAINTS

ADMIN_ID INT(10) Primary Key Null

USERNAME VARCHAR(255) Login Admin Null

PASSWORD VARCHAR(255) Login Password Null

[11]

1.1 :USER LOGIN TABLE Primary key:- u_id

Data Dictionary

Project : Onlineshop.com

FIELDNAME DATATYPE DESCRIPTION CONSTRAINTS

U_ID INT(10) Primary Key Null

U_TXTUSER VARCHAR(255) Login User Null

U_TXTEMAIL VARCHAR(255) Email Id Null

U_TXTPASS VARCHAR (255) Login Password Null

[12]

Data Dictionary1.1 :

PROFILE TABLE Primary key: - PRO_ID , Foreign Key :- U_ID

Project : onlineshop.com

FIELD- NAME DATATYPE DESCRIPTION CONSTRAINSPRO_ID INT(11) PROFILE ID Null

U_ID INT(11) U_ID Null

U_TXTFIRST VARCHAR(50) First Name Null

U_TXTLALST VARCHAR(50) Last Name Null

U_GENDER VARCHAR(20) User Gender Null

U_DOB VARCHAR(20) User Birthdate Null

U_TXTADD TAXT User Address Null

U_TXTCIT VARCHAR(50) User City Null

U_TXTPIN INT(6) User PinCode Null

U_TXTSTA VARCHAR(30) User State Null

U_TXTCOUN VARCHAR(30) User India Null

U_MOBILE VARCHAR(50) User Mobile Null

[13]

Data Dictionary1.1 :

MOBILE BRAND TABLE  Primary key: - BRAND_ID

Project : onlineshop.com

FIELD- NAME DATATYPE DESCRIPTION CONSTRAINS

BRAND_ID INT(11) Product Id Null

BRAND NAME VARCHAR(50) Product Name Null

[14]

Data Dictionary1.1

PRODUCT TABLE Primary key: - PROD_ID. Foreign key: - BRAND_ID 

Project : onlineshop.com

FIELD- NAME DATATYPE DESCRIPTION CONSTRAINS

PRO_ID INT(11) Profile Id Null

BRAND_ID INT(11) Brand_Id Null

MODEL NAME VARCHAR(50) Model Details Null

KEYFEATU VARCHAR(50) Product Fetures Null

IMAGES VARCHAR(20) Product Images Null

[15]

Data Dictionary1.1

ORDER DETAILS TABLE Primary key: - O_Id , Foreign key: - U_Id 

Project : onlineshop.com

FIELD- NAME DATATYPE DESCRIPTION CONSTRAINS

O_Id INT(11) Order Id Null

U_Id INT(11) User Id Null

MODEL_NAME VARCHAR(100) Model Details Null

QUT INT(11) Quantity Null

PRICE INT(11) Price Null

TOTAL PRICE INT(11) Total Amount Null

[16]

Data Dictionary1.1

CART TABLE  Primary key: - CART_ID , Foreign key: - U_ID ,Foreign key: - PROD_ID

Project : onlineshop.com

FIELD- NAME DATATYPE DESCRIPTION CONSTRAINS

CART_ID INT(11) Cart Id Null

U_ID INT(11) User Id Null

PROD_ID INT(11) Product Id Null

MODEL VARCHAR(225) User Login Null

PRICE VARCHAR(125) Price Null

QUT VARCHAR(25) Quantity Null

TOTAL VARCHAR(25) Total Amount Null

[17]

Data Dictionary1.1

FEEDBACK TABLE Primary key :- FeedId

Project : onlineshop.com

FIELD- NAME DATATYPE DESCRIPTION CONSTRAINS

FEEDID INT Feedback Not Null

DATE SMALLDATETIME Date & time Not Null

NAME VARCHAR(50) User name Null

ADDRESS VARCHAR(MAX) User address Null

EMAIL VARCHAR(50) User address Null

CITY VARCHAR(50) User city Null

CONTACT NUMERIC(12,0) User contact Null

DETAIL VARCHAR(MAX) User information Null

CHECKED NCHAR(6) Check information Null

[18]

Data Dictionary1.1

TBLCOMPLAIN TABLE

Project : onlineshop.com

FIELD- NAME DATATYPE DESCRIPTION CONSTRAINS

DATE SMALLDATETIME Date & time Not Null

NAME VARCHAR(35) User name Null

EMAIL VARCHAR(35) User address Null

NUMERIC(10,0) Mobile No Null

ADDRESS VARCHAR(70) User address Null

TITLE VARCHAR(80) Title Null

DETAIL VARCHAR(MAX) User information Null

CHECKED NCHAR(3) Check information Null

Data Flow DiagramINQUIRY DETAIL

[19] Project : onlineshop.com

Online Mobile

Shopping System

Admin

Requested Detail

Updation /Order realise

User

Request registration/order

Response

Context

Level

DFD

[20]

Data Flow Diagram

Project : onlineshop.com

[21]

Data Flow Diagram

Project : onlineshop.com

[22]

Data Flow Diagram

Project : onlineshop.com

Second Level DFD for process 3.0(Add/Remove Category)

CategoryManagement

2.1

Update Category

2.2

View Category

2.3

Admin Insert Category detail

category

Category Information

Updated Information

Store Category

[23]

Data Flow Diagram

Project : onlineshop.com

Second Level DFD for process 3.0(Add/Remove Product)

ProductManagement

3.1

Update Product

3.2

View Product3.3

AdminProduct

Product Information

Updated Information

[24]

Data Flow Diagram

Project : onlineshop.com

Second Level DFD for process 4.0(Add/Block Admin User)

Creating User4.1

Lock User4.2

Adminudetails

User Information

Verifying & Locking User

Verifying & Creating User

[26]

Data Flow Diagram

Project : onlineshop.com

Second Level DFD for process 8.0(Registration)

Verification8.1

Creating A/C8.2

Userudetails

Reply

Storing user details

Verifying the A/c’s

Accessing A/C8.3

[27]

Data Flow Diagram

Project : onlineshop.com

Second Level DFD for process 9.0(Placing Order)

VerificationOf A/C

9.1

Adding Product to a

Cart9.2

User udetails

Reply

Verifying the A/c’s

Place an Order

9.3

Cart

Viewing Cart

Request

Orders & Order Details

Details of Order

Request

[28] Project : onlineshop.com

[29]

Screen Layout

Project : onlineshop.com

[29]

Screen Layout

Project : onlineshop.com

[30]

Screen Layout

Project : onlineshop.com

[31]

Screen Layout

Project : onlineshop.com

[32]

Screen Layout

Project : onlineshop.com

[33]

Screen Layout

Project : onlineshop.com

[34]

Screen Layout

Project : onlineshop.com

[35]

Screen Layout

Project : onlineshop.com

[36]

Screen Layout

Project : onlineshop.com

[37]

Screen Layout

Project : onlineshop.com

[38] Project : onlineshop.com

[39]

Screen Layout

Project : onlineshop.com

[40]

Screen Layout

Project : onlineshop.com

[41]

Screen Layout

Project : onlineshop.com

[42]

Screen Layout

Project : onlineshop.com

[43]

Screen Layout

Project : onlineshop.com

[44]

Screen Layout

Project : onlineshop.com

[45]

Screen Layout

Project : onlineshop.com

[46]

Screen Layout

Project : onlineshop.com

[47]

Screen Layout

Project : onlineshop.com

[48]

Screen Layout

Project : onlineshop.com

+

[49]

Project : onlineshop.com

top related