How to Add a Ticket without sending/printing order?

By default, Kitchen Printing occurs on the Event of Ticket Closing in the Rule named Ticket Closing Rule.

When you use Add Ticket Automation Command, this forces the current Ticket to close, before it Creates a New Ticket. You can stop the Orders from printing by constraining or removing the action that fires the Print Job. Notice I constrained the Action with 1==2, so the Print never fires. The has the same effect as removing that Action altogether…

I did this because I don’t necessarily need to print every time I close a Ticket; instead, I have another button that I use to manually print to the Kitchen.

The Action you see above is a clone of the default Execute Kitchen Orders Print Job, with 1 major difference: it prints Orders no matter what State they currently have …

2 Likes

@QMcKay you cant print multiple tickets as one though can you?
If you list ticket ids in the action does it merge them or print seperatly?

Thank you for your quick reply. Seems like an interesting way of bypassing this problem.

To answer your question; it does not merge the tickets but rather prints them separately. Which is okay so long as all the orders print at the same time.

I have a couple of questions if you don’t mind.

  1. I have added a second Orders Print Job Action under “Execute Kitchen Orders Print Job” for my drink orders called “Execute Print Drink Orders.” Would the constraint still be 1==2 or is that changed now that there is another Action between Execute Kitchen Orders Print Job and Update Ticket Status? I do not mind if it prints the Drink Orders when Add Ticket is selected so that doesn’t necessarily need to be turned off.

  2. So essentially what you’re saying is that I would turn off the action that prints a ticket when Close is selected. I see you made an Automation Command called Print Order. In that rule pertaining to that Automation Command, could I add an Action to Close Ticket as well? So the Print Order command would not only send the orders from the multiple tickets but also close the entity and bring me back to the Entity Screen. Or would these Actions now contradict each other?

I’m running low on time here and I have to get back to the restaurant so please understand if I don’t replay promptly. But I can’t wait to implement this.

Thanks again. This is a lot of help

No. This is just a way to disable an Action so that it does not fire. It would b exactly the same as removing the Action from the Rule altogether. It is a “test” …

A==B
does A equal B ? No.

1==2
does 1 equal 2 ? No.

'{SETTING:mySetting}' == 'Hi There'
does mySetting contain the value 'Hi There' ? Perhaps.

'{ORDER STATE:Status}'=='Submitted'
does the Order State named 'Status' contain the value 'Submitted' ? Maybe.
If the Ticket is closed, chances are, all Orders on the Ticket have a Status State of 'Submitted'.

You get the idea. I am simply constraining the Action from ever firing, rather than removing it altogether.

Why would I not just remove it altogether? Well, because I don’t like to remove things from “default” Rules. So instead, I simply constrain them to keep then from executing. This way, I don’t need to remember which Actions used to be there in the past - they are still there, but some may not fire due to such a constraint.

Sure, why not? You can do anything you want. That’s the beauty of the system. How it affects the rest of the default flow, well, I can’t say for sure. You need to try it yourself and see what happens.

1 Like

Awesome. Makes so much sense now that I have stepped back and looked at it again for the big picture. Thank you so much.

I’ll try to get this working on Monday.

But I think this will print each ticket separately. Another idea, you may want to put everything in 1 ticket (easy for kitchen) and use brand new Separator feature to separate each seat (for easy to see what seat are those order) then move orders later.

Or try order group

1 Like

I always forgot where the state constraint for printing. Never dig it up to Action lol. Then give up, I just make automation to update order state to New for Reprint kitchen order

So I just made the adjustments. I placed a Close Ticket Action on the new rule for my Send/Print automation command. I used the original Execute Kitchen Orders Print Job action because I found I was now able to send the same order mulitple times which isn’t ideal.

One problem is that it will not print the first ticket/seat once I hit my Send/Print button. So it succeeded in not printing to the kitchen when I hit Add Ticket but now only the last Ticket will print.

Any ideas?

I may try to play around with Order Separators once I get the update. I don’t know if the Order Grouping is good for this application because I would think the servers would have to separate the customers bills once they are ready to leave.

You have to manually click print every tickets that was your set up for.
Search “Seat Course” to see example how to order by seat

Sorry haven’t read the whole post but my first guess based on this sentence would be that your have bypassed the fireing of the print job but the order states are still being updated.
Are you still using the original print job action? What are the order states on the previous tickets your trying to print?
Referring to q’s post - in particular;

This is my first guess based on what you said, some screen shots would help diagnose

I did by pass the print sequence as QMcKay demonstrated by using 1==2 as the Constraint on my Ticket Closing Rule.

Here is a screenshot of an open ticket followed by the rule for the Send automation command button and the print action that the rule is using.

I used the original print action because I did not want a server to mistakenly send an order to the kitchen more than once.

I’m not sure where to find the order states on the previous tickets that I am trying to print.

My best guess is that the Execute Kitchen Orders Print Job has to be cloned and modified to be directed to print new orders of the whole entity and not just new orders for the open ticket.

I have explored this technique for adding and organizing orders by Seats as if they were courses. My only problem with this is that all seats are still under 1 ticket so my servers would have to manually organize and create a new ticket anyways for each seat so that they would each have their own bill. It seemed counter productive to set it up this way although it makes printing orders to the kitchen much easier and much more organized.

That print action still has status of new.
Have you chances the ticket closing rule then? If you create a ticket it will close the last one, if the closing rule is the same it will mark new orders as submitted.
If you trying to print with that job it’s looking to print new orders but all the previous tickets would have been closed and orders changed to submitted.

If I was doing what you are I would probably setup an extra state flow of say kitchen print = print on new added orders and then use print state to filter the print job and add the action to update print to printed after the print job action has fired.

Then you use Select Order Action to select order state seat no and use Execute Ticket Command action (move orders command) to move that seat to new ticket.

You don’t want 10 tickets in the kitchen for the same table, do you?

@JTRTech Yes, I modified the close ticket rule so it does not have an action to Print orders to the kitchen. But it still has the default “Update Ticket Status” and “Update Order Status” Actions.

I have no idea where to begin with this. Could someone please provide me with screen shot or some direction.

It would be nice to have the orders all come up on the same print ticket in the kitchen but if I have to have 10 different ticket then that is okay too… so long as they aren’t coming out minutes apart.

I do not think the method your using is the best way to solve what your wanting. Let me look at a few things and I might suggest something. Ideally you should keep it on a single ticket but when you print bills it automatically prints separate tickets for entities. I am thinking a state flow for order grouping and we store an entity to each group then a command to auto split the ticket and print based on that entity and order group. I think this might be possible it may take me till later today to provide an example though I have a meeting in about 30 minutes and it may take half the day.

An idea of how we might split the tickets can be found here:

Its not exactly the same thing but we can use some concepts shown.

1 Like

I would see what kendash comes up with as you dont seem to be grasping what Im saying.
The screenshot for print job you showed shows State of New so it will only print new tickets. If the default closeing rule is changing to submitted even if the flow to print all the tickets was working there would only be New orders on the current open ticket as the closing ticket rule is changing the other tickets for that table to submitted (NOT NEW) so if that is your print job your using it wouldnt work anyway…

As I posted before… did you read and understand q’s post about print job action state setting.

1 Like

I thought I got that. It when it is set to New it only prints new orders and thus the last Ticket on the entity. When it is blank it will print the entire order as many times as you hit the button and it still only prints the order from the last Ticket. Another problem because it re-sends the orders on the Ticket to the kitchen. So for example; a customer orders an appetizer so the server punches it in a sends the order to the kitchen; then 10 minutes later they decide on their entre. When the server sends the entre to the kitchen it also re-sends the appetizer.

So to avoid this, I placed the original Order State Name (Status) and Order State (New) back into the Execute Kitchen Orders Print Job Action. But the problem still remains that the only the last ticket automatically prints.

I am also curious to see what Kendash comes up with. I’m going to implicate the Advanced Split Payments either way. Seem like it could be very useful instead using the Move feature.

Thanks again guys.

Actually, it is using move features and automate go to payment screen after moved.

I think if you prefer using add ticket action. You can create print button in ticket list and print all tickets under same entity in one click.