DDD Docu

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 9

PINOY FOODS

Chapter 1

INTRODUCTION

Pinoy food is the process in which we can order foods.It


provide a menu online that the customers will pick the order.
People can easily track their orders. If you want to have to
produce a pinoy food make sure that the taste of your product is
good and quality to the customer.

The service of Pinoy food can include;

.Choose the product that you sell


.Know your market target
.Register you domain name
PINOY FOODS

Chapter 2

Analysis and Requirements Specification

2.1 Purpose

The purpose of project is to help the customer to buy


foods easy.
2.2 Scope
The scope of the project is within Iloilo area only to deliver
the order.

2.3 Functional Requirements:


The two modules use in this project namely customer and user

User: Can register information


Customer: Can see the menu

2.4 Non-Functional Requirements:

 Hardware Specification
Processor : intel(R)
Clock Speed : 1.10 Ghz
Monitor : 1366 *768 Resolution Color
Keyboard : Standard PS
Ram : 4gb

Input Output Console for interaction

 Software Specification
My Sql page
My Sql libraries
Operating System : Windows 7
PINOY FOOD

Chapter 3

DESIGN OF THE PROJECT


This project my developed using Mysql software which is queries
oriented. Changes at the queries and the way of the system that
state the system of the behavior of the results

3.1 ER DIAGRAM

View id
id CUSTOMER ADMIN

ID
password
password
username
username
Buy

View
Package1
bihon

Package 2 PRODUCTS contact


address
Manok

id
PRODUCT

Package3
Seafoods
name

food package

SS
PINOY FOODS

SCHEMA DIAGRAM

Customer

LOGIN ID USERNAME PASSWORD REGISTRATION

REGISTER

REG ID USERNAME PASSWORD FULLNAME LOGIN ID

ORDER/Reports

ORDER ID NAME ADDRESS FOOD PACKAGE

PRODUCT

PACKAGE 1 PACKAGE 2 PACKAGE 3 PRODUCT ID

Login Id Username Password


PINOY FOODS

Chapter 4

IMPLEMENTATION

This project is implemented by using php and database.

4.1 Implementation of the Table Creation page:

4.2 Implementation of Insertion page:

<?php $conn=mysqli_connect("localhost","root","","kapi") or die


("error connection"); if(isset($_POST['submit'])){
$name=$_POST['name']; $address=$_POST['address'];
$food=$_POST['food']; $contact=$_POST['contact'];
$package=$_POST['package']; $reg_id=$_POST['reg_id'];
$insert=mysqli_query($conn,"INSERT INTO orders
VALUES('','$name','$address','$food','$contact','$package','$reg
_id')"); if($insert){ echo "New Order Inserted !"; } else { echo
"Failure to Order"; } } ?> <!DOCTYPE html> <html> <head>
<title></title> </head> <body bgcolor="brown"> </br> </br> <a
href="show.php"> Click to Show Order </a> </body> </html>

4.3 Implementation of trigger:

4.4 Implementation of stored produce:


PINOY FOODS

Chapter 5

SNAPSHOTS
PINOY FOODS

Chapter 6
CONCLUSION

The conclusion of the pinoy foods is to found that one actually


knows that origin of food was a lot of delicious flavor. Pinoy
food is the most important to the people.
PINOY FOODS

Chapter 7

FUTURE ENCHANCEMENT
The application is to make sell of product good and memorable to
the costumer. Make sure that product you sell is good.
PINOY FOODS

REFERENCES
http//www.pinoy food.com
http//www.manager@yahoo.com

You might also like