You are on page 1of 5

Food Chain Portal

Title
Web Site for Any Food Enterprise specified for a particular City

Objective:
The proposed system is to make online Web Site for a famous Food Chain so that
everyone can get information on Menu [Items offered], Stores [Location of all the
Outlets], Order Placement so that he can order online, Hall Booking for small
functions such as Birthday parties for kids and placements [Provides user, the
option for Working @ Outlet]

Modules:

User:
 He can Place Orders
 Read about the franchisee
 Locate the stores all over a place
 Can book Halls for Kids’ Parties
 Can apply for Internship, Part-Time or Full-Time jobs
 Can check the status of Order
 Can obtain various information on the Franchisee
 View the special offers
 Avail the Special Discounts

Administrator:
 Has the central control over the whole portal
 Has access to the database of Employees and edit it
 Can access the database for Orders and can update it
 Can access the Database for In-Process Applicants and can update it
 Moderate the Booking Database
 Edit the Menu Details
 Grant the Special Discounts
 Can view the career requests
DataBase Tables:

USER

Attributes Field Type Constraints


1.User_Id Numeric Primary Key
2.User_Name(Email) Varchar
3.User_Password Varchar
4.Address Varchar
5.City Varchar
6.PinCode Numeric
7.Mobile_No. Numeric
8.Date_Of_Birth Varchrar
9.Points Numeric

EMPLOYEE

Attributes Field Type Constraints


1.Emp_Id Numeric Primary Key
2.Emp_Name Varchar
3.Emp_UserName(Email) Varchar
3.Emp_Pass Varchar
4.Address Varchar
5.Designation Varchar
6.Outlet Varchar
7.Salary Numeric
8.Contact_No. Numeric
9.Date_Of_Birth Varchar

ADMINISTRATOR

Attributes Field Type Constraints


1.UserName(Email) Varchar Primary Key
2.Password Varchar
3.Address Varchar
4.Contact_No. Numeric
ITEMS/MENU

Attributes Field Type Constraints


1.Item_Code Numeric Primary Key
2.Item_Name Varchar
3.Item_Price Numeric
4.Item_Image_Url Varchar

ORDER

Attributes Field Type Constraints


1.Order_Code Numeric Primary Key
2.Order_Date Varchar
3.Order_Bill Numeric
4.User_Id Numeric Foreign Key(User)
5.Order_Time Varchar
6.Delivery_Time Varchar
7.Details Varchar

User_ORDER

Attributes Field Type Constraints


1.Order_Code Numeric Foreignkey(order)
2.Item_Code Numeric Foreign key(items)

CAREERS

Attributes Field Type Constraints


1.User_Id Numeric Foreign Key(user)
2.Request_No. Numeric Primary Key
3.Name Varchar
4.Address Varchar
5.Mobile_No. Numeric
6.Date_Of_Birth Varchar
7.Education Varchar
8.Interested Varchar
9.Experience Varchar
10.Outlet Varchar
11.Under Varchar
12.Status Varchar
12.Email_Id Varchar
BIRTHDAY HALL

Attributes Field Type Constraints


1.Hall_No. Numeric Primary Key
2.Address Varchar
3.Avalaibility Varchar
4.Date_Available Varchar

BOOKING

Attributes Field Type Constraints


1.Booking_No. Numeric Primary Key
2.User_Id Numeric Foreign Key(User)
3.Hall_No. Numeric Foreign Key(birthday hall)
4.Date Varchar
Tools & Technology
Server Side : PHP, Ajax

Client Side : HTML, JavaScript, CSS

Database : MySql

Web Server-Apache

IDE :Php Designer 7 of Higher,Net Beans

You might also like