Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Download as pdf or txt
Download as pdf or txt
You are on page 1of 12

ONLINE ELECTRONICS SELLING SYSTEM

“ Ecommerce – ONLINE ELECTRONICS SELLING SYSTEM”

NAME : JAINIL A. HARANI


KHUSHALI HIRANI
VANSHIT GUPTA

ENROLLMENT NO : 200405021059
200405021013
200405021044

Submitted to the Silver Oak college of Computer Application in partial


fulfilment of the requirements
for the award of the degree of ( IMSC IT )

TABLE OF CONTENTS
Contents
1. Introduction
2. Objectives
3. Tool/ Platform hardware and software
4. Module Description
5. Dataflow Diagram (DFD)/ E -R Diagram
6. Scope of The Project
7. Screenshots
8.Further Enhancement of the Project
9.Bibliography

1
ONLINE ELECTRONICS SELLING SYSTEM

TITLE OF PROJECT

“ E-Commerce – ONLINE ELECTRONICS SELLING SYSTEM”

1. INTRODUCTION
Online Electronics Selling System will help users to find various Electronics
related devices from single website. Customer can able to find and view
various devices from website. Customer can search data brand wise and
category wise.

2. OBJECTIVES

• Main Objective of this website is Users can easily find various types of
electronic Devices online.
• User can Easily place online order.
• User can Search and View Various products from website.

2
ONLINE ELECTRONICS SELLING SYSTEM

3. TOOLS / PLATFORM, HARDWARE AND SOFTWARE

REQUIREMENT SPECIFICATION HARDWARE:

Processor : Pentium 2.4 GHz or above


Memory : 2 GB RAM or above
Cache Memory : 128 MB or above
Printer : Laser Printer
Pen Drive : 4 GB

FRONT END : PHP


BACK END : MY SQL
SCRIPTING LANGUAGE : Java Script, HTML , CSS, Bootstrap
WORD EDITORS : MS-WORD, NOTEPAD
GRAPHIC TOOLS : Paint

PLATFORM

Operating System : Windows 8.1(or later)


RAM : Min 2GB
Hard Disk Space : 40GB
Processor : Pentium 4(or higher) or equivalent AMD
Printer : Compatible
Screen Resolution : 1024*768

3
ONLINE ELECTRONICS SELLING SYSTEM

4. MODULE DESCRIPTION / DATA MODELING

Data modelling defines primary data objects, composition of each data object,
and attributes of the object, relationships between each object and other
objects and between objects and the processes.

List of Tables:

Admin Table
Fields Datatype Constraints Size Description
Admin_ID Integer Primary Key 10 ID of Admin
Admin Name Varchar Not null 15 Admin Name
Admin Email Varchar Not null 15 Email
Address
Admin Integer Not null 10 Password
Password

Category Table
Fields Datatype Constraints Size Description
Category_ID Integer Primary Key 10 ID of
Category
Category Varchar Not null 10 Category
Name Name

4
ONLINE ELECTRONICS SELLING SYSTEM

Product Table
Fields Datatype Constraints Size Description
Product_ID Integer Primary Key 10 ID of Product
Product Varchar Not null 14 Product
Name Name
Product Varchar Not null 15 Detail of
Details Product
Product Price Integer Not null 3 Price of
Product
Image blob Not null Image
Category_ID Integer Foreign key 10 ID of
Category

User Table
Fields Datatype Constraints Size Description
User_ID Integer Primary Key 10 Id of user
User Name Varchar Not null 10 User name
User Email Varchar Not null 15 Email
User Integer Not null 10 Password
Password
User Mobile Integer Not null 10 Mobile
number
User Address Varchar Not null 15 Address

Order Master Table


Fields Datatype Constraints Size Description
Order_ID Integer Primary Key 10 Id of order
Order Date Integer Not null 15 Date
Order Status Varchar Not null 15 Status
Order shiping Varchar Not null 10 Address
Address
Order Integer Not null 10 Number
Number

5
ONLINE ELECTRONICS SELLING SYSTEM

User_id Integer Foreign key 10 ID of user

Order Details
Fields Datatype Constraints Size Description
OrderDetails_id Integer Primary Key 10 ID of Details
Order_id Integer Foreign key 10 ID of Order
Product_id Integer Foreign key 10 Id of Product
Order_Qty Varchar Not null 15 Qty
Order Price Integer Not null 3 Price

Feedback Table
Fields Datatype Constraints Size Description
Feedbackid Integer Primary Key 10 Id
Feedbackname Varchar Not null 15 Name
Feedbackdetails Varchar Not null 15 Details
feedbackdate Integer Not null 10 Date

6
ONLINE ELECTRONICS SELLING SYSTEM

ER-DIAGRAM

In software engineering, an entity-relationship model (ERM) is an abstract and


conceptual representation of data. Entity-relationship modeling is a database
modeling method, used to produce a type of conceptual schema or semantic
data model of a system, often a relational database, and its requirements in a
top-down fashion.

An entity may be defined as a thing which is recognized as being capable of an


independent existence and which can be uniquely identified. A relationship
captures how two or more entities are related to one another.

DATAFLOW DIAGRAM(DFD)

Data flow diagrams (DFD) are part of a structured model in the development of
software. They are a graphical technique that depicts information flow and the
transforms that are applied as data move from input to output. Basically, the
function of DFDs is to show the user a graphical analysis of a software system.
It is like a flowchart, except DFDs show the flow of data throughout the system.

• The rectangle represents an external entity. The external entity is a


producer or consumer of information that resides outside the bounds of
the system to be modeled.

• The circle (process) is a transformer of information that resides within


the bounds of the system. The line with an arrow (data item) is a single
item, or a collection of data items. The arrow head represents the
directions of the data.

7
ONLINE ELECTRONICS SELLING SYSTEM

• The Parallel line (data store) represents a repository of datathat is to be


stored for use by one or more processes; maybe as simple as a buffer or
a queue or as sophisticated as a relational database.

ADMIN

8
ONLINE ELECTRONICS SELLING SYSTEM

USER

9
ONLINE ELECTRONICS SELLING SYSTEM

ADMIN-USER Relationship

10
ONLINE ELECTRONICS SELLING SYSTEM

9)SCOPE OF THE PROJECT

This system provides the detail structure of the electronics products and its
category.

‘E-Commerce – Online Electronics Selling System’ synchronizes the working of


all the website. It looks on all aspects of Electronics Products, its category,
product details, customer registration, and buying activities.

Online Electronics Selling System will help users to find and various Electronics
related devices from single website. Customer can able to find and view
various devices from website. Customer can search data brand wise and
category wise.

11
ONLINE ELECTRONICS SELLING SYSTEM

10. FURTHER ENHANCEMENT OF THE PROJECT


In future we will add new various features like online payment. User will
track online order.

11. BIBLIOGRAPHY

www.google.com
https://www.youtube.com/watch?=gsGD4JxRHA

12

You might also like