Emre also talked about releasing a tutorial but I tried a whole day digging the forum up without any clue. Please, I need your guidances to build this specific kitchen display. Thank you!
It can be done by using Task Printer + Grouping features of the Task Editor Widget. Here I prepared a sample kitchen display. You can see how it configured and adjust it for your needs. It creates a task per order line and groups them on kitchen display by product and table.
I didnât prefixed configurations so please test it on default setup first.
Is there any way you can think possible in a reliable perspective to accomplish this: i have a order tag group with various order tags⊠I want to set the color for all the order tags with âNo âŠâ to be red in the KDS.
My first guess was to see what Q did a while back in his KDS but his was color defined based on whole order tag groups not color defined for single order tags within a group.
My next guess was to store the color html tag in header and use {ORDER TAG LABEL} in the template but that wasnât showing anything and it was also modifying header in GUI buttons.
Finally I thought what if I had a script to check if order tag contains âNO â and to output it with html cost color tags. I feel that this would be easy to do but probably not good practice to run a script for every order tag?
Did you tried using formatting tags (HTML tags) in printer template? I think you can use [=X] template expressions to determine color. Let me know if you need more help.
Is there a way to make the KD list the orders in a single row with horizontal scrollbar?
Would be kind of you to point me in the right direction.
Thank you,
stroodl
Thank you @emre, this worked.
After some tweaking I got it working and itâs already the best Kitchen Display I ever used on Samba (plus the automation is simple and straightforward). I would like to publish it in the forums once itâs finished.
I have a minor issue with voids (not a dealbreaker at all but would be nice to understand whatâs going on):
Here I add two orders, it shows nicely on the KD. I VOID one of them, and look at the KD for the first time - so far so good. After visiting another entity screen and coming back to KD the voided item shows twice.
Funny thing is that this only happens when I visit another entity screen with Task Editor widget. Other entity screens wonât mess it up. When I add order, close ticket and void the immediately without visiting KD it shows twice right on the first try.
I would also like to set up a waiter screen. I was thinking of an easy way of firing an automation command once a task is completed (passing an Id or whatever is needed to the rule) and printing a task. Iâve been trying hard but I canât figure out how to pass the Command Value to the Task_Print_Job Action:
I donât know what kind of data and in what field the Execute_Task_Print_Job action needs so that it âknowsâ which order Iâm reffering to.
I could even prepare the data in the KD_Task_Print_Template like (Waiter={PRODUCT NAME} - {ENTITY NAME:Table}) and only pass âWaiterâ as a command name and let it be printed as a Task.