Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 26 Next »

Introduction

For the web manager, bookings engine, my environment and webservices we don't use database listeners. For this, we have a separate flow in place, because we require additional information (such as pre-calculated prices) in the Elasticsearch index.

Index Modes

We have several index modes available which all have their requirements and benefits. Below you can find a matrix in which per index mode the requirements, benefits, and limitations are listed.

Matrix



Length of Stay using Pricecache

Length of Stay using Cashflowrules

Nightly Rates on Unit level

Nightly Rates on Type level

PerformanceProcessing time (faster = more real-time)(minus)(plus)(plus)(plus)(plus)(plus)(plus)

Index size (smaller = faster search)(minus)(minus)(plus)(plus)(plus)






RequirementsNightly rate

(tick)

(tick)(tick)(tick)

Length of stay (LOS) rates(tick)(error)(error)(error)

Every day departure(tick)(tick)(tick)(tick)

Departure on specific days(tick)(tick)(tick)(tick)






FunctionalInheritance of prices(tick)(tick)(error)(tick)(error)(tick)(error)

Length of stay price calculation(tick)(tick)(tick)(tick)

Fixed rate offers (e.g., -20)(tick)(tick)(tick)(tick)

Relative (percentual) offers (e.g., -10%)(tick)(tick)(tick)(tick)

Override offers (override price for specific period)(tick)

(tick)

(error)(error)

X=Y offers (e.g., 7 days for price of 6)(tick)(error)(error)(error)

Exact period only offers(tick)(tick)(tick)(tick)

Combination of offers (max. 2)(error)(error)(error)(tick)

Implies fixed amount per stay(tick)(tick)(error)*(error)*

Implies fixed amount per night(tick)(tick)(error)*(error)*

Implies with relative prices(error)(error)(error)(error)

Implies on unit level(error)(tick)(error)(error)

Search amenity on location level(tick)(tick)(tick)(tick)

Search amenity on type level(tick)(tick)(tick)(tick)

Search amenity on unit level(tick)(tick)(tick)(error)

Gap configuration(tick)(tick)(tick)(tick)

* support for these will be added through  MXTS-26931 - Add support for internet additional costs in the night price index OPEN

  • No labels