How to add custmore address on bill

[LAYOUT]
-- General layout
<div style="font-weight:bold;font-size:12px;font-family:'Tahoma'">
<div style="margin-left:10px">
<T>Ticket
<L00>Date:{TICKET DATE}
<L00>Time:{TIME}
{ENTITIES}
<L00>Ticket No:{TICKET NO}
<F>-
{ORDERS}
<F>=
<EB>
{DISCOUNTS}
[<J10>Total Gift:|{ORDER STATE TOTAL:Gift}]
{SERVICES}
<J10>Total:|{TICKET TOTAL}
{PAYMENTS}
<DB>
<F>=
<C10>T H A N K   Y O U

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

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

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

[ORDERS]
-- Default format for orders
<J00>- {QUANTITY} {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
<L00>Table: {ENTITY NAME}

[ENTITIES:Customer]
-- Customer entity format
<J00>{ENTITY DATA:Customers:Address} | {ENTITY DATA:Phone}

this my templete Now plz suggest me what to do i have add this {ENTITY DATA:Phone} extra for the phone number

Well if you entity field is called Address and you adding in the customer entity section you would just put {ENTITY DATA:Address}
Ie:

[ENTITIES:Customer]
-- Customer entity format
<J00>{ENTITY DATA:Customers:Address} | {ENTITY DATA:Phone}

Becomes;

[ENTITIES:Customer]
-- Customer entity format
<J00>Phone: | {ENTITY DATA:Phone}
<L00>Address:
<L00>{ENTITY DATA:Address}

You might struggle on length of address but that will be a start…

1 Like

atlast finaly address is printed and phone number too BUT customer phone number is not there…:sob:

phone number is printed but name is not there

Becaise you overwrote {ENTITY NAME} from original tablet.

Think you need to have a good read of the templates tutorial… You seem to have minimal understanding of a fairly visual aspect that’s almost WYSIWYG… If you can’t see why entity name is not printing you defiantly need to read up on some tutorials.

thanks thanks thanks a lot bro it works i just figer it i change the code you gave me [ENTITIES:Customer]
– Customer entity format
Customer: {ENTITY NAME}
Phone:{ENTITY DATA:Phone}
Address:
{ENTITY DATA:Address}

and thats what the print is
customer :
Phone:
Address:
and thats what i want thanks again. i spend all night its 6.24 in morning here in pakistan
Thanks again bro for bearing me that much…
see you with an other toppic
untill then bey