Setting/roomsmustbeavaillogic: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) No edit summary |
No edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
Dependency logic can be calculated using one of the following options. | Dependency logic can be calculated using one of the following options. | ||
*Sum of All Bookings | |||
The quantity of rooms available is set to the quantity of this room minus the total number of bookings in this and all dependent rooms. | |||
*All Rooms Must Be Available | *All Rooms Must Be Available | ||
At least one of every dependent room type must be available and the quantity of rooms bookable is set to the lowest available at any of the dependent rooms. | |||
*Any Room Must Be Available | |||
* | At least one of the dependent rooms types must be available. Inventory is limited to the total number of dependent rooms available. | ||
*Number Units Must Be Available | |||
The | The number of units must be available in the dependent rooms. | ||
* | *Number or Less Units Must Be Available | ||
This room is only available when the specified number or less of the dependent rooms are available. | |||