Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
7704 มุมมอง

In the pdf, "Tax" column gives the tax name (for me it is "TVA collectée (vente) 19.6%" or "TVA collectée (vente) 5.5%")

I would like it to be just "19.6%" or "5.5%" so I put all the tax code (under the tax name in the tax view) with this kind of values.

In the "sale/report/sale_order.rml" file, I found on line 248:


[[ ', '.join(map(lambda x: x.name, line.tax_id)) ]]
 

I guess it is a script that go and get the name (since changing to tax_name, tax_code_id and so on did not do anything)

What could be a solution and/or where to find the script?

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

In the "sale/report/sale_order.rml" file, original on line 248:

[[ ', '.join(map(lambda x: x.name, line.tax_id)) ]]

Modify to

[[ ', '.join(map(lambda x: x.description, line.tax_id)) ]]

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Edit at: Accounting --> Taxes --> Taxes --> Tax Name

อวตาร
ละทิ้ง
ผู้เขียน

Yes it is a way to do but in order to know what tax it is (collected by example, going to a specific account) I would like to keep this information. Maybe I will just switch "name" and "code"

@pinky do you have solution for invoiced tax and colleected tax ?

Related Posts ตอบกลับ มุมมอง กิจกรรม
2
ก.ค. 25
728
1
ส.ค. 25
1483
1
มิ.ย. 24
2408
0
มี.ค. 16
3745
2
ก.ย. 15
8025