How to show open order time and time print bill

Hi All,

How can i show time start open order and time print bill on my print template and on report please

Or print this in bill

Think the tags you need to add to your template are just:

{ DATE }

{ TIME }

{DATE} and {TIME} will just print the date/time when the ticket is printed.

There are a few options depending on exactly what you need…

{TICKET DATE}
{TICKET TIME}
{LAST ORDER TIME}

For orders section:
{ORDER DATE}
{ORDER TIME}

@Mong_KP when you edit a printer template, there is tag help on the right, you can look there for some ideas of what to use. And you can use Preview to see a live example of your last ticket so you can test ideas out while making changes.

2 Likes

Sorry my bad i meant TICKET TIME & TICKET DATE :grinning:

is there a way i can add order time on my template showing time with seconds the order was put through

{CREATION MINUTES}

it’s ticket level, not order/item level

i mean i want on my kitchen template to show the time when the order was put through including the seconds for example like 12:32:46pm

The little bit of testing able to do, I was not able to get the seconds to show. As an alternative, you could create new State Name called Time and set the state to {DATE:hh\:mm\:ss}. I’m not sure where you would like to put it…Order added to ticket or when the ticket is closed.

2 Likes