Commission CN/DN
This commit is contained in:
@@ -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"><for each="line in invoice.report_positive_rate_lines.splitlines()"></text:placeholder><text:span text:style-name="T5">Your commission: </text:span><text:placeholder text:placeholder-type="text"><line></text:placeholder><text:placeholder text:placeholder-type="text"></for></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"><invoice.report_commission_adjustment_rate_line></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"><for each="tax in invoice.taxes"></text:placeholder><text:span text:style-name="T5">VAT </text:span><text:placeholder text:placeholder-type="text"><tax.description or '0%'></text:placeholder><text:span text:style-name="T5"> RATE</text:span><text:placeholder text:placeholder-type="text"></for></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"><invoice.report_commission_tax_rate_line></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"><invoice.currency.name></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"><format_currency(invoice.total_amount, invoice.party.lang, invoice.currency)></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"><format_number(invoice.total_amount, invoice.party.lang, digits=invoice.currency.digits)></text:placeholder></text:span><text:span text:style-name="T7"/></text:p>
|
||||
</table:table-cell>
|
||||
</table:table-row>
|
||||
</table:table>
|
||||
|
||||
Reference in New Issue
Block a user