You are on page 1of 11

A PROJECT REPORT ON

HOTEL MANAGEMENT SYSTEM

NAME:- SUNNY
CLASS:- XII ‘A’
ROLL NO.:-
ACADEMIC SESSION :- 2017-2018

Date Of Submission Guided by


Mrs. Rajni Jain
Certificate
This is to certify that the project entitled “Hotel
Management System” completed by the student
of class 12th. It is a bonafide presentation of the
work done by SUNNY under the able guidance of
Rajni Mam. This report is taken as meditorious
work and fabulous performance accomplished by
her. We wish her a bright and successful future in
the field of Information Technology.

Head of department
Department of computer

Vidya jyoti school

Jagdalpur

Guided by :- Principal:-
Mrs. Rajni Jain Fr.Jomon
Recommendation

The project work titled “Hotel Management


System” Submitted by Ayush Das is a
satisfactory account of work and is recommended
towards the partial fulfilment for the practical
project in class 12th .

InternalExaminer ExternalExaminer
Acknowledgement

We would like to express our sincere gratitude to our


computer mentor Rajni Mam for her vital support,
guidance and encouragement without which this project
would not have come forth. This project help us to
imbibe program writing skill based on real life problems.

The project took our understanding of program in C++ to


another level. We would also like to thank our
classmates for their constant help and support which
encourage us to complete our project on time.

We would also like to thanks our principle Fr. Jomon


for encouraging us and showing faith towards us for our
project. So that we may create and Develop an
implementable project.

We the projectile-

Shivansh Tiwari

Abhay Bariki

Garima Aharwal

Ayush Das
Preface

In simple words, a PROJECT is an idea or plan that is


intended to carry out our work.

The basic in the project making in Vidya Jyoti


School is to promote the habit of Developing the
confidence of taking new problem and to ensure the
attribute and creativity. The project thus can be
defined in a sense as

P – Planning

R –Reporting

O – Operating

J – Judgment

E – Estimation

C – Co-operating

T – Training
Contents

1. Project profile.(define the Project)


2. Problem algorithm.
3. Commands used.
4. System requirements.
5. Program listing.
6. Software manual.
7. Software feasibility.
8. Output.
9. Conclusion.
INTRODUCTION OF THE PROJECT

The purpose of the project is to present the


requirement of the Computerization for the “Hotel
Management System”.

The Project thus creates a new product record, Display


the list of all the products, modify the product, view
the product menu and delete the product. It does
almost every work which is related to Billing System. “

“Hotel Management System” is Developed as per


seeing the increasing requirement to speed up the work
and incorporate a new work culture. Thus a new
software has been proposed to reduce manual work,
improving work efficiency, saving time and to provide
greater flexibility, and user friendliness as the system
previously followed was totally manual one with lots of
errors.
ALGORITHM

 First ,the class is defined in which different


functions are initialized.

 Then Introduction is given which makes the


appearance better and attractive.
 Menu of different functions is appeared
before the user.
 Execution enters into the main function and
chooses the option.
 Execution comes into the main menu after
the output is shown.
 Execution terminates after you enter the
option for exit.
COMMANDS USED

s. Command Syntax Description


no.
1 #include<fstream.h> It is an input-output file
stream class. It provides
support for simultaneous
input and output
operations.
2 #include<conio.h> It contains the definition of
functions like getch() etc
3 #include<iostream.h> It is a header file used for
input output operations
4. #include<process.h> It is the header file for
exit()
5. #include<iomanip.h> It is the headerfile
included to use the input-
output manipulator
6 For() For(initialization;co It is an exit contolled loop
{ ndition;incr/decr){ used to repeat some
} loop body; } program code a given
number of times
7 If() If(condition1){ It is a decision making
{ } Statement 1; } statement which checks
Else Else{ for the truth value of a
{} Statement2;} given condition and then
executes that proceeding
code.
8 void create_product(); Return_type This command is used to
void show_product(); functionname(); define a function
void write_product();
System Requirements

Windows Operating System MS Windows 8/7 SP1/Vista


SP2/XP SP3
Linux Operating System Mandriva 2010, CentOS 5.5,
CentOS 6.3,
Minimum Memory 512 Mb, 1 GB recommended
Free disk space(complete 650 Mb of disk space, or 1.4 Gb if
installation) installed with reference
documentation
C++ For Linux:
GNU gcc:4.0 upto 4.7.3

For windows Microsoft visual


studio 2005 SP1 with all security
updates
Microsoft Visual Studio
Turbo c++
Conclusion
At the end of this course work, I was able to:
 Explain Object Oriented Program concepts and
apply them to the modeling of real world
system.
 Explain Object Oriented paradigm and
utilization of the offered facilities.

You might also like