26.03.26
This commit is contained in:
@@ -4009,15 +4009,15 @@
|
||||
<table:table-column table:style-name="Tableau8.B" />
|
||||
<table:table-row table:style-name="Tableau8.1">
|
||||
<table:table-cell table:style-name="Tableau8.A1" office:value-type="string">
|
||||
<text:p text:style-name="P14">At <text:placeholder text:placeholder-type="text"><format_currency(invoice.lines[0].unit_price, invoice.party.lang, invoice.currency, digits=invoice.lines[0].__class__.unit_price.digits[1]) if invoice.lines else \'\'></text:placeholder><text:s />PER LB</text:p>
|
||||
<text:p text:style-name="P14">At <text:placeholder text:placeholder-type="text"><format_currency(invoice.lines[0].unit_price, invoice.party.lang, invoice.currency, digits=invoice.lines[0].__class__.unit_price.digits[1]) if invoice.lines else ''></text:placeholder><text:s />PER LB</text:p>
|
||||
<text:p text:style-name="P14" />
|
||||
<text:p text:style-name="P14">FREIGHT VALUE: <text:placeholder text:placeholder-type="text"><invoice.currency.symbol if invoice.currency else 'USD'></text:placeholder><text:s /><text:placeholder text:placeholder-type="text"><format_number(invoice.freight_amount, invoice.party.lang) if hasattr(invoice, \'freight_amount\') else \'\'></text:placeholder></text:p>
|
||||
<text:p text:style-name="P14">FREIGHT VALUE: <text:placeholder text:placeholder-type="text"><invoice.currency.symbol if invoice.currency else 'USD'></text:placeholder><text:s /><text:placeholder text:placeholder-type="text"><format_number(invoice.freight_amount, invoice.party.lang) if hasattr(invoice, 'freight_amount') else ''></text:placeholder></text:p>
|
||||
<text:p text:style-name="P14" />
|
||||
<text:p text:style-name="P14">
|
||||
<text:soft-page-break />WE CERTIFY THAT THE MERCHANDISE IS OF BRAZIL ORIGIN</text:p>
|
||||
<text:p text:style-name="P29">L/C NUMBER <text:placeholder text:placeholder-type="text"><invoice.reference or ''></text:placeholder></text:p>
|
||||
<text:p text:style-name="P29">IMPORTER H.S. CODE NOS. <text:placeholder text:placeholder-type="text"><invoice.party_tax_identifier.type_string if invoice.party_tax_identifier else \'5201.0090\'></text:placeholder><text:s /></text:p>
|
||||
<text:p text:style-name="P29">IMPORTER’S NTN <text:placeholder text:placeholder-type="text"><invoice.party_tax_identifier.code if invoice.party_tax_identifier else \'\'></text:placeholder><text:s /></text:p>
|
||||
<text:p text:style-name="P29">IMPORTER H.S. CODE NOS. <text:placeholder text:placeholder-type="text"><invoice.party_tax_identifier.type_string if invoice.party_tax_identifier else '5201.0090'></text:placeholder><text:s /></text:p>
|
||||
<text:p text:style-name="P29">IMPORTER’S NTN <text:placeholder text:placeholder-type="text"><invoice.party_tax_identifier.code if invoice.party_tax_identifier else ''></text:placeholder><text:s /></text:p>
|
||||
<text:p text:style-name="P29" />
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="Tableau8.A1" office:value-type="string">
|
||||
@@ -4045,7 +4045,7 @@
|
||||
<text:p text:style-name="P19">
|
||||
<text:placeholder text:placeholder-type="text"><for each="tax in invoice.taxes"></text:placeholder>
|
||||
</text:p>
|
||||
<text:p text:style-name="P19">V.A.T. <text:placeholder text:placeholder-type="text"><tax.description or \'\'></text:placeholder><text:s />RATE</text:p>
|
||||
<text:p text:style-name="P19">V.A.T. <text:placeholder text:placeholder-type="text"><tax.description or ''></text:placeholder><text:s />RATE</text:p>
|
||||
<text:p text:style-name="P19">
|
||||
<text:placeholder text:placeholder-type="text"></for></text:placeholder>
|
||||
</text:p>
|
||||
|
||||
Reference in New Issue
Block a user