Takeaway/Consume here

Through POS4 it is possible to set an item or sale to be marked either “Takeaway” or “Consume here”. During the sale the cashier makes the selection, and the result is then printed on the kitchen ticket.

Setup

Parameters

The “Takeaway/Consume here” feature is enabled by adding one of these 2 parameters to your list of parameters in POS4:

Parameter Description
FoodMixedVat.Enabled Per Item: The selection will be displayed every time an item with the correct attributes is added to the sale. Set value to 1.
FoodConsumeOrTakeAwayPerSale.Enabled Per Sale: When an item with the correct attributes is added to the sale, the selection will be displayed once and will apply to the entire order. Set value to 1.

Attributes

Only items with the correct attributes will trigger the “Takeaway/Consume here” selection.

The attributes are: FoodServable, FoodServableVatCode, FoodServableVat, FoodServablePrice

Items with these attributes can be imported into the Resolut Online portal using the SAP integration, or added to the “Attributes” column in the database manually using the following string:

“FoodServable,1|FoodServableVatCode,1|FoodServableVat,0|FoodServablePrice,3”

Use

Once the parameter and attributes are set-up, the selection will be displayed when a configured item is added to the sale.

R58 fig1

The choice of either “Takeaway” or “Consume here” will also be added to the kitchen ticket when the order is printed.