Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


This program allows us to add, edit, and delete room types also called accommodation.

A hotel / resort divides the room types into classifications like "Superior", "DeLuxe", "Suite" etc. Rooms within the same size, bed type, amenities, etc belong in the same Accommodation. The price of the room usually is based on the room type.


      Each room type has a number of criteria like:

  • How many beds fit in the room, including extra beds.
  • How people are allowed to stay in the room, kids, and adults together.

Remarks:  Adding a new record affects all properties within the group. This means to add new record is all, edit and delete is per property

...

  1. Accommodation: Enter the name of the accommodation. Our advice, If the property have has a different bed type in one accommodation type, it should be segregated based on the type of bed. 

...

       3. Description: Write a full description for of each accommodation. This description will also appear in your own booking engine.

       4. Recipe: The user must create a recipe in the recipe program for the amenity sets. Link the recipe created on each accommodation.

       5. Rating: This will be the ranking of the accommodation. The lowest rating will be displayed as the first one in your booking engine, accommodation            forecast forecast, room statistics & rate code. It is also used if the setting is auto room assign ='y'.

       6. Extra Bed: The number of extra bed that is allowed in the room. 

...


Configuration:
Adults Base 2, Max 3, Children max 3, (the base pax for child and baby is not editable)

Age groupBase PaxMax Pax
Adult23
Child
3
Baby


The above means that during the reservation the following combinations would be possible:
- 3 adults
- 3 adults + 1 child
- 2 adults
- 2 adults + 1 child
- 2 adults  + 2 children
Not possible is 3 adults + 2 children or 3 adults + 3 children.
This also means that the max pax in the main program must be <= (lower equal) than the total adult+child+baby in the pop up (configuration)


Image RemovedImage Added


To Edit

Double-check first before editing any data as it might affect the reservation and rate code.

  1. Click the "edit" icon and start editing the data.
  2. Click "submit" when done.
  3. Click "cancelCancel" if you don't want to make any changes.


Image RemovedImage Added


To Delete (deactivate)

Double-check first before deleting any data as it might affect the reservation and rate code

  1. Locate the accommodation name that you want to deactivate, click the "deactivate" button.
  2. Are you sure you want to de-activate this record?
  3. Click "OK".


Image RemovedImage Added


To Re-activate

  1. UN-tick the box “hide inactive” to show the in-active inactive records.
  2. Select the accommodation name that you want to re-activate, click the "re-activate" button.
  3. Are you sure you want to re-activate this record?
  4. Click "OK".



Image RemovedImage Added