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

Compare with Current View Page History

« Previous Version 2 Next »

Extended properties overview 

Extended properties used for kiosk:

  • «nameХХХХ» – with its help, the name in the language with the code XXXX is displayed on the kiosk screen. (For example, the name of the dish in English (“name0419”): “Fish Sandwich”).
    The language code can be defined in “Settings” in the Language Settings section, the Language List parameter, in which the languages used are selected.

    • If there are letters in the language code, they should be lowercase, for example, «name041b», not «name041B».
    • Some versions of the kiosk use the extended property NameХХХХ (capitalized).
  • «descriptionХХХХ» – with its help, a description in the language with the code ХХХХ is displayed on the kiosk screen (For example, a description of the dish “Fish Sandwich” in English (“description 0419”): “White bread sandwich with salmon, butter and lettuce ").
    The language code can be defined in “Settings” in the Language Settings section, the Language List parameter, in which the languages used are selected.

    If there are letters in the language code, they should be lowercase, for example, «name041b», not «name041B».

  • «imagePath» – you can specify an image file for order types. The images themselves must be located in the webdata/assets/img/ folder. Available formats: jpg, jpeg, png, bmp.

    For correct display on the kiosk, the size of the pictures must be 512x512 pixels.

  • «claim» – with its help, an additional message (label) about the discount, spiciness of the dish, etc. is displayed on the dish or combo dish. The images should be located in the webdata\assets\claims directory. Specify the name of the file and its location relative to the main image (orientation X(right,left), orientation Y(top,bottom)), for example: {"src":"spicy.png", "position": "right top" }. Available file types: jpg, jpeg, png, bmp.

    • For proper display on the kiosk, the size of the pictures should not exceed 128x128 pixels.
    • When Kiosk1 (r_keeper_7_SelfServiceTerminal) and Kiosk PRO are running simultaneously, Kiosk PRO supports the kiosk_claim_pro parameter with similar functions.
  • «itemParams» – with its help you can:
    1. change the image scale for dishes/selectors/modifiers (entry in the parameter - {"imgScale":0.7}, where 0.7 is the scale.)

    The parameter works only in the menu; in the “Details” section the scale does not change. Approximate recommendations: 1-big, 0.8-0.9 - medium, 0.6-0.7 minimum. You can use a scale greater than 1, but then you need to monitor the quality of the image on the screen.

    2. collect all kiosk dishes with a price below a certain one into one selector (entry in the selector parameter - {"includeByMaxPrice":500}, where 500 is the maximum price of the dish);
    3. show disabled dishes inactive with a zero price (entry in the selector parameter - {"notHidden":"1"}), not show disabled dishes (entry in the selector parameter - {"notHidden":"0"});
    4. show subselectors and dishes in the selector at the same time, as well as show subselectors of the 3rd level and higher (entry in the selector parameter - {"isMixedView": "1"});

    When Kiosk1 (r_keeper_7_SelfServiceTerminal) and KioskPRO operate simultaneously, KioskPRO supports the ItemParams_kiosk_pro parameter with similar functions.

  • «kiosk_route» – with its help it is possible to redirect from the original selector to the selected one, it is used in the associative menu (entry in the selector parameter - xxxxxxxxxx - the identifier of the selector to which the redirection occurs).
    At least two extended properties "name0419" and "description0419" are required for the menu item and selector page.  

Creating an extended property

To create an extended property in the Settings > Customization > Extended Properties menu, you must create a new property with the specified system name.
In the properties you need to set the Name, System name, select the Property Type, and assign the status to Active. The system name of the extended properties nameХХХХ and descriptionХХХХ consists of its name and the language identifier.
For the Type List property, add the required types.

For the extended properties nameХХХХ and descriptionХХХХ, you can select 13 element types.

  • Modifier group, Combo group, Combo scheme, Combo element, Combo menu element, Modifier, Serving order, Menu element, Order type (Menu, Modifiers, Prices  group);
  • Floor plan (Tables, Floor Plans group);
  • Employee, Role (Employees group);
  • Selector page (GUI group).
  • For imagePath, select the Order Type (Menu, Modifiers, Prices group),
  • for Claim select Combo menu element, Menu element (Menu, Modifiers, Prices group),
  • for itemParams select Modifier, Menu Element (Menu, Modifiers, Prices group), Selector Page (GUI group);
  • for kiosk_route – Selector page (GUI group).
  • Then you need to fill in the added extended properties (section Extended Properties) directly in the types selected for them.

  • No labels