Vous êtes sur la page 1sur 50

PGDCA SEM-2

IT PROJECT
.
Under guidance of:- Pro. Hemali Moradiya

Developed By :-
Joshi Bhargav (PG18010)
Suthar Mansi (PG18031)
Devani Krishna (PG18006)

Submit To:- Faculty of Computer Application


Gls University,Ellisbridge.Ahmedabad
 We would like to express our special thanks of gratitude
to our faculty of PGDCA , who gave us the golden
opportunity to do this wonderful project of Footwear
website on “Radhe Footwear” and special thanks who also
helped us in completing our project Prof.Hemali Moradiya .

 We came to know about so many new things we are


really thankful to them.

 Secondly we would also like to thank our parents and


friends within the limited time frame.
No Name Page No.

Company Profile 6

Project Profile 7 To 9

Data Flow Diagram 10 To 13

ER Diagram 14

Data Dictionary 15 To 17

Screen layouts 18 TO 26

Reports Layouts 27

Conclusion 28

Bibliography 29
Name Radhe Footwear

Sector 4,Nr.Chamunda Temple,


Address Vivekanand Nagar,Hathijan,
Ahmedabad.

Owner Name Vijaybhai Patel

Contact No +91-8511229464
Project Title Website for Radhe Footwear

Front End PHP

Back End MySQL

Internal Guide Prof.Hemali Moradiya

Bhargav Joshi , Krishna Devani,


Developed By Mansi suthar

The main purpose of this website is


Objective user can purchase footwear by
ordering online.
FCAIT
Submit To GLS University

PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source
general-purpose scripting language that is especially suited for web development and can be
embedded into HTML.


PHP is mainly focused on server-side scripting, so you can do anything any other CGI
program can do, such as collect form data, generate dynamic page content, or send and receive
cookies. But PHP can do much more. There are three main areas where PHP scripts are used.
Server-side scripting.


MySQL is the world's most popular open source database. With its proven performance,
reliability and ease-of-use, MySQL has become the leading database choice for web-based
applications, used by high profile web properties including Facebook, Twitter, YouTube, Yahoo! and
many more. Oracle drives MySQL innovation, delivering new capabilities to power next generation
web, cloud, mobile and embedded applications.
 In the existing system all transactions, dealings of
products, purchasing of products were done manually which
is time consuming.
 To buy any product user has to collect information about
it either byvisiting the shop or asking people which is the
better one.
 Any internet user can use this existing website to search
for any kindof products, select particular products from a
wide range of products.
 Once they make of their mind to purchase any particular
thing theycan place an order and make a payment throw
various available payments.
 In the proposed system customer need not go to the
shop for buying the products. He can order the product he
wish to buy through the website in his Smartphone. The
shop owner will be admin of the system. Shop owner can
appoint moderators who will help owner in managing the
customers and product orders. The system also
recommends a home delivery system for the purchased
products.
NO Field Name Data Type Size constraint Description

1 U_Id Varchar 10 PK Store the customer


2 U_Name Varchar 20 - Store the user name
3 U_Password Varchar 10 - Store the password
4 U_Fname Varchar 20 - Store the first name
5 U_Lname Varchar 20 - Store the last name
6 U_Email Varchar 30 - Store the email
7 U-Address Varchar 50 - Store the address
8 U_Phone no Numeric 10 - Store the phone no
9 U_Gender Varchar 10 - Store the gender
10 U_Birth date Date - - Store the birth date
NO Field Name Data Type Size constraint Description
1 C_Id Varchar 15 PK Store category id
2 C_Name Varchar 20 - Store category name
3 C_Desc Varchar 30 - Store category
desending
No Field name Data type Size constraint Description
1 P_Id Varchar 15 PK Store the product id

2 P_Name Varchar 30 - Store the product


name
3 C_Id Varchar 15 FK Store category id
Ref=CATEGORY
4 P_Price Numerical 10 - Store product price

5 P_Image Varchar 50 - Store product image

6 P_Desc Varchar 50 - Store product


decending
No Field name Data type Size constraint Description
1 O_Id Var char 10 PK Store order id
2 O_Date Date - - Store order date

3 P_Id Varchar 15 FK Store product id


ref=PRODUCT
4 O_Amt Numeric 10 FK Store user Amount
ref=PRODUCT
5 U_Id Varchar 10 FK Store User_Id
ref=User_Details
No Field name Data type Size constraint Description
1 Order_Details id Varchar 10 PK Store order detail id
2 O_Id Varchar 10 FK Store order id
ref=ORDER
3 Quantity Numeric 10 FK Store quantity of
product
ref=ORDER
4 Total_Amount Numeric 10 - Store total amount
of user
No Field name Data type Size constraint Description
1 S_Id Var char 10 PK Store the shipping id
2 Address1 Var char 20 - Store address
3 Address2 Var char 20 - Store address
4 Landmark Var char 10 - Store landmark

5 Pin code Numerical 10 - Store pin code


6 U_Id Var char 10 FK Store user id
ref=USER_DETAIL
S
No Field name Data type Size constraint Description
1 P_Id Varchar 10 PK Store payment id
2 U_Id Varchar 10 FK Store user id
ref=USER_DETAIL
S
3 O_Id Varchar 10 FK Store order id
ref=ORDER
4 Total_Amount Numeric 10 FK Store total amount of
order
ref=ORDER_DETAI
LS
USER LOG REPORTS
PENDING ORDER REPORTS


THANK YOU…

Vous aimerez peut-être aussi