Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
7189 Widoki

When I print a ticket (receipt) on POS, the total price is correct (procucts + taxes) but on each product line it prints the product price without tax, and I need it with tax. (Customers are usually expecting to see it with tax).

On my tax settings, the checkbox of "tax included in price" is not checked, because in invoices I want it as it is now.

The only problem I have is on ticket, I've been looking at some files in POS module, but I'm not able to find how add the tax in product price.

Thanks,

Awatar
Odrzuć
Najlepsza odpowiedź

I am not a programmer but try something like this. Maybe could work.

In /addons/point_of_sale/static/src/xml/pos.xml change this line:

<t t-esc="widget.format_currency(orderline.get_display_price())"/>

to this:

<t t-esc="widget.format_currency(orderLine.get_price_with_tax())"/>

I think this change should show the price with tax in every single product of ticket.

 

 

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
lip 23
2222
1
kwi 25
1625
0
lut 25
1687
1
gru 24
2547
0
sie 24
2008