App for managing hotel bookings. This is Erpnext Module application
MIT.
This module includes rooms management, seasonal rates management, house keeping, selling of booking extras. Please note that this application is at the early stages. You can clone and study the app so that you can add code to the project if you are interested. More details soon
- Group booking with individual checkout
- Seasonal rates
- Various rooms configurations supported
- House keeping integrated with the HR module and rooms for effective house keeping. Rooms can be assigned to a team of employees. Daily house keeping report is also supported
- Integration with the CRM module
- Integration with Account module coming soon.
- Before going ahead to install this app, please install ERPNext first
- Open console and login with with sudo priviledges
- Cd into frappe-bench directory
- Execute "bench get-app bookings https://github.com/franknyarkoh/bookings
- Please wait for the script to run and execute "bench --site [your erpnext site] install-app bookings
- Restart Erpnext with the command "bench restart" Congratulations.