Hotel Information System
Hotel Information System
(2018 –2019)
APSU, REWA(M.P.)
SUBMITED BY GUIDED BY
C
Project work for during the academic year 2018-2019 in the partial fullfilment of the
Awarded By
APSU,REWA(M.P.)
Finally we specially thanks our parents and the near dear once who are the
another of our lives for their support and understanding.
REETU CHAUDHARY
RAJESH KUMARSAKET
NEERAJ KUMAR KUSHWAHA
NILESH KUMAR AHIRWAR
DECLARATION
We hereby affirm that the project report titled “HOTEL INFORMATION SYSTEM
submitted by us to MAHATMA GANDHI COLLEGEaffiliated by A.P.S,U. REWA (M.P.),
for consideration of MASTER OF COMPUTER SCIENCE(MSC(CS)) embodies our work, except the
and suggestions received during the work which has been duly acknowledged.
REETU CHAUDHARY
RAJESH KUMARSAKET
NEERAJ KUMAR KUSHWAHA
NILESH KUMAR AHIRWAR
CONTENTS
1. Preface
2. Package used :
3. Introduction
4. Objective of Project
5. Problem Study
9. Structure of database
10. Layout
13. Limitation
14. Conclusion
15. Bibliography
PREFACE
RELATIONAL DATABASE
matrix with the row of the matrix forming each individual record in the
that has facilities for defining the physical structure of the data in a
The item data within the database are primary liked in unit usually
refine data as records. The process of pacifying the values of some data
item retrieves data and capsizing the system to retrieve he values of some
Microsoft’s .NET initiative is broad-based and very ambitious. It includes the .NET
Framework,which encompasses the language and execution plateform, plus
extensive classs libraries providing rich built-in functionality. Besides the
core .NET Framework, the .NET initiative includs protocols to provide anew level
of software integration over the internet, via a standard known as web services
The first released product based on the .NET Framework was Visual
Studio .NET, which was publicaly launched in February of 2002, and included
version 1.0 of the .NET Framework. The current version is Visual Studio .NET
2003, but almost all of the examples will work transparently with VS.NET
2002 because the different in the two versions are minor.
Visual Basic 6 was easily the most popular language for developing
application with the DNA model. as noted above, it can be used in two major
roles-forms-based VB clients and COM components.
Use the Objects bar View database objects in the Objects bar — its
vertical orientation makes it easier to use.
Find and replace You can now move freely between the Find and
Replace dialog boxes and the data in the view or window.
Computer become versatile enough perform job of various nature computer is able
to store volume data. Manipulate it and provide accurate and efficient information. Now
a range of computer is available with different capability and specialty, which are made
to suit different users.
6.Static: The existing system is not dynamic and can’t accept the
changes at advanced stage .
HARDWARE REQUIREMENT
USED KEYBOARD
PANASONIC)
SOFTWARE REQUIREMENT
This project has been developed with the help of fourth generation
…..Recognition of Needs
.....Feasibility Study
…..Analysis
…..System Design
…..Development
…..System Testing
…..Implementation
…..Maintenance
RECOGNITION OF NEEDS
Economic Feasibility:
A system that can be developed technically and that will be
used if installed must be a good investment for the organization.
Economic analysis is the most frequently used method for evaluating
the effectiveness of the system. More commonly known as
cost/benefit analysis, the procedure is to determine the benefit and
saving that are expected from the system and compare them with
cost.
Technical Feasibility:
This means that the work for the project should be done with current
equipment existing software technology and available personnel. New
system Vs today’s environment and state of art purchase of equipment Vs
capital budgets. Thus management as a tool to evaluate the practicability
of developing a new system uses feasibility study.
ANALYSIS
The analysis procedures which have been used in our project are:-
(1)Requirement Analysis:
(2)System Analysis:
Design Goals:-
The system design lies at the heart of the system development
cycle. System design specific exactly how the objective set during the
system analysis phase laid the foundation of the development of the end
product.
User Friendly
The software should be user friendly so that user can easily
understand the controls without any particular guidance by the developers
of the application. The FAS system was designed keeping this requirement
in mind and the final User Interface was quite user friendly and all
complexity will be hidden from the user.
Integrity
The results of the system were very crucial as they represented
the data, which would affect quite a lot no of people and financial part
needs accuracy. So special emphasis was given to the accuracy and
consistency of the system.
Modularity
As the system was quite large so the system was
designed in such a way so that the entire software was
divided into several modules, which made the system
more maintainable and easy to develop.
The data in the forms carry information that comes from the
INPUT DESIGN
OUTPUT DESIGN
PHYSICAL SECURITY :
APPLICATION SECURITY:
TRANSACTION SECURITY:
FUNCTIONAL TESTING :
STRUCTURAL TESTING :
1. About us:
3. Application Form:
(1) We have tried to develop our system as best as possible , but it is developed
our project .
(2) We can’t provide any help facility in this project due to time limitation .
Further scope :-
Project development , has certain limitation project has certain limitations has project
has some scope we can use in modification of this software . we will try to improve our
project in future and reduce the above problem
Conclusion
The most important part of our project super market
information system report and provide report facility.
Mastering VB.NET
By: Evangelos Petroutsos – BPB Publication
Msdn.microsoft.com/net/
MDI FORM:-
End Sub
End Sub
#End Region
Private Sub MenuItem2_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MenuItem2.Click
Dim a As New Form3
a.MdiParent = Me
a.Show()
End Sub
End Sub
End Sub
End Sub
End Sub
End Sub
End Sub
End Sub
End Sub
End Sub
End Class
Add Room:=
Public Class Form10
Inherits System.Windows.Forms.Form
End Sub
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.Button3)
Me.GroupBox2.Controls.Add(Me.Button2)
Me.GroupBox2.Controls.Add(Me.Button1)
Me.GroupBox2.Location = New System.Drawing.Point(360, 56)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(104, 248)
Me.GroupBox2.TabIndex = 9
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "GroupBox2"
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(8, 184)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(88, 32)
Me.Button3.TabIndex = 2
Me.Button3.Text = "Cancle"
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(8, 112)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(88, 32)
Me.Button2.TabIndex = 1
Me.Button2.Text = "Save"
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(8, 40)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(88, 32)
Me.Button1.TabIndex = 0
Me.Button1.Text = "Add"
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(192, 56)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(88, 20)
Me.TextBox1.TabIndex = 10
Me.TextBox1.Text = "TextBox1"
'
'Label2
'
Me.Label2.Location = New System.Drawing.Point(56, 56)
Me.Label2.Name = "Label2"
Me.Label2.TabIndex = 12
Me.Label2.Text = "Room_no"
'
'Label3
'
Me.Label3.Location = New System.Drawing.Point(56, 88)
Me.Label3.Name = "Label3"
Me.Label3.TabIndex = 13
Me.Label3.Text = "Room_type"
'
'Label4
'
Me.Label4.Location = New System.Drawing.Point(56, 120)
Me.Label4.Name = "Label4"
Me.Label4.TabIndex = 14
Me.Label4.Text = "Room_ rent"
'
'Label5
'
Me.Label5.Location = New System.Drawing.Point(56, 152)
Me.Label5.Name = "Label5"
Me.Label5.TabIndex = 15
Me.Label5.Text = "status"
'
'Label6
'
Me.Label6.Location = New System.Drawing.Point(56, 184)
Me.Label6.Name = "Label6"
Me.Label6.TabIndex = 16
Me.Label6.Text = "manuf_name"
'
'Label7
'
Me.Label7.Location = New System.Drawing.Point(56, 216)
Me.Label7.Name = "Label7"
Me.Label7.TabIndex = 17
Me.Label7.Text = "manuf_contactno"
'
'TextBox3
'
Me.TextBox3.Location = New System.Drawing.Point(192, 112)
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(96, 20)
Me.TextBox3.TabIndex = 18
Me.TextBox3.Text = "TextBox3"
'
'TextBox4
'
Me.TextBox4.Location = New System.Drawing.Point(192, 144)
Me.TextBox4.Name = "TextBox4"
Me.TextBox4.Size = New System.Drawing.Size(96, 20)
Me.TextBox4.TabIndex = 19
Me.TextBox4.Text = "TextBox4"
'
'TextBox5
'
Me.TextBox5.Location = New System.Drawing.Point(192, 192)
Me.TextBox5.Name = "TextBox5"
Me.TextBox5.Size = New System.Drawing.Size(96, 20)
Me.TextBox5.TabIndex = 20
Me.TextBox5.Text = "TextBox5"
'
'TextBox6
'
Me.TextBox6.Location = New System.Drawing.Point(192, 224)
Me.TextBox6.Name = "TextBox6"
Me.TextBox6.Size = New System.Drawing.Size(96, 20)
Me.TextBox6.TabIndex = 21
Me.TextBox6.Text = "TextBox6"
'
'OleDbSelectCommand1
Me.DataSet111.DataSetName = "DataSet11"
Me.DataSet111.Locale = New System.Globalization.CultureInfo("en-US")
'
'Form10
'
Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"),
System.Drawing.Image)
Me.ClientSize = New System.Drawing.Size(488, 350)
Me.Controls.Add(Me.TextBox6)
Me.Controls.Add(Me.TextBox5)
Me.Controls.Add(Me.TextBox4)
Me.Controls.Add(Me.TextBox3)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.Label1)
Me.Name = "Form10"
Me.Text = "Add_room"
Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
Me.GroupBox2.ResumeLayout(False)
CType(Me.DataSet111, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
#End Region
End If
End Sub
Sub updatedataset()
Dim db As New DataSet11
Me.BindingContext(Me.DataSet111, "ADD_ROOM").EndCurrentEdit()
db = CType(Me.DataSet111.GetChanges, DataSet11)
Me.updatedatasource(db)
Me.DataSet111.Merge(db)
Me.DataSet111.AcceptChanges()
End Sub
Sub updatedatasource(ByVal db As DataSet11)
Me.OleDbConnection1.Open()
Me.OleDbDataAdapter1.Update(db)
Me.OleDbConnection1.Close()
End Sub
Table:-Add Customer
Table:-Add Room:-
Table:-BILL
Table:-Modify Cook
Table:-Modify Manager
Table:-Modify Waiter
New
Old user
user