SlideShare ist ein Scribd-Unternehmen logo
1 von 43
RESORT
MANAGEMENT
SYSTEM
SUBMITTED BY-
NURUL AMIN
CHOUDHURY(14W91A0537)
SUBMITTED TO-
Mr. SUNIL BOLLAM - ASSISTANT PROFESSOR (CSE)
MRIET
ABSTRACT
• This project aims at creating an Resort Management system which
can be used by customers to reserve rooms and other facility online.
• Users can check the availability of rooms and other facilities.
• The users can register and log into the system.
• The administrator will know the details of reservations and daily
income.
• Admin will also manage all the things for the resort.
MOTIVATION AND OBJECTIVE
MOTIVATION:-
• Resort Management System is used to provide facility to integrate the
different branches of resorts.
• If any customer is willing to come to the resort , he/she can see the facilities
available and can know cost effectiveness of the resort online.
• It makes possible to reserve the different kinds of facilities of resort Online.
OBJECTIVE:-
• Making profit and providing customer satisfaction are main objective of our
system.
• Making the system totally online.
• To achieve consistency in business and setting up the environment in such a
way that if there are any changes , it can be easily done and there is a scope
of expending the business.
LITERATURE SURVEY
1.EXISTING SYSTEM
2.PROPOSED SYSTEM
EXISTING SYSTEM
RMS Existing System has two aspects:-
• Before Internet(When Internet was not available for the common
peoples. )
• After Internet(When Internet was available to the common
users.)
BEFORE INTERNET
• In the existing system, the person who wants to access the
facilities has to visit the resort for booking rooms, and enquiry.
• The existing system is manual system.
• The hotel management has to keep records of rooms manually.
AFTER INTERNET
• Accessible through 3rd Party platform(ex-
MakeMyTrip,Goibibo,Yatra.com etc.).
• 3rd party platforms are not specific to Resort only.
• Huge convenience charges.
• Total features are not accessible.
• Trust Issues for the Customer as well as Resort Management.
• Provides only Room Booking facility.
DISADVANTAGES OF EXISTING
SYSTEM
• It is a time consuming process.
• There is no surety for availability of rooms.
• Paper work results in need of lot of space to keep the data.
• Lack of security.
• Chances of human errors.
• Huge Convenience fees.
• Total features are not accessible.
• Trust Issues for the Customer as well as Resort Management.
PROPOSED SYSTEM
• To overcome the problems of manual system and 3rd party
platform issues Resort Management System is proposed.
• Customer can directly communicate with the Resort.
• The Central objective of resort management system is to
provide online facility for accessing all the facility of resort.
• This software can manage and keep records of resort online.
ADVANTAGES OF PROPOSED
SYSTEM
• Saves time of customers in quickly reserving all the facility of resort.
• The ability to book rooms anytime, from anywhere with Internet access.
• Provides the information about resort facilities.
• Very secure.
• User friendly.
• No Convenience fees.
• Total features of resort are accessible.
• Direct communication to the resort (not through 3rd party websites).
REQUIREMENTS
SOFTWARE REQUIREMENTS
• OPERATING SYSTEM –
WINDOWS-XP/VISTA/7/8/10.
• DATABASE – DB-2(IBM)
• PLATFORMS –
HTML,JSP,JS,CSS,XML
• WEB SERVER – APACHE
TOMCAT(8.0 AND SUCCESSORS)
HARDWARE REQUIREMENTS
• PROCESSOR – INTEL PENTIUM-4
AND SUCCESSORS
• RAM – 1 GB RAM & above
• HARD DISK – 250 GB HDD
• LCD MONITOR AND COMMON
PHERIPHERALS
ARCHICTECUTRE OF THE
SYSTEM
RESORT
MANAGEMENT
SYSTEM
CLIENT
ADMIN
DATABASE
MODULES OF SYSTEMS
This project is used by two types of users (modules).
1)Online Users(Client)
2)Administrator (Management of the Hotel)
USER MODULE
• Check all kinds of resort facilities.
• Fill registration form.
• Can login with his/her own user id and password.
• Get the information about nearby visiting places.
• Get information about reserved rooms (if room is already
reserved) and other resort products.
• Can regenerate password if he/she forgets the password.
ADMINISTRATOR MODULE
• Can login with unique user id and password.
• Check details of rooms reserved for the current day.
• Check details of rooms reserved for the coming days.
• Can know the daily income.
• Manage staff members and customers too.
• Admin has all the rights for the resorts different kind of products.
UML DIAGRAMS
• UML (Unified Modeling Language) is a standard language for
specifying, visualizing, constructing, and documenting the
artifacts of software systems.
• UML is a way of visualizing a software program using a
collection of diagrams.
• UML was first implemented because software engineers
needed a simple and consistent way to communicate in a
field where programming languages develop at a rapid pace.
Login
Register
Check availability
reserve room
Cancel rooms
Display room details
Logout
User
Use Case Diagram for User:-
Get details
Register login Check availability Reserve room Display room details Cancel Logout
: User
1 : Register()
2 : Login with username and password()
3 : Invalid username and password()
4 : Check the availability of rooms()
5 : list of rooms available()
6 : reserve a room()
7 : Display the details about reservation()
8 : Cancellation of room()
9 : Log out()
Sequence Diagram for User:-
Login
check availability
Verification of username and password
Invalid username and password
reserve room
Display details
Display reserved room details Cancel room
logout
Activity Diagram for User:-
Yes/No
Yes/no
Collaboration Diagram of User:-
Login
Display Information
Log out
Administrator
Usecase Diagram for Administrator:-
Login Display
: Administrator
1 : Enter Username and password()
2 : Validate()
3 : Invalid Username()
4 : Display reserved rooms for the current day()
5 : Display rooms reserved for the coming days()
6 : Logout()
Sequence Diagram for Administrator:-
Login
Verification of username and password
Invalid username and password
no
display the reserved room details
logout
yes
Activity diagram for Administrator:-
Yes/no
Collaboration Diagram of Admin:-
Component Diagram:-
Deployment Diagram :-
Class diagram for the System:-
SCREEN SHOTS
This is the Home Page
This page displays the services provided by the hotel.
This is administrator login page.
This page displays the information about restaurant.
This is user login page.
This is user registration page.
Displays the details of rooms reserved for the current day.
Displays the details of the rooms reserved for the coming days.
ADVANTAGES OF SYSTEM
• Accessible in every area where internet is present.
• User friendly interface so that user or client can easily to its
task.
• Easy to use and Simple to understand.
• Quick and save lots of time.
• Very secure and requires less resources.
• No need use the 3rd party platforms.
DISADVANTAGES OF SYSTEM
• Requires data or Internet to access.
• Failure of machine or servers.
• Heavy traffic leads to failure or long wait issues.
TESTING
• UNIT TESTING
• Unit testing is the software development process in which the
smallest unit of the system is tested.
• While performing unit testing of different types of source code
the following problems occurred.
• RESULT
Test
Case
ID
Test
Case
Name
Test Case
Description
Expected
value
Actual
value
Result
Tc #1
GUI
Check for all
the Features in
the screen
The screen
must contains
features
The result
we get on
checking
Pass
Tc #2 Check for the
alignment of the
objects as per
the validations
The
Alignment
should be in
proper way
The result
we get on
checking
Pass
• Integration Testing
After the unit testing we have to perform integration
testing. The goal here is to see if modules can be integrated
properly, the emphasis being on testing interfaces between
modules. Test Case Test Case Test Steps Result
Name Description Input Expected Actual
Leave the user Leave both Error message an error Pass
id empty and the fields message “User
Click empty and id is empty” is
Submit button click submit displayed
Button
Enter user id and Enter user id If correct user Login success Pass
1.Login Password and and password id and
full and
redirect
click Submit Password
to home page
or
Button redirects to an error-
home page message
otherwise error
“Invalid
Userid
Message
or Password”
is
displayed
Result:
• System Testing
Here the entire software system is tested. The reference
document for this process is the requirements document, and the goal
is to see if software meets its requirements.
• Acceptance Testing
• Acceptance Test is performed with realistic data of the client to
demonstrate that the software is working satisfactorily. Testing here
is focused on external behavior of the system; the internal logic of
program is not emphasized.
• In this project ‘Resort Management System’ I have collected some
data and tested whether project is working correctly or not.
CONCLUSION
• Thus we have proposed RESORT MANAGEMENT SYSTEM.
• It eliminates the 3rd party website completely.
• This software aims at reducing paper work & provide multiple facilities
to user with less efforts and Accessing the Portal according to choice
& availability.
FUTURE WORK
• Expanding the project in different location around the
globe.
• Keep on changing UI- Design (User Interface) to make it
look attractive.
• Making servers more powerful.
• Expanding the databases for storing more customers
information etc.
• Transforming this to the mobile application for better
portability and making it more reliable.
THANK YOU

Weitere ähnliche Inhalte

Was ist angesagt?

Student management system
Student management systemStudent management system
Student management system
Gaurav Subham
 

Was ist angesagt? (20)

Blood Bank Management System
Blood Bank Management SystemBlood Bank Management System
Blood Bank Management System
 
Hotel Reservation System Project
Hotel Reservation System ProjectHotel Reservation System Project
Hotel Reservation System Project
 
Hotel Management System final report
Hotel Management System final report  Hotel Management System final report
Hotel Management System final report
 
College admission system
College admission system College admission system
College admission system
 
Hotel management report
Hotel management reportHotel management report
Hotel management report
 
Student management system
Student management systemStudent management system
Student management system
 
Hotel reservation system
Hotel reservation systemHotel reservation system
Hotel reservation system
 
Hotel management system presentation
Hotel management system presentationHotel management system presentation
Hotel management system presentation
 
ONLINE HOTEL MANAGEMENT SYSTEM
ONLINE HOTEL MANAGEMENT SYSTEMONLINE HOTEL MANAGEMENT SYSTEM
ONLINE HOTEL MANAGEMENT SYSTEM
 
RESORT-MANAGEMENT-SYSTEM_DILECTA GIRKAR_PPT.pdf
RESORT-MANAGEMENT-SYSTEM_DILECTA GIRKAR_PPT.pdfRESORT-MANAGEMENT-SYSTEM_DILECTA GIRKAR_PPT.pdf
RESORT-MANAGEMENT-SYSTEM_DILECTA GIRKAR_PPT.pdf
 
Hotel management-system-hms
Hotel management-system-hmsHotel management-system-hms
Hotel management-system-hms
 
HOSPITAL MANAGEMENT SYSTEM project report
HOSPITAL MANAGEMENT SYSTEM project reportHOSPITAL MANAGEMENT SYSTEM project report
HOSPITAL MANAGEMENT SYSTEM project report
 
Hostel management system ppt
Hostel management system pptHostel management system ppt
Hostel management system ppt
 
Bank Management System
Bank Management SystemBank Management System
Bank Management System
 
Hotel management synopsis
Hotel management synopsisHotel management synopsis
Hotel management synopsis
 
Hostel management
Hostel managementHostel management
Hostel management
 
Online Hotel Management System
Online Hotel Management SystemOnline Hotel Management System
Online Hotel Management System
 
Hotel management system
Hotel management systemHotel management system
Hotel management system
 
College Management System
College Management SystemCollege Management System
College Management System
 
Student management system
Student management systemStudent management system
Student management system
 

Ähnlich wie Resort management system

Customer relationship management
Customer relationship managementCustomer relationship management
Customer relationship management
Rohit Gupta
 
Online Recuitement System
Online Recuitement SystemOnline Recuitement System
Online Recuitement System
Neel Purohit
 

Ähnlich wie Resort management system (20)

E M S ppt (1).pptx
E M S ppt (1).pptxE M S ppt (1).pptx
E M S ppt (1).pptx
 
Hms project report
Hms project reportHms project report
Hms project report
 
Customer relationship management
Customer relationship managementCustomer relationship management
Customer relationship management
 
Documentation e-voting Software Engineering
Documentation e-voting Software EngineeringDocumentation e-voting Software Engineering
Documentation e-voting Software Engineering
 
Hotel mgmt from shakti singh2014
Hotel mgmt from shakti singh2014Hotel mgmt from shakti singh2014
Hotel mgmt from shakti singh2014
 
Hotel mgmt
Hotel mgmtHotel mgmt
Hotel mgmt
 
Tourism management system_REPORT.pdf
Tourism management system_REPORT.pdfTourism management system_REPORT.pdf
Tourism management system_REPORT.pdf
 
Railway Reservation System - Software Engineering
Railway Reservation System - Software EngineeringRailway Reservation System - Software Engineering
Railway Reservation System - Software Engineering
 
Presentation.pdf
Presentation.pdfPresentation.pdf
Presentation.pdf
 
MineExcellence Drilling Platform
MineExcellence Drilling Platform MineExcellence Drilling Platform
MineExcellence Drilling Platform
 
major project report Property Management
 major project report Property Management major project report Property Management
major project report Property Management
 
Hotel & guest house online registration system
Hotel & guest house online registration systemHotel & guest house online registration system
Hotel & guest house online registration system
 
PROJECT.ppt (6).pptx
PROJECT.ppt (6).pptxPROJECT.ppt (6).pptx
PROJECT.ppt (6).pptx
 
Project presentation
Project presentationProject presentation
Project presentation
 
Client server chat
Client server chatClient server chat
Client server chat
 
Event management system
Event management systemEvent management system
Event management system
 
Online Recuitement System
Online Recuitement SystemOnline Recuitement System
Online Recuitement System
 
Meeting Scheduler using android and web application (UML Diagrams)
Meeting Scheduler using android and web application (UML Diagrams)Meeting Scheduler using android and web application (UML Diagrams)
Meeting Scheduler using android and web application (UML Diagrams)
 
System design document visa
System design document visaSystem design document visa
System design document visa
 
Real estate management system
Real estate management systemReal estate management system
Real estate management system
 

Kürzlich hochgeladen

VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
dharasingh5698
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Kürzlich hochgeladen (20)

Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 

Resort management system

  • 1. RESORT MANAGEMENT SYSTEM SUBMITTED BY- NURUL AMIN CHOUDHURY(14W91A0537) SUBMITTED TO- Mr. SUNIL BOLLAM - ASSISTANT PROFESSOR (CSE) MRIET
  • 2. ABSTRACT • This project aims at creating an Resort Management system which can be used by customers to reserve rooms and other facility online. • Users can check the availability of rooms and other facilities. • The users can register and log into the system. • The administrator will know the details of reservations and daily income. • Admin will also manage all the things for the resort.
  • 3. MOTIVATION AND OBJECTIVE MOTIVATION:- • Resort Management System is used to provide facility to integrate the different branches of resorts. • If any customer is willing to come to the resort , he/she can see the facilities available and can know cost effectiveness of the resort online. • It makes possible to reserve the different kinds of facilities of resort Online. OBJECTIVE:- • Making profit and providing customer satisfaction are main objective of our system. • Making the system totally online. • To achieve consistency in business and setting up the environment in such a way that if there are any changes , it can be easily done and there is a scope of expending the business.
  • 5. EXISTING SYSTEM RMS Existing System has two aspects:- • Before Internet(When Internet was not available for the common peoples. ) • After Internet(When Internet was available to the common users.)
  • 6. BEFORE INTERNET • In the existing system, the person who wants to access the facilities has to visit the resort for booking rooms, and enquiry. • The existing system is manual system. • The hotel management has to keep records of rooms manually.
  • 7. AFTER INTERNET • Accessible through 3rd Party platform(ex- MakeMyTrip,Goibibo,Yatra.com etc.). • 3rd party platforms are not specific to Resort only. • Huge convenience charges. • Total features are not accessible. • Trust Issues for the Customer as well as Resort Management. • Provides only Room Booking facility.
  • 8. DISADVANTAGES OF EXISTING SYSTEM • It is a time consuming process. • There is no surety for availability of rooms. • Paper work results in need of lot of space to keep the data. • Lack of security. • Chances of human errors. • Huge Convenience fees. • Total features are not accessible. • Trust Issues for the Customer as well as Resort Management.
  • 9. PROPOSED SYSTEM • To overcome the problems of manual system and 3rd party platform issues Resort Management System is proposed. • Customer can directly communicate with the Resort. • The Central objective of resort management system is to provide online facility for accessing all the facility of resort. • This software can manage and keep records of resort online.
  • 10. ADVANTAGES OF PROPOSED SYSTEM • Saves time of customers in quickly reserving all the facility of resort. • The ability to book rooms anytime, from anywhere with Internet access. • Provides the information about resort facilities. • Very secure. • User friendly. • No Convenience fees. • Total features of resort are accessible. • Direct communication to the resort (not through 3rd party websites).
  • 11. REQUIREMENTS SOFTWARE REQUIREMENTS • OPERATING SYSTEM – WINDOWS-XP/VISTA/7/8/10. • DATABASE – DB-2(IBM) • PLATFORMS – HTML,JSP,JS,CSS,XML • WEB SERVER – APACHE TOMCAT(8.0 AND SUCCESSORS) HARDWARE REQUIREMENTS • PROCESSOR – INTEL PENTIUM-4 AND SUCCESSORS • RAM – 1 GB RAM & above • HARD DISK – 250 GB HDD • LCD MONITOR AND COMMON PHERIPHERALS
  • 13. MODULES OF SYSTEMS This project is used by two types of users (modules). 1)Online Users(Client) 2)Administrator (Management of the Hotel)
  • 14. USER MODULE • Check all kinds of resort facilities. • Fill registration form. • Can login with his/her own user id and password. • Get the information about nearby visiting places. • Get information about reserved rooms (if room is already reserved) and other resort products. • Can regenerate password if he/she forgets the password.
  • 15. ADMINISTRATOR MODULE • Can login with unique user id and password. • Check details of rooms reserved for the current day. • Check details of rooms reserved for the coming days. • Can know the daily income. • Manage staff members and customers too. • Admin has all the rights for the resorts different kind of products.
  • 16. UML DIAGRAMS • UML (Unified Modeling Language) is a standard language for specifying, visualizing, constructing, and documenting the artifacts of software systems. • UML is a way of visualizing a software program using a collection of diagrams. • UML was first implemented because software engineers needed a simple and consistent way to communicate in a field where programming languages develop at a rapid pace.
  • 17. Login Register Check availability reserve room Cancel rooms Display room details Logout User Use Case Diagram for User:- Get details
  • 18. Register login Check availability Reserve room Display room details Cancel Logout : User 1 : Register() 2 : Login with username and password() 3 : Invalid username and password() 4 : Check the availability of rooms() 5 : list of rooms available() 6 : reserve a room() 7 : Display the details about reservation() 8 : Cancellation of room() 9 : Log out() Sequence Diagram for User:-
  • 19. Login check availability Verification of username and password Invalid username and password reserve room Display details Display reserved room details Cancel room logout Activity Diagram for User:- Yes/No Yes/no
  • 22. Login Display : Administrator 1 : Enter Username and password() 2 : Validate() 3 : Invalid Username() 4 : Display reserved rooms for the current day() 5 : Display rooms reserved for the coming days() 6 : Logout() Sequence Diagram for Administrator:-
  • 23. Login Verification of username and password Invalid username and password no display the reserved room details logout yes Activity diagram for Administrator:- Yes/no
  • 27. Class diagram for the System:-
  • 28. SCREEN SHOTS This is the Home Page
  • 29. This page displays the services provided by the hotel.
  • 30. This is administrator login page.
  • 31. This page displays the information about restaurant.
  • 32. This is user login page.
  • 33. This is user registration page.
  • 34. Displays the details of rooms reserved for the current day.
  • 35. Displays the details of the rooms reserved for the coming days.
  • 36. ADVANTAGES OF SYSTEM • Accessible in every area where internet is present. • User friendly interface so that user or client can easily to its task. • Easy to use and Simple to understand. • Quick and save lots of time. • Very secure and requires less resources. • No need use the 3rd party platforms.
  • 37. DISADVANTAGES OF SYSTEM • Requires data or Internet to access. • Failure of machine or servers. • Heavy traffic leads to failure or long wait issues.
  • 38. TESTING • UNIT TESTING • Unit testing is the software development process in which the smallest unit of the system is tested. • While performing unit testing of different types of source code the following problems occurred. • RESULT Test Case ID Test Case Name Test Case Description Expected value Actual value Result Tc #1 GUI Check for all the Features in the screen The screen must contains features The result we get on checking Pass Tc #2 Check for the alignment of the objects as per the validations The Alignment should be in proper way The result we get on checking Pass
  • 39. • Integration Testing After the unit testing we have to perform integration testing. The goal here is to see if modules can be integrated properly, the emphasis being on testing interfaces between modules. Test Case Test Case Test Steps Result Name Description Input Expected Actual Leave the user Leave both Error message an error Pass id empty and the fields message “User Click empty and id is empty” is Submit button click submit displayed Button Enter user id and Enter user id If correct user Login success Pass 1.Login Password and and password id and full and redirect click Submit Password to home page or Button redirects to an error- home page message otherwise error “Invalid Userid Message or Password” is displayed Result:
  • 40. • System Testing Here the entire software system is tested. The reference document for this process is the requirements document, and the goal is to see if software meets its requirements. • Acceptance Testing • Acceptance Test is performed with realistic data of the client to demonstrate that the software is working satisfactorily. Testing here is focused on external behavior of the system; the internal logic of program is not emphasized. • In this project ‘Resort Management System’ I have collected some data and tested whether project is working correctly or not.
  • 41. CONCLUSION • Thus we have proposed RESORT MANAGEMENT SYSTEM. • It eliminates the 3rd party website completely. • This software aims at reducing paper work & provide multiple facilities to user with less efforts and Accessing the Portal according to choice & availability.
  • 42. FUTURE WORK • Expanding the project in different location around the globe. • Keep on changing UI- Design (User Interface) to make it look attractive. • Making servers more powerful. • Expanding the databases for storing more customers information etc. • Transforming this to the mobile application for better portability and making it more reliable.