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.")
 
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.
 +
 
 +
 
 +
*All Rooms Must Be Available
 +
 
 +
Every dependent room must be available and the quantity of rooms bookable is the minimum availability at any room.
 +
 
 +
 
 +
 
 +
*Sum of All Bookings
 +
 
 +
Every dependent room must be available and the quantity of bookings in this and all dependent rooms must be less than the quantity of this room.
 +
 
 +
 
 +
*Any Room Must Be Available
 +
 
 +
Bookable as long as any of the available rooms are available.

Revision as of 22:23, 5 April 2014

Dependency logic can be calculated using one of the following options.


  • All Rooms Must Be Available

Every dependent room must be available and the quantity of rooms bookable is the minimum availability at any room.


  • Sum of All Bookings

Every dependent room must be available and the quantity of bookings in this and all dependent rooms must be less than the quantity of this room.


  • Any Room Must Be Available

Bookable as long as any of the available rooms are available.