Displaying last ten orders in main scrren

i would like to display last ten orders in main screen , any help will be appreciated…

Can you explain more please. What do you mean by main screen. Do you mean last 10 orders from tickets doesn’t matter if they are same ticket or not. Or last 10 tickets?

i mean on the pos scrren. i use custom table layout so i have space to run a script on the pos screen. i mean last ten orders submitted to be displayed by table number, order name and order time to check if the waiter delivered the order bacause sometimes they submit order to sambapos and forget to deliver it. i could run a sql script with a loop displaying the orders by descendinding order number if i had known the variables. i hope you understood what i want to do?

You can use custom reports and the report widget for this. It can be placed next to your tables on your tables entity screen.

is there any way to display on the pos screen?

The POS screen is designed to display 1 Ticket only (and its Orders).

not so i have custom table layout an i have enough space to put command lines, also that’s my problem if you can ow to display latest orders.tell me

You can use ticket Lister widget and put it next to your tables.

This statement is indeed true.

Your custom table layout is on an Entity Screen. Not the POS (Ticket) screen.

As @Jesse mentions, put a Ticket Lister Widget on your Entity Screen to display Tickets (which contain Orders).