Price alignment issue on Print

I am getting below issue, While print, Price for 2 & 3 digit alignment is not proper Can anyone help on this?
17-10-2017 4-02-48 PM

Show your template, dont know why everyone expects people to me telepathic.

1 Like

Here is my Template

[LAYOUT]

<C00>220 Degree
<C00>Naina Enterprise
<C00>Mundra
<F>-
<L00>Date:{DATE:dd/MM/yy}                               <L00>Time:{TIME}
<L00>Bill No:{TICKET NO}                                  {ENTITIES}
<F>
<F>-
Qty  Item Description                    Price     Amount
<F>-
<F>
<DB>
{ORDERS}
<F>=
<EB>
{DISCOUNTS}
[<J00>Total Gift:|{ORDER STATE TOTAL:Gift}]
{SERVICES}
[<J00>Total:|Rs. {TICKET TOTAL}]
{PAYMENTS}
<DB>
<F>=
<C00>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]
<J00>{QUANTITY}  {NAME} |{PRICE}      {TOTAL AMOUNT}
   {ITEM TAG:ForeignName}
   {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>Customer: {ENTITY NAME} | {ENTITY DATA:Phone}

Not correct formatting. It is the pipe | symbol that is responsible for separating and aligning columns. Spacing can sometimes help but that circumvents the purpose of the <J00> tag.

<J00>{QUANTITY}  {NAME}| {PRICE}| {TOTAL AMOUNT}
<L00>   {ITEM TAG:ForeignName}
   {ORDER TAGS}
1 Like

Also here, there would only be one formatting (larger smaller than symbol bits) per line at the begining of the line.

Hi,

I did changes but still same issue.

{QUANTITY} {NAME}| {PRICE}| {TOTAL AMOUNT}
{ITEM TAG:ForeignName}
{ORDER TAGS}

18-10-2017 9-21-52 AM