Printing 1 ticket for Department

Hello Community

I use 3 Departments ,
-dine in,
-takeway
-delivery.

It is working well. Just after payment Ticket is printed. In every Department I need to print only 1 ticket for this Department. I place an order in Takeway for exemple, need to print 1 ticket for take Takeaway. .

If I put “Copies : 2” in this Field, system prints always 2 copies for every Departments.

Possible to make :

Dine in : 1 Ticket
Takeawy : 1 Ticket
Delivery: 2 Tickets

I use always V4.

image

Leave at 1, and add the action a seccond time in the relevant rule but add an action constraint so seccond rule only happens given that department.

Hello JTRTech
Thanks you for answer. I have made what i can. No sucess.
I make something wrong,i dont know what,

You have maybe any example?
Regards

Show what you have done…
Something like '{DEPARTMENT}' == 'Delivery'

I have followings rules and actions:

image

image

What rule is that? Print bill? So like that it should only print on delivery.
If you want a conditional seccond print youll need to add 2 print actions to the rule and just constrain the one.

@JTRTech

Thank you for your Precious Help. I have following Rules and Actions.
I cannot change anything. My Purpose is: For Restaurant and Takeaway Department, i need to print only 1 copy, and for Delivery Departments i need to print 2 copies after Payment. That’all. What i am doing wrong?

RULES
image

ACTIONS:

image

image

Again, you need to add two ‘Execute Bill print Job’ actions to the rule.
Then constrain one to ‘Delivery’.
First one will print for all, second with constraint will print second copy only for specified department.

@JTRTech thank you very much… it is done.