(Self Service )Customer Order food and settle payment at cashier

Where is [:imgname] coming from?

its a ticket tag passing menuitem name

That is not how you call a ticket tag…it would be {TICKET TAG:imgname}

1 Like

oh ya sometimes i just forget these things…thnks its working now.

1 Like

{:imgname} might work if it was a program setting but even those typically it would be {SETTING:settingname}

1 Like

i have prepared a demo:

scenario:
students take order, show orders in kitchen, give a order number to student once ready display order number and settle payment from ticket screen and only cash payment will be used.

customer screen:


display image on prodcut details:

kitchen display with summary of orders:

display customer department tickets:

ready orders for customers department only

ticket & payment screen:

any suggestion for layout improvement

1 Like

You should not sell Wine to students :wink:

I think allow self serve to enter any comments could be issued. It might get slower than faster. Maybe self serve should only order things that has no comment so, no question to ask customer back in case you need clarification. For picky customers should order with server.

1 Like

hehe i havent change the menu yet as its just a demo

1 Like

Your coming along nicely. I enjoy watching this evolve.

1 Like

I always lose this link and forget about it, so here it is again after digging through old posts…

window.external.ExecuteAutomationCommand(<CommandName>,<CommandValue>);
window.external.GetSettingValue(<SettingName>);
window.external.SetSettingValue(<SettingName>,<SettingValue>);

That may help somewhat with web integration. The question is: do we have, or will we have in the future, more of these functions?

More info…

1 Like

ok qmckay will look into the details thanks

Hello

can you please guide me how to prepared LIKE This screens :

1-customer screen( E-menu): my

2-ready orders for customers department only:

thanks

You are going to have to alter multiple actions, specify specific permissions to user roles that are linked to the customer ordering device and ensure those devices are locked down enough so the customer using the device can only access the one order and not access or change other orders. It’s not just one straightforward tutorial and if you want to setup something like this, you are going to have to spend considerable time learning and understanding the system and how various features work. Think about breaking down the setup into steps then use the search feature on the forum to search for relevant parts - there isn’t a ready made tutorial for this type of setup at the moment but I am sure it is possible given the effort is put in.

Alternatively, you can place an ad in the Ads category and then get paid help to set it up.

You could amend a Kitchen Display setup to work in this way. Take a look at

Or this one for the Bump Bar version - which also includes a DB Tools file to import. You could remove the Bump Bar from it and will still work, which would be a faster way to implement it quickly

For creating order numbers that are 1-99 and then reset, you can look here

2 Likes