Difference between revisions of "Setting/roomsmustbeavaillogic"

From Beds24 Wiki
Jump to navigation Jump to search
(Created page with "And logic means both rooms must be available Or logic means at least one of the rooms must be available.")
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
And logic means both rooms must be available Or logic means at least one of the rooms must be available.
+
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
 +
 
 +
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 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.

Latest revision as of 12:46, 25 July 2018

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

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 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.