Printing Issue - prices not appearing on Customer receipt

Hello,
I have the following configuration. SampaPos5, a chinse 58mm POS Printer and I am using HTML Printer Type, because this is the inly one where cyrillic characters print out as the should.
Here is my problem. Some items in the menu have very long names and when such an item is on the receipt the whole price column is shifted to the right and doesn’t appear on the printout.
Now it looks like this:

I want it to look like this:

Here is my Ticket Template

[LAYOUT]
-- General layout
<T>Сметка
<L00>Дата:{TICKET DATE}
<L00>Час:{TIME}
{ENTITIES}
<L00>Сметка Номер:{TICKET NO}
<F>-
{ORDERS}
<F>=
<EB>
{DISCOUNTS}
[<J10>Total Gift:|{ORDER STATE TOTAL:Gift}]
<J10>Общо:|{TICKET TOTAL}
{PAYMENTS}
<DB>
<F>=
<C10>Благодарим ви!

[DISCOUNTS]
<J00>{CALCULATION NAME} %{CALCULATION AMOUNT}|{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>Маса: {ENTITY NAME}

[ENTITIES:Customer]
-- Customer entity format
<J00>Клиент: {ENTITY NAME} | {ENTITY DATA:Phone}

Thank you for the great piece of software! You make I really easy for small restaurants and cafes to start their business.

It is hard to achieve with Ticket Printer printer type as it works line based and does not support features like word wrapping. Using HTML Printer type and setting up that part as a table will solve that. You can see a sample here.

If you need I can help about how to format order lines as a table.

You can also try new Document Printer template that comes with latest (5.1.54) version. Check Advanced Ticket Print Templating format section of release notes for more info.

hi. i am a newbie at using samba pos and i am not equipped with knowledge on writing codes to make my own customer receipt template. has anyone here have a receipt template that i can just copy? i am not being lazy i just dont know how to do it myself.

thank you guys in advance

by d way i am using samba posv4

Receipt template would have prices on by default… So what have you changed?
Sure your not looking at kitchen printer template?