mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 06:59:20 +00:00
Hotels (#11907)
* [new-module] hotels, start * Multiple Changes Hotel Settings Added Make invoice on Hotel Reservation * Hotel Room validation for overbooking * Added test fixtures and test for Hotels * Added Tests for Hotels Overbooking Pricing not set * [WIP] Documentation Hotel Room and Screenshot * Added Calendar view for Hotel Room Reservation * Added Report - Hotel Room Occupancy * Added Hotel Reservation User in Hospitality domain
This commit is contained in:
committed by
Rushabh Mehta
parent
be9eae06ec
commit
2dee8fc255
5
erpnext/docs/user/manual/en/hospitality/hotel-room.md
Normal file
5
erpnext/docs/user/manual/en/hospitality/hotel-room.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Hotel Room
|
||||
|
||||
Hotel Room is a master to create hotel rooms for reservation
|
||||
|
||||
<img class="screenshot" alt="Hotel Room" src="/docs/assets/img/hotels/hotel-room.png">
|
||||
@@ -6,4 +6,8 @@ ERPNext Hospitality module is designed to handle workflows for Hotels and Restau
|
||||
|
||||
The Restaurant module in ERPNext will help you manage a chain of restaurants. You can create Restaurants, Menus, Tables, Reservations and a manage Order Entry and Billing.
|
||||
|
||||
### Manage Hotels
|
||||
|
||||
The Hotels module in ERPNext will help you manage creating Hotel Rooms, create Hotel Room Reservation. It will also help in creating Invoice from hotel room reservation
|
||||
|
||||
{index}
|
||||
@@ -1,4 +1,5 @@
|
||||
restaurant
|
||||
restaurant-menu
|
||||
reservations
|
||||
order-entry
|
||||
order-entry
|
||||
hotel-room
|
||||
|
||||
Reference in New Issue
Block a user