Hotel Reservation System
Free Hotel Reservation System
This is a complete application for Hotel Management System. The source code contain advance programming specially in using SQL Language.
Beginners are advice to learn the manual before using the code. If you want me to continue developing this program please let me know by sending an email under "Contact" page. Please Specify what program you're referring to.
Basic features:
- Guest reservation
- Billing System
- Change room
- Multiple account per room
- Guest report
- Other charges
You are welcome to report any bugs found in this program.
Account information:
username: admin
password: a
For the database password please read FAQ.
Note: You must have crystal reports 8.5 in order to open all the reports. If you don't have crystal reports then download the installer below.
Download Hotel Management System v1.0 Installer here.
How to register an ocx file.
Here's the manual.
The VB.NET version of this program can be found here: Hotel Reservation System (VB.NET).
Although programs with free source code are good but sometimes you need a commercial software that will answer your company's need. It's impractical for your business to wait for other people to finish the features that you are looking for. This website is design solely for programmers who want to share common knowledge.
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
Reservation Form
re: Reservation Form
HOTEL RESERVATION SYSTEM
HOTEL RESERVATION SYSTEM
please help me sir...
i need o so much...
Cheque printing system
VB 2008 version
sir..how can i do that
re: sir..how can i do that
Hello
hotal reservation using ASP.NET
sir..how can i do that
In the form load event add a
- 'add quick launch items
- listQL.ListItems.Add , "reservation", "New Reservation", 1, 1
- listQL.ListItems.Add , "rooms_windows", "Rooms", 1, 1
- Private Sub listQL_DblClick()
- Dim selItem As ListItem
- On Error GoTo RAE
- Set selItem = listQL.SelectedItem
- Select Case selItem.Key
- Case "reservation" 'Manage Reservation"
- If allowOpen("frmReservation", CurrUser.USER_NAME) = False Then
- MsgBox "You're not allowed to open this form." & vbCrLf & vbCrLf & _
- "Please ask permission from your administrator.", vbInformation
- Exit Sub
- End If
- With frmReservation
- .Shortcut = True
- .Show vbModal
- End With
- Case "rooms_windows" 'Manage Rooms"
- If allowOpen("frmRoomsWindow", CurrUser.USER_NAME) = False Then
- MsgBox "You're not allowed to open this form." & vbCrLf & vbCrLf & _
- "Please ask permission from your administrator.", vbInformation
- Exit Sub
- End If
- LoadForm frmRoomsWindow
sir..can teach me
re: sir..can teach me
hello sir
re: hello sir
Hi, sir....i need ur help 4 my project
Need Asap Plsss,,,Can u help us
Hotel Reservation System in ASP.NET
Need StyleButtonX.ocx and ctrlNSDataCombo.ocx
re: Need StyleButtonX.ocx and ctrlNSDataCombo.ocx
hi
Sir.
help
hi sir help me
sir
Database login fail
Hi Admin
i found error in this line
how to change password of the data base?
helo sir its me cristine...
loading the hotel reservation system
Add new comment
- Add new comment
- 10910 views