Sunteți pe pagina 1din 28

Created By - Patel Nehal

- Sonpal Ripal
- Patel Komal

Guided By- Mrs. Parul Panchal


 Project profile
 Technology review
 System study
 System design
 Data dictionary
 Snapshots
Front- End: PHP
PHP (Hypertext Preprocessor) is a popular general-purpose server side scripting
language which can be embedded into HTML to create a wide variety of mini-
applications, but can also be used to build large-scale complex applications.
 Any PHP code in a requested file is executed by the PHP runtime, usually to create
dynamic web page content. It can also be used for command-line scripting and client-
side GUI applications. PHP can be deployed on most web servers, many operating
systems and platforms, and can be used with many relational database management
systems (RDBMS). It is available free of charge, and the PHP Group provides the
complete source code for users to build, customize and extend for their own use.

 
 Back-End: SQL
 Often referred to as Structured Query Language, is a database computer language
designed for managing data in relational database management systems (RDBMS), and
originally based upon relational algebra and calculus. Its scope includes data insert,
query, update and delete, schema creation and modification, and data access control.
 The online mobile shopping provides the facility to
purchase mobile phones from anywhere, any
computer that satisfies basic requirements.
 This could be done by searching the desired mobile
phones also.
 The admin here uploads the details about product
and also display their initial price. (with gross cost+
VAT+ Extra Charges )
 The customer must be registered in order to buy the
product.
Project Category:
Web Application.
There are two types of users in this system:
1. Administrator
2. Customer
Administrator can perform many operations like:
 Customer management
 Product management
 Bill creation
 Stock maintenance
 Uploading and removing content
 Updating site
Customer can perform many operations like:
 View the product
 Buy the product
 Search for product
 Register to buy the product
 Contact the administrator for any query through contact details
 Easy to maintain
 Seller may get good price for his/her product
through discounts or offers
 Easy to retrieval of records
 Attractive features and looks of the system
 Higher accuracy in product details
 User-friendly
System flowchart describes the data flow for data
processing system. It provides a logical diagram of how
the system operates. It represents the flow of
documents, the operation performed in data processing
system. It also reflects the relationship between input,
processing and output.
Following are the features of a system flowchart:
 The sources from which the data is generated and
device used for this purpose.
 Various processing steps involved.
 The intermediate and final output prepared and the
device used for their storage.
Data flow diagram (DFD) illustrates how data is processed by a
system in terms of input and output. DFDs are useful in modeling,
high level system and processes. These diagrams show the way in
which data flows between elements in a system and between the
system and external entity.

Four basic elements of DFD are:


 Data flows- represented by named arrow.
 Processes- represented by a circle.
 External Entities- represented by a rectangle.
 Data stores- represented by open-ended rectangles.
FIELD_NAME TYPE SIZE

     

USERNAME CHAR 10

PASSWORD VARCHAR2 10

TYPE VARCHAR2 20
FIELD_NAME TYPE SIZE

     

PRODUCT_ID VARCHAR2 15

PRODUCT_NAME VARCHAR2 10

PRODUCT_TYPE VARCHAR2 10

PRODUCT_PRICE NUMERIC 10

UNIT_PRICE NUMERIC 10

QUANTITY NUMERIC 6

UNITS_IN_STOCK NUMERIC 6

UNITS_IN_ORDER NUMERIC 6
FIELD_NAME TYPE SIZE

     

PRODUCT_ID VARCHAR2 15

PRODUCT_NAME VARCHAR2 10

PRICE NUMERIC 10
FIELD_NAME TYPE SIZE

Customer_id  varchar2   30

CARD_NO VARCHAR2 25

CARD_ID VARCHAR2 25
FIELD_NAME TYPE SIZE

     

CUSTOMER_ID VARCHAR2 10

FIRST_NAME CHAR 10

LAST_NAME CHAR 10

BIRTHDATE DATE  

ADDRESS VARCHAR2 25

MOBILE_NO NUMERIC 10

S-ar putea să vă placă și