* [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:
Revant Nandgaonkar
2018-02-12 11:57:12 +05:30
committed by Rushabh Mehta
parent be9eae06ec
commit 2dee8fc255
70 changed files with 2826 additions and 11 deletions

View 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">

View File

@@ -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}

View File

@@ -1,4 +1,5 @@
restaurant
restaurant-menu
reservations
order-entry
order-entry
hotel-room