Printer Template Commands Question

In my Ticket template I have come across these commands:

<EB>

<DB>

What do these commands do?

I also include my full template if this helps:

[LAYOUT]
-- General layout
<XCT>28,112,1,48
{ENTITIES}
<J00>Date:{TICKET DATE} | Time:{TIME} 
<F>-
{ORDERS}
<F>=
<EB>
{DISCOUNTS}
{SERVICES}
[<J10>Total Gift:|{ORDER STATE TOTAL:Gift}]
<J10>Total:|{TICKET TOTAL}
{PAYMENTS}
<J10>[Tendered:| {TENDERED TOTAL}]
<J10>[Change:| {CHANGE TOTAL}]
<DB>
<F>=

[DISCOUNTS]
<J00>{CALCULATION NAME} %{CALCULATION AMOUNT}|{CALCULATION TOTAL}

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

[PAYMENTS]
<J10>{PAYMENT NAME}|{PAYMENT AMOUNT}

[ORDERS]
-- Default format for orders
<J00>{QUANTITY} {NAME}|{TOTAL AMOUNT}
{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 QUANTITY} {ORDER TAG NAME} | {ORDER TAG PRICE}

[ENTITIES:Tables]
-- Table entity format
<J00>{ENTITY NAME:Tables}

[ENTITIES:Customer]
-- Customer entity format
<J00>Customer: {ENTITY DATA:Name}

[ORDERS:Combo]
-- Format for combo orders
<J00>{QUANTITY} {NAME}|{TOTAL AMOUNT}
{ORDER TAGS}

Enable and disable bold type.

1 Like

Thanks @JohnS

Added to bookmarks.

A post was split to a new topic: Question about printer template