Gad Final PDF With Updates
Gad Final PDF With Updates
3.Proposed Methodology 1
4. Action Plan 2
5. Resources Required 3
1.Rationale 3
4. Literature Review 4
5.2flow chart 5
9. applications 11
0|Page
Part A – Plan
Micro-Project
Hotel Management System
3. Proposed Methodology :
Hotel management system project offers various services. It maintains records of all the
customers. We can also book rooms in advance and Discounts can be done through this VB.net project.
We can monitor available rooms in the hotel.
In this contact list project in .Net, file handling has been used for almost all function.
1|Page
4 Action Plan
2|Page
5.Resources Required :
Sr.
No. Name of resource / material Specification Quantity Remarks
Ms. Deb.S
3|Page
Annexure – II A
Part B Hotel Management System
1.0 Rationale:
The main objective of the VB.Net Project on Hotel Management System is to manage the
details of Hotel, Customers, Rooms, Booking, Services. It manages all the information
about Hotel, Payments, Services, Hotel. ... It tracks all the details about the Rooms,
Booking, Services
Go to the Toolbox tab (located on the left side of the Visual Studio IDE) and expand the
Common Controls group.
4|Page
This project is focused on hotel management system, so it is named “hotel management
system design”.
Here, you can create a new hotel management system, in this you can use the different labels,
buttons in the toolbox in.net.
Overall, with this project, you can show hotel management system of anybody help of “hotel
management system”.
5.2Flowchart:
5|Page
Dim connection As New CONNECTION()
Dim adapter As New MySqlDataAdapter()
Dim command As New MySqlCommand()
Dim table As New DataTable()
Dim username As String = TextBoxUsername.Text
Dim password As String = TextBoxPassword.Text
Dim selectQuery As String = "SELECT * FROM `users` WHERE `username`=@un
AND `password`=@pass"
command.CommandText = selectQuery
command.Connection = connection.getConnection()
adapter.SelectCommand = command
adapter.Fill(table)
Else
End If
End Sub
End Sub
Private Sub LabelMRooms_Click(sender As Object, e As EventArgs) Handles
LabelMRooms.Click
6|Page
End Sub
End Sub
Else
Else
End If
End If
End If
End
Private Sub ButtonEdit_Click(sender As Object, e As EventArgs) Handles ButtonEdit.Click
Dim fname As String = TextBoxFname.Text
Dim lname As String = TextBoxLname.Text
7|Page
Dim phone As String = TextBoxPhone.Text
Dim email As String = TextBoxEmail.Text
If TextBoxId.Text.Trim().Equals("") Then
Else
Else
Else
End If
End If
End If
End Sub
8|Page
6.Actual Resources Used:
9|Page
8.Skill developed / Learning out of the Micro-Project :
10 | P a g e
There are so many thing that we learn from this project of
• How to collect the information and how to make the presentation that we learn from
this project.
9.Application:
*********
********
11 | P a g e