NCR Menu -> POS Plu Data

Objective:

Understand how we map the menu from NCR to restaurant POS data to the FE using the different combinations of the Whopper using NCR store, 3715 Victory Drive COLUMBUS, Georgia.

FE Site:

 

Sandwich

Small Combo

Medium Combo

Large Combo

 

Sandwich

Small Combo

Medium Combo

Large Combo

Whopper

5.49

7.49

7.74

7.99

Whopper with Bacon

5.89

7.49

7.74

7.99

Whopper with Cheese

5.69

8.09

8.34

8.59

Whopper with Bacon & Cheese

6.19

8.69

8.94

9.19

Restaurant Data:

If Size Based Plu(101-Large) plus main item(115), you pick that price(101-Large-115), if not you pick default(101-Large)

 

Sandwich

Small Combo

Medium Combo

Large Combo

 

Sandwich

Small Combo

Medium Combo

Large Combo

Whopper

110

101-small

101-medium

101-large

Whopper with Bacon

121

 

 

 

Whopper with Cheese

115

101-small-115

101-medium-115

101-large-115

Whopper with Bacon & Cheese

117

101-small-117

101-medium-117

101-large-117

 

NCR Menu

orderModes: Service Mode

subMenus: Menu Sections

menuItems:

salesItems:

linkGroups:

modifierCodes:

quickCombos:

NCR Menu → Plu Prices

 

Sandwich (Item)

Small Combo

(Base)

Delta from Base

Medium Combo

Delta from Base

Large Combo

 

Sandwich (Item)

Small Combo

(Base)

Delta from Base

Medium Combo

Delta from Base

Large Combo

Whopper

5.49

7.49

→ .25

7.74

→ .50

7.99

Whopper with Bacon

5.89

7.49

→ .25

7.74

→ .50

7.99

Whopper with Cheese

5.69

8.09

→ .25

8.34

→ .50

8.59

Whopper with Bacon & Cheese

6.19

8.69

→ .25

8.94

→ .50

9.19

 

The item of an NCR menu is straightforward. This does not utilize combo logic and we map the productID, the CTG Plu, with the NCR ID. For combos, the NCR menu determines pricing using a levelID concept. 0 = Small, 1 = Medium, and 2 = Large mapped in the quickCombos object.

levelID: 0 and if section is mapped to combo partOfCombo: 1

Sandwich:

 

ID

Sanity Mapping

Object Type

Price of ID

 

ID

Sanity Mapping

Object Type

Price of ID

Whopper

2199

productID: 110

salesItem

5.49

Whopper with Cheese

2201

productID: 115

salesItem

5.69

Whopper with Bacon & Cheese

2216

productID: 117

salesItem

6.19

Combo:

We get the upsell price from the level ID of a side. If a drink is connected to a combo, we null the price.

 

Combo ID:

levelID:

Small

levelID: Medium

levelID:

Large

productID:

Upsell:

{partofCombo: True}

Base Price

Whopper

1652

0

1

2

2199

0.00

7.49

Whopper with Cheese

1652

0

1

2

2201

0.60

8.09

Whopper with Bacon & Cheese

1652

0

1

2

2216

1.20

8.69

SM Fries

1652

0

1

2

2208

0.00

7.49

Md Fries

1652

0

1

2

2210

0.25

7.74

LG Fries

1652

0

1

2

2209

0.50

7.99

SM Coca Cola

1652

0

1

2

4473

0.00

7.49

MD Coca Cola

1652

0

1

2

4473

0.00

7.49

L Coca Cola

1652

0

1

2

4473

0.00

7.49

Side Logic Ex Fry

 

Drink Logic Ex Coca Cola

Modifiers:

Parent-Child Relationship

POS:

Menu:

FE TBU:

FE has some logic to read the selected size based plu and main item plu combination.

 

 

Â