Combine two rooms to sell as a suite: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 49: | Line 49: | ||
'''Example 3:''' A B&B has 3 standard rooms (tulip, iris, rose) and one economy room. Tulip can be combined with the economy room to form a suite. | '''Example 3:''' A Lodging as a double room and a twin room. The twin room is also sold as king room. The double and the twin room are sold as suite 1 and the double and the king room are sold as | ||
The 2 real rooms and the king room can all be sold separately as well as the 2 suites. | |||
'''1. Set up your "real" rooms:''' | |||
*Create a Double and a Twin room with a quantity of 1 each. | |||
'''2. Set up your "virtual" rooms''' | |||
*Create one room King with a quantity of 1 | |||
*Create one room Suite 1 with a quantity of 1 | |||
*Create one room Suite 2 with a quantity of 1 | |||
'''2. Set up the room dependency settings in SETTINGS->PROPERTIES->ROOMS->DEPENDENCIES as follows:''' | |||
*King: | |||
**Requires Availability in = Twin | |||
Leave all other settings set to the defaults. | |||
*Suite 1: | |||
**Requires Availability in = Twin and Double | |||
**Combination Logic = All rooms must be available | |||
Leave all other settings set to the defaults. | |||
*Suite 2: | |||
**Requires Availability in = Twin and Double | |||
**Combination Logic = All rooms must be available | |||
Leave all other settings set to the defaults. | |||
*Double: | |||
**Include Bookings from = Suite 1, Suite 2 | |||
Leave all other settings set to the defaults. | |||
*Double: | |||
**Include Bookings from = King, Suite 1, Suite 2 | |||
Leave all other settings set to the defaults. | |||
'''Example 4:''' A B&B has 3 standard rooms (tulip, iris, rose) and one economy room. Tulip can be combined with the economy room to form a suite. | |||
'''1. Set up your "real" rooms:''' | '''1. Set up your "real" rooms:''' | ||