Commission CN/DN

This commit is contained in:
2026-06-17 11:04:43 +02:00
parent 6ba5361269
commit 02e5c43f3d
3 changed files with 53 additions and 3 deletions

View File

@@ -3851,10 +3851,10 @@
</table:table-row>
</table:table>
<text:p text:style-name="P9" loext:marker-style-name="T5"/>
<text:p text:style-name="P14" loext:marker-style-name="T5"><text:placeholder text:placeholder-type="text">&lt;for each=&quot;line in invoice.report_positive_rate_lines.splitlines()&quot;&gt;</text:placeholder><text:span text:style-name="T5">Your commission: </text:span><text:placeholder text:placeholder-type="text">&lt;line&gt;</text:placeholder><text:placeholder text:placeholder-type="text">&lt;/for&gt;</text:placeholder><text:span text:style-name="T5"/></text:p>
<text:p text:style-name="P14" loext:marker-style-name="T5"><text:span text:style-name="T5">Your commission: </text:span><text:placeholder text:placeholder-type="text">&lt;invoice.report_commission_adjustment_rate_line&gt;</text:placeholder><text:span text:style-name="T5"/></text:p>
<text:p text:style-name="P9" loext:marker-style-name="T5"/>
<text:p text:style-name="P9" loext:marker-style-name="T5"/>
<text:p text:style-name="P14" loext:marker-style-name="T5"><text:placeholder text:placeholder-type="text">&lt;for each=&quot;tax in invoice.taxes&quot;&gt;</text:placeholder><text:span text:style-name="T5">VAT </text:span><text:placeholder text:placeholder-type="text">&lt;tax.description or &apos;0%&apos;&gt;</text:placeholder><text:span text:style-name="T5"> RATE</text:span><text:placeholder text:placeholder-type="text">&lt;/for&gt;</text:placeholder><text:span text:style-name="T5"/></text:p>
<text:p text:style-name="P14" loext:marker-style-name="T5"><text:placeholder text:placeholder-type="text">&lt;invoice.report_commission_tax_rate_line&gt;</text:placeholder><text:span text:style-name="T5"/></text:p>
<text:p text:style-name="P9" loext:marker-style-name="T5"/>
</table:table-cell>
<table:table-cell table:style-name="Tableau6.A1" table:number-columns-spanned="2" office:value-type="string">
@@ -3870,7 +3870,7 @@
<text:p text:style-name="P15" loext:marker-style-name="T11"><text:span text:style-name="T7"><text:placeholder text:placeholder-type="text">&lt;invoice.currency.name&gt;</text:placeholder></text:span><text:span text:style-name="T7"/></text:p>
</table:table-cell>
<table:table-cell table:style-name="Tableau6.A1" office:value-type="string">
<text:p text:style-name="P16" loext:marker-style-name="T11"><text:span text:style-name="T7"><text:placeholder text:placeholder-type="text">&lt;format_currency(invoice.total_amount, invoice.party.lang, invoice.currency)&gt;</text:placeholder></text:span><text:span text:style-name="T7"/></text:p>
<text:p text:style-name="P16" loext:marker-style-name="T11"><text:span text:style-name="T7"><text:placeholder text:placeholder-type="text">&lt;format_number(invoice.total_amount, invoice.party.lang, digits=invoice.currency.digits)&gt;</text:placeholder></text:span><text:span text:style-name="T7"/></text:p>
</table:table-cell>
</table:table-row>
</table:table>