02.04.26
This commit is contained in:
@@ -4091,7 +4091,7 @@
|
||||
<text:p text:style-name="P42" />
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="Table4.A1" office:value-type="string">
|
||||
<text:p text:style-name="P31">ABOUT <text:placeholder text:placeholder-type="text"><sum(line.quantity for line in sale.lines)></text:placeholder><text:s /><text:placeholder text:placeholder-type="text"><sale.lines[0].unit.rec_name.upper() if sale.lines and sale.lines[0].unit else ''></text:placeholder><text:s /><text:span text:style-name="T23">(</text:span><text:span text:style-name="T23"><text:placeholder text:placeholder-type="text"><sale.report_qt></text:placeholder></text:span><text:span text:style-name="T23">) </text:span></text:p>
|
||||
<text:p text:style-name="P31">ABOUT <text:placeholder text:placeholder-type="text"><sale.report_total_quantity></text:placeholder><text:s /><text:placeholder text:placeholder-type="text"><sale.report_quantity_unit_upper></text:placeholder><text:s /><text:span text:style-name="T23">(</text:span><text:span text:style-name="T23"><text:placeholder text:placeholder-type="text"><sale.report_qt></text:placeholder></text:span><text:span text:style-name="T23">) </text:span></text:p>
|
||||
<text:p text:style-name="P39">
|
||||
<text:placeholder text:placeholder-type="text"><sale.report_nb_bale></text:placeholder>
|
||||
</text:p>
|
||||
@@ -4110,27 +4110,13 @@
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="Table5.A1" office:value-type="string">
|
||||
<text:p text:style-name="P56">
|
||||
<text:placeholder text:placeholder-type="text"><sale.lines[0].linked_currency.rec_name.upper() if sale.lines[0].linked_currency else sale.currency.rec_name.upper()></text:placeholder>
|
||||
<text:s />
|
||||
<text:placeholder text:placeholder-type="text"><sale.lines[0].linked_price if sale.lines[0].linked_price else sale.lines[0].unit_price></text:placeholder>
|
||||
<text:span text:style-name="T23">
|
||||
<text:s />
|
||||
</text:span>
|
||||
<text:span text:style-name="T26">PER </text:span>
|
||||
<text:span text:style-name="T26">
|
||||
<text:placeholder text:placeholder-type="text"><sale.lines[0].linked_unit.rec_name.upper() if sale.lines[0].linked_unit else sale.lines[0].unit.rec_name.upper()></text:placeholder>
|
||||
</text:span>
|
||||
<text:span text:style-name="T26">
|
||||
<text:s />
|
||||
</text:span>
|
||||
<text:span text:style-name="T23">(</text:span>
|
||||
<text:span text:style-name="T26">
|
||||
<text:placeholder text:placeholder-type="text"><sale.report_price></text:placeholder>
|
||||
</text:span>
|
||||
<text:span text:style-name="T23">) </text:span>
|
||||
<text:span text:style-name="T23">
|
||||
<text:placeholder text:placeholder-type="text"><sale.lines[0].get_pricing_text></text:placeholder>
|
||||
</text:span>
|
||||
<text:placeholder text:placeholder-type="text"><for each="line in sale.report_price_lines.splitlines()"></text:placeholder>
|
||||
</text:p>
|
||||
<text:p text:style-name="P56">
|
||||
<text:placeholder text:placeholder-type="text"><line></text:placeholder>
|
||||
</text:p>
|
||||
<text:p text:style-name="P56">
|
||||
<text:placeholder text:placeholder-type="text"></for></text:placeholder>
|
||||
</text:p>
|
||||
<text:p text:style-name="P37" />
|
||||
</table:table-cell>
|
||||
@@ -4199,12 +4185,18 @@
|
||||
</text:p>
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="Table6.A1" office:value-type="string">
|
||||
<text:p text:style-name="P36">
|
||||
<text:placeholder text:placeholder-type="text"><for each="line in sale.report_shipment_periods.splitlines()"></text:placeholder>
|
||||
</text:p>
|
||||
<text:p text:style-name="P36">
|
||||
<text:s />
|
||||
<text:span text:style-name="T24">
|
||||
<text:placeholder text:placeholder-type="text"><sale.report_delivery_period_description></text:placeholder>
|
||||
<text:placeholder text:placeholder-type="text"><line></text:placeholder>
|
||||
</text:span>
|
||||
</text:p>
|
||||
<text:p text:style-name="P36">
|
||||
<text:placeholder text:placeholder-type="text"></for></text:placeholder>
|
||||
</text:p>
|
||||
<text:p text:style-name="P34" />
|
||||
</table:table-cell>
|
||||
</table:table-row>
|
||||
|
||||
Reference in New Issue
Block a user