Add Bill template
This commit is contained in:
@@ -466,7 +466,7 @@
|
||||
<table:table-cell table:style-name="Tableau1.A1" table:number-columns-spanned="2" office:value-type="string">
|
||||
<text:p text:style-name="P7" loext:marker-style-name="T1"><text:span text:style-name="T1"><text:placeholder text:placeholder-type="text"><format_date(sale.sale_date, sale.party.lang)></text:placeholder></text:span><text:span text:style-name="T1"/></text:p>
|
||||
<text:p text:style-name="P8" loext:marker-style-name="T4"/>
|
||||
<text:p text:style-name="P7" loext:marker-style-name="T1"><text:span text:style-name="T1"><text:placeholder text:placeholder-type="text"><sale.payment_term.rec_name if sale.payment_term else ''></text:placeholder></text:span><text:span text:style-name="T1"/></text:p>
|
||||
<text:p text:style-name="P7" loext:marker-style-name="T1"><text:span text:style-name="T1"><text:placeholder text:placeholder-type="text"><format_date(sale.report_bill_maturity_date, sale.party.lang) if sale.report_bill_maturity_date else ''></text:placeholder></text:span><text:span text:style-name="T1"/></text:p>
|
||||
<text:p text:style-name="P6" loext:marker-style-name="T1"/>
|
||||
<text:p text:style-name="P6" loext:marker-style-name="T1"/>
|
||||
<text:p text:style-name="P6" loext:marker-style-name="T1"/>
|
||||
@@ -477,12 +477,12 @@
|
||||
</table:table-cell>
|
||||
<table:covered-table-cell/>
|
||||
<table:table-cell table:style-name="Tableau1.A1" office:value-type="string">
|
||||
<text:p text:style-name="P7" loext:marker-style-name="T5"><text:span text:style-name="T3"><text:placeholder text:placeholder-type="text"><format_currency(sale.lines[0].unit_price, sale.party.lang, sale.currency) if sale.lines else ''></text:placeholder></text:span><text:span text:style-name="T3"/></text:p>
|
||||
<text:p text:style-name="P7" loext:marker-style-name="T5"><text:span text:style-name="T3"><text:placeholder text:placeholder-type="text"><format_currency(sale.report_bill_amount, sale.party.lang, sale.currency)></text:placeholder></text:span><text:span text:style-name="T3"/></text:p>
|
||||
</table:table-cell>
|
||||
</table:table-row>
|
||||
<table:table-row table:style-name="Tableau1.2">
|
||||
<table:table-cell table:style-name="Tableau1.A1" table:number-columns-spanned="6" office:value-type="string">
|
||||
<text:p text:style-name="P1" loext:marker-style-name="T1"><text:span text:style-name="T1"><text:placeholder text:placeholder-type="text"><sale.reference if sale.reference else ''></text:placeholder></text:span><text:span text:style-name="T1"/></text:p>
|
||||
<text:p text:style-name="P1" loext:marker-style-name="T1"><text:span text:style-name="T1">***<text:placeholder text:placeholder-type="text"><sale.report_bill_amount_words></text:placeholder>***</text:span><text:span text:style-name="T1"/></text:p>
|
||||
<text:p text:style-name="P2" loext:marker-style-name="T1"/>
|
||||
</table:table-cell>
|
||||
<table:covered-table-cell/>
|
||||
@@ -501,7 +501,7 @@
|
||||
<table:table-cell table:style-name="Tableau1.A1" table:number-columns-spanned="4" office:value-type="string">
|
||||
<text:p text:style-name="P1" loext:marker-style-name="T1"><text:span text:style-name="T1"><text:placeholder text:placeholder-type="text"><sale.currency.symbol if sale.currency else ''></text:placeholder></text:span><text:span text:style-name="T1"/></text:p>
|
||||
<text:p text:style-name="P3" loext:marker-style-name="T6"/>
|
||||
<text:p text:style-name="P1" loext:marker-style-name="T1"><text:span text:style-name="T1"><text:s text:c="13"/><text:placeholder text:placeholder-type="text"><sale.party.addresses[0].country.name if sale.party and sale.party.addresses else ''></text:placeholder></text:span><text:span text:style-name="T1"/></text:p>
|
||||
<text:p text:style-name="P1" loext:marker-style-name="T1"><text:span text:style-name="T1"><text:s text:c="13"/><text:placeholder text:placeholder-type="text"><(sale.party.addresses[0].country.name.upper()) if sale.party and sale.party.addresses and sale.party.addresses[0].country else ''></text:placeholder></text:span><text:span text:style-name="T1"/></text:p>
|
||||
<text:p text:style-name="P2" loext:marker-style-name="T1"/>
|
||||
<text:p text:style-name="P2" loext:marker-style-name="T1"/>
|
||||
<text:p text:style-name="P2" loext:marker-style-name="T1"/>
|
||||
|
||||
Reference in New Issue
Block a user