Printing Products

Thanks to all for these magnificent software and the comunity.

Im trying to print a kitchen order and need to print an individual food too, for example.

KITCHEN ORDER
TABLE 5
TIME: 14:20

1 Wantan Soup
1 Mongolian Meat
2 Spring Roll

End Kitchen Order

So then i need to print an individual ticket for each food, For example,

------Sub ticket -----------
[TABLE NUMBER] [TIME]- [QUANTITY] [PRODUCT]
------Sub ticket -----------

following the example something like:

[5] [14:20] [1] [WANTAN SOUP]
--------------- -------------------
[5] [14:20] [1] [MONGOLIAN MEAT]
--------------- -------------------
[5] [14:20] [2] [SPRING ROLL]
--------------- -------------------

End of “Sub Ticket”

means use the auto cutting printer command, so we get individual ‘sub tickets’

We use this to identificate what table have what food, because we’ve 72 table restaurant.

Thanks in advance.

Hope you can help me.

Hello,
In your Print Job, choose

Works PERFECT!!!
Thanks