Simple TIcket Template

Here is a simple well laid out Ticket Template. This template uses a ticket tag called StayGo for type of service and a ticket tag called GuestCount for guest count. I built automation for those which I will not share here but you can edit those as you see fit.

[LAYOUT]
-- General layout
<C00>Moore's Dairy Creme
<C00>511 West 6th Street
<C00>Newark, AR 72562
<C00>870-799-3980
<L00>
<EB>
<J00>{TICKET TAG:StayGo} #{TICKET NO}|{LAST ORDER TIME}
<DB>
<L00>
<L00>
<J00>Server:   {USER NAME}|{TICKET DATE:MM/dd/yyy}
{ENTITIES}
<J00>Guests:{TICKET TAG:GuestCount}   |{:CURRENTTERMINAL}
<J00>Receipt:  {TICKET ID}
<L00>
{ORDERS}


{DISCOUNTS}
[<J10>Total Gift:|{ORDER STATE TOTAL:Gift}]
{SERVICES}

<J00>
<J00>Subtotal:|{PLAIN TOTAL}
{TAXES}
<J00>
<EB>
<J00>Balance Due|{TICKET TOTAL}
<J00>
{PAYMENTS}
<DB>
<J00>
<J00>
<EB>
<C00>{TICKET STATE:Status}
<DB>
<J00>
<J00>
<J00>
<C10>Thank you!

[DISCOUNTS]
<J00>{CALCULATION NAME}|([=FF('{CALCULATION TOTAL}')*-1])

[SERVICES]
<J00>{CALCULATION NAME}|{CALCULATION TOTAL}

[PAYMENTS]
<J00>{PAYMENT NAME}|{TENDERED}
<J00>
[<J00>Change|{CHANGE TOTAL}]

[ORDERS]
-- Default format for orders
<J00>{QUANTITY} x  {NAME}|{TOTAL PRICE}
{ORDER TAGS}

[ORDERS:Gift]
-- Format for gifted orders
<J00>- {QUANTITY} {NAME}|**GIFT**
{ORDER TAGS}

[ORDERS:Void]
-- Nothing will print for void lines

[ORDER TAGS]
-- Format for order tags
<J00>    - {ORDER TAG NAME} | {ORDER TAG PRICE}

[ENTITIES:Table]
-- Table entity format
<J00>Table:    {ENTITY NAME}|{TICKET TIME}

[ENTITIES:Customer]
-- Customer entity format
<J00>Customer: {ENTITY NAME} | [=F('{ENTITY DATA:Phone}','###-###-####')]

[TAXES]
-- Taxes format
<J00>Tax|{TAX TOTAL}

3 Likes