Uploaded by AshThe WebDev

Report

advertisement
Project Report
on
CONSTRUCTION PROJECT MANAGEMENT SYSTEM
Submitted to
LOVELY PROFESSIONAL UNIVERSITY
for
Bachelor of Computer Science and Engineering
Submitted by
Submitted to
Ashish Dwivedi
Nishant Agnihotri
11911644
27342
LOVELY FACULTY OF TECHNOLOGY & SCIENCES
LOVELY PROFESSIONAL UNIVERSITY
PUNJAB
Page 1 of 14
Table of Contents
Sr.No
CHAPTER
Page.no
1
INTRODUCTION
3-4
2
TECHNOLOGY USED
5-6
3
MODULES
7-8
4
WEBSITE SNAPSHOTS
8-13
5
GITHUB LINK
14
6
REFERENCES
14
Page 2 of 14
CHAPTER 1
INTRODUCTION
Restaurant is a kind of business that serves people all over world with
readymade food. Currently this industry is going on with lot of flare.
People feel more comfortable with lot of variations in the selection and
consumption of their food in their busy life.
Restaurant management system is a website to override the problems
prevailing in the practice manual system. It helps in reducing the
hardships faces by the existing manual system like providing the menu
and asking for bill. Moreover, this system is designed for the particular
need of the restaurant management system to carry out operations in a
smooth and effective manner.
Let’s concentrate on booking area in a restaurant. In traditional booking
system, a customer has to make a phone call in order to get his meal
reserved. For each booking he has to register manually on paper and puts
the order in a queue with specific priority according to time and
quantity, and then a cook is assigned for the specific order to complete
it. But through restaurant management website user will have the
flexibility to choose the table, category, item.
The solution for the above problems, so far we have thought, is clientserver system that listen the requests online. We have the intensions to
make the system that takes the customer reservations through the
browser.
To resister a meal online, the customer has to become a member first
then he can access the later part of the site. The option of becoming
Page 3 of 14
member was only an attempt to avoid (to some extent) placing the fake
bookings.
During login the user as to enter his emailed/UserID, password and
desired time of order delivery. After successful login the customer can
access the menu page with the items listed according to the desired time.
Later within the available items he can search for a menu according to
his choice i.e. according to price range and category of food and later he
can order a meal.
Thus, by all this all it proves it is user-friendly. It can assist the manager
and to keep a track on the food ordered by the customer and food
delivered the staff .
Thus, it will help organization in better utilization of resources. The
organization can maintain computerized records without redundant
entries. That means that one need not be distracted by information that is
not relevant, while being able to reach the information.
Page 4 of 14
CHAPTER 2
TECHNOLOGIES USED
2.1 HTML
HTML stands for Hyper Text Markup Language. It is used to design web pages using markup
language. HTML is the combination of Hypertext and Markup language. Hypertext defines the
link between the web pages. Markup language is used to define the text document within tag
which defines the structure of web pages. HTML 5 is the fifth and current version of HTML.
2.2 CSS
CSS is the language for describing the presentation of Web pages, including colors, layout, and
fonts. It allows one to adapt the presentation to different types of devices, such as large screens,
small screens, or printers.
2.3 JavaScript
JavaScript is a scripting or programming language that allows you to implement complex features
on web pages — every time a web page does more than just sit there and display static
information for you to look at — displaying timely content updates, interactive maps, animated
2D/3D graphics, etc. — you can bet that JavaScript is probably involved. It is the third layer of
the layer cake of standard web technologies, two of which (HTML and CSS).
2.4 PHP
PHP is mostly used for making web servers. It runs on the browser and is also capable of running
in the command line. So, if you don't feel like showing your code output in the browser, you can
show it in the terminal. PHP is an open-source server-side scripting language that many devs use
for web development. It is also a general-purpose language that you can use to make lots of
projects, including Graphical User Interfaces (GUIs).
Page 5 of 14
2.5 MYSQL
MySQL is a database system used on the web. MySQL is a database system that runs on a
server. MySQL is ideal for both small and large applications. MySQL is very fast, reliable, and
easy to use.
Page 6 of 14
CHAPTER 3
MODULES
3.1 login Page
This is login page which needs valid username and password. Since it is connected
to database invalid username and password won’t let you login in the interface.
To login into the site fist a user have to access the membership by registering
himself or herself to the restaurant registration form .
3.2 Dashboard
Dashboard consists of the food items in the restaurant with the pricing data.
Having a dashboard will give the user to choose the food according to their budget
and choice.
3.3 Order Detail
To keep a track on the number of active orders details from admin
3.4 Order
If order has been approved or not whole data is visible here with respective
information of the order like which table and how much quantity.
3.5 Item
To conquer the quality and interest staff need to update the menu and adding
variety of items to the previous category this page give the staff of the restaurant to
add and delete the items on based of interest and regular increasing demand of the
item .(admin)
Page 7 of 14
3.6 Table
This gives the customer to book the table according to their needs like large ,
medium or small.
3.7 Category
This page will give the customer the flexibility to choose the item offered by the
restaurant on the menu with different categories like normal or hot service should
be prevailed .
Page 8 of 14
CHAPTER 4
WEBSITE SNAPSHOTS
1. Registration page
Page 9 of 14
2. Login page
3. Dashboard
4. Order Detail
Page 10 of 14
5. Order page
6. Item page
Page 11 of 14
7. Table booking page
8. Category page
Page 12 of 14
CHAPTER 5
Page 13 of 14
GITHUB LINK
GITHUB LINK:
REFERENCES
https://www.w3schools.com
Page 14 of 14
Download