/
Kiosk Images Customization (Up to V1533)
Kiosk Images Customization (Up to V1533)
- To assign a picture to a Category, double click the Quick Menu Set that corresponds to the category to bring up the Edit Quick Menu Set dialog.
- Activate the checkbox Stay on quick menu set upon adding item in Kiosk mode if you want user to return to the selected quick menu set after adding an item to an order (rather than going back to the screen showing all quick menu sets).
- To assign a picture to a Menu Item, find the item in Menu Items under Menu Setup. Item Icon 1 is used for the Quick Menu Item screen.
- The text in the Notes field as well as Item Icon 2 are used on the item panel when the user selects an item (see below).
- To assign a picture to an Option Item, find the item in Options under Menu Setup. Set Item Icon 1.
Idle Screen
Components
- IdleBackground.jpg (1024x768)
- IdleStart.png (322x84)
- IconConfirm.png (32x32)
- IconReviewOrder.png (Used in table-service mode only)
Review Order Screen (Table-service Mode Only)
Components
- IdleHeaderBackground.png
- EditScrollUp.png
- EditScrollDown.png
- EditScrollUpInactive.png
- EditScrollDownInactive.png
- IconClose.png
Menu Screen
Components
- MainBackground.jpg
- OrderBackground.png
- OrderUp.png
- OrderDown.png
- OrderUpInactive.png
- OrderDownInactive.png
- IconCancel.png
- IconCustomize.png
- IconPlaceOrder.png
Item Screen
Components
- MainBackground.jpg
- OrderBackground.png
- OrderUp.png
- OrderDown.png
- OrderUpInactive.png
- OrderDownInactive.png
- DefaultMenuItem.png
- IconAddItem.png
- IconBack.png
Options Screen
Components
- MainBackground.jpg
- OrderBackground.png
- OrderUp.png
- OrderDown.png
- OrderUpInactive.png
- OrderDownInactive.png
- IconLeft.png
- IconRight.png
- IconDone.png
- Indicator.png
- IndicatorActive.png
- OptionsScrollUp.png
- OptionsScrollDown.png
- OptionsScrollUpInactive.png
- OptionsScrollDownInactive.png
- WingsMinus.png
- WingsMinusInactive.png
- WingsPlus.png
- IconCancelItem.png
- Checkmark.png
Product Lookup Screen
Components
- MainBackground.jpg
- OrderBackground.png
- OrderUp.png
- OrderDown.png
- OrderUpInactive.png
- OrderDownInactive.png
- IconBack.png
- Keypad0.png
- Keypad1.png
- Keypad2.png
- Keypad3.png
- Keypad4.png
- Keypad5.png
- Keypad6.png
- Keypad7.png
- Keypad8.png
- Keypad9.png
- KeypadBack.png
- KeypadClear.png
Edit Order Screen
Components
- MainBackground.jpg
- EditScrollUp.png
- EditScrollDown.png
- EditScrollUpInactive.png
- EditScrollDownInactive.png
- IconBack.png
- IconRemoveAllItems.png
- IconPlaceOrder.png
- IconEditOptions.png
- IconEditRemove.png
Confirmation Screen - Table-Service Mode
Components
- MainBackground.jpg
- OrderLeftBackground.png
- OrderUp.png
- OrderDown.png
- OrderUpInactive.png
- OrderDownInactive.png
- Keypad0.png
- Keypad1.png
- Keypad2.png
- Keypad3.png
- Keypad4.png
- Keypad5.png
- Keypad6.png
- Keypad7.png
- Keypad8.png
- Keypad9.png
- KeypadBack.png
- KeypadClear.png
- IconBack.png
- IconCustomize.png
- IconConfirmOrder.png
Confirmation Screen - Cashier Mode
Components
- MainBackground.jpg
- OrderLeftBackground.png
- OrderUp.png
- OrderDown.png
- OrderUpInactive.png
- OrderDownInactive.png
- IconDineIn.png
- IconTakeOut.png
- IconBack.png
- IconCustomize.png
Payment Screen (Cashier Mode Only)
Components
- MainBackground.jpg
- OrderLeftBackground.png
- OrderUp.png
- OrderDown.png
- OrderUpInactive.png
- OrderDownInactive.png
- IconPay.png
- IconBack.png
- IconCustomize.png
Transaction Complete Screen (Cashier Mode Only)
Components
- MainBackground.jpg
- OrderLeftBackground.png
- OrderUp.png
- OrderDown.png
- OrderUpInactive.png
- OrderDownInactive.png
- IconDone.png
Info Dialog & Confirm Dialog
Components
Error Dialog & Timeout Dialog
Components
How to Load Pictures into the Database
- To get all image 1 pictures from MENU_ITEM_DETAILS
- select menuItemName,image,storeId from menu_item_details MID, pictures P where MID.isDeleted = 0 and P.id_=image and image is not null and storeID = 150 and menuItemId in (select menuItemId from MENU_ITEMS_CATEGORIES_GROUPS2 where groupId = 1 and storeId = 150)
- To get all image 2 pictures from MENU_ITEM_DETAILS
- select menuItemName,image2,storeId from menu_item_details MID, pictures P where MID.isDeleted = 0 and P.id_=image2 and image2 is not null and storeID = 150 and menuItemId in (select menuItemId from MENU_ITEMS_CATEGORIES_GROUPS2 where groupId = 1 and storeId = 150)
- To get Quick Menu Set Pictures
- select quickMenuName,isKioskStayOnQMSet,image from quick_menu_sets, pictures where image=pictures.id_ and image is not null and quick_menu_sets.isDeleted = 0 and storeId = 150
To get list of Pictures used
select * from pictures where id_ in (select image from menu_item_details M, pictures P where M.isDeleted = 0 and P.id_=image and image is not null and storeID = 150 and menuItemId in (select menuItemId from MENU_ITEMS_CATEGORIES_GROUPS2 where groupId = 1 and storeId = 150)) or id_ in (select image2 from menu_item_details M, pictures P where M.isDeleted = 0 and P.id_=image2 and image2 is not null and storeID = 150 and menuItemId in (select menuItemId from MENU_ITEMS_CATEGORIES_GROUPS2 where groupId = 1 and storeId = 150)) or id_ in (select image from quick_menu_sets, pictures where image=pictures.id_ and image is not null and quick_menu_sets.isDeleted = 0 and storeId = 150)
Related Articles
See Also:
Troubleshooting Articles
Related content
Kiosk: Backoffice - Adding Images to Items
Kiosk: Backoffice - Adding Images to Items
More like this
Kiosk: Backoffice - Adding Images to Quick Menu Categories & Items
Kiosk: Backoffice - Adding Images to Quick Menu Categories & Items
More like this
Kiosk - Alternate Language
Kiosk - Alternate Language
More like this
Kiosk: Backoffice - Quick Menu Best Practices
Kiosk: Backoffice - Quick Menu Best Practices
More like this
Kiosk - Customer Type Discounts (Customer Settings)
Kiosk - Customer Type Discounts (Customer Settings)
Read with this
Kiosk: Terminal - Adding Items
Kiosk: Terminal - Adding Items
More like this