Versions Compared

Key

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

...

Info

This page details the approach to Oracle configuration in both the RBI platform and the POS.

Content

Table of Contents
stylenone

Oracle POS Technical Requirements

...

Info

PLU, Definition Sequence and Price Sequence are the 3 Oracle attributes which we will use to distinguish across different structures, service modes and modifier quantities.

The logic behind the menu configuration is that the combination of these 3 attributes will always lead to a unique PLU for each menu structure. For example, a single Whopper for delivery will have a unique PLU.

...

You can find the menu configuration guides here: Oracle Config - Menu.

Unique Identifiers

The reason we use a unique PLU’s for the menu structure (by combining PLU, Price Sequence and Definition Sequence attributes) is that the RBI Platform needs unique PLU’s internally to function as expected. Internally, the RBI Platform will concatenate each attribute, separated by a dash, to create a unique PLU. For example, for an item with product reference ID 100137, price sequence 1 (Delivery) and definition sequence 1, the following PLU will be generated: 200137-2-1.

Our recommendation is to use:

  • For menu items:

    • Price Sequence to distinguish between service modes, where 1 is Pickup and 2 is Delivery. It is also possible (but not recommended) to use Definition Sequence to distinguish between service modes.

    • Definition Sequence to be always 1.

  • For modifiers:

    • Price Sequence to distinguish between service modes and Add/No modifiers (details here). It is possible (but not recommended) to use different ID’s than those mentioned in the linked documentation. It is also possible (but not recommended) to use Definition Sequence instead.

    • Definition Sequence to be always 1.

More details can be found in each sub-section of the documentation.