This commit is contained in:
2026-03-09 20:01:20 +01:00
parent cc8540ee91
commit 52c58df547
2 changed files with 202 additions and 163 deletions

View File

@@ -280,7 +280,7 @@ class Sale(metaclass=PoolMeta):
@property
def report_nb_bale(self):
text_bale = 'Nb Bales: '
text_bale = 'NB BALES: '
nb_bale = 0
if self.lines:
for line in self.lines:
@@ -561,7 +561,7 @@ class SaleLine(metaclass=PoolMeta):
@property
def get_pricing_text(self):
pricing_text = ''
pricing_text = ' ON '
if self.price_components:
for pc in self.price_components:
if pc.price_index:

View File

@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:rpt="http://openoffice.org/2005/report" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:officeooo="http://openoffice.org/2009/office" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
<office:meta><meta:generator>LibreOffice/7.6.0.3$Windows_X86_64 LibreOffice_project/69edd8b8ebc41d00b4de3915dc82f8f0fc3b6265</meta:generator><dc:title>Invoice no</dc:title><dc:description/><dc:subject/><meta:initial-creator>willen</meta:initial-creator><meta:creation-date>2026-02-26T13:52:00Z</meta:creation-date><dc:date>2026-03-09T18:12:30.870000000</dc:date><meta:print-date>2025-12-17T14:25:00Z</meta:print-date><meta:editing-cycles>34</meta:editing-cycles><meta:editing-duration>PT4H45M23S</meta:editing-duration><meta:document-statistic meta:table-count="8" meta:image-count="2" meta:object-count="0" meta:page-count="2" meta:paragraph-count="51" meta:word-count="154" meta:character-count="1680" meta:non-whitespace-character-count="1572"/><meta:template xlink:type="simple" xlink:actuate="onRequest" xlink:title="" xlink:href="ICT_sale_template.odt/Normal.dotm"/></office:meta>
<office:meta><meta:generator>LibreOffice/7.6.0.3$Windows_X86_64 LibreOffice_project/69edd8b8ebc41d00b4de3915dc82f8f0fc3b6265</meta:generator><dc:title>Invoice no</dc:title><dc:description/><dc:subject/><meta:initial-creator>willen</meta:initial-creator><meta:creation-date>2026-02-26T13:52:00Z</meta:creation-date><dc:date>2026-03-09T20:00:07.415000000</dc:date><meta:print-date>2025-12-17T14:25:00Z</meta:print-date><meta:editing-cycles>37</meta:editing-cycles><meta:editing-duration>PT4H57M49S</meta:editing-duration><meta:document-statistic meta:table-count="8" meta:image-count="2" meta:object-count="0" meta:page-count="3" meta:paragraph-count="52" meta:word-count="164" meta:character-count="1888" meta:non-whitespace-character-count="1768"/><meta:template xlink:type="simple" xlink:actuate="onRequest" xlink:title="" xlink:href="ICT_sale_template.odt/Normal.dotm"/></office:meta>
<office:settings>
<config:config-item-set config:name="ooo:view-settings">
<config:config-item config:name="ViewAreaTop" config:type="long">41453</config:config-item>
<config:config-item config:name="ViewAreaTop" config:type="long">43789</config:config-item>
<config:config-item config:name="ViewAreaLeft" config:type="long">0</config:config-item>
<config:config-item config:name="ViewAreaWidth" config:type="long">24236</config:config-item>
<config:config-item config:name="ViewAreaHeight" config:type="long">11721</config:config-item>
@@ -13,12 +13,12 @@
<config:config-item-map-indexed config:name="Views">
<config:config-item-map-entry>
<config:config-item config:name="ViewId" config:type="string">view2</config:config-item>
<config:config-item config:name="ViewLeft" config:type="long">12876</config:config-item>
<config:config-item config:name="ViewTop" config:type="long">43533</config:config-item>
<config:config-item config:name="ViewLeft" config:type="long">10724</config:config-item>
<config:config-item config:name="ViewTop" config:type="long">45861</config:config-item>
<config:config-item config:name="VisibleLeft" config:type="long">0</config:config-item>
<config:config-item config:name="VisibleTop" config:type="long">41453</config:config-item>
<config:config-item config:name="VisibleTop" config:type="long">43789</config:config-item>
<config:config-item config:name="VisibleRight" config:type="long">24234</config:config-item>
<config:config-item config:name="VisibleBottom" config:type="long">53172</config:config-item>
<config:config-item config:name="VisibleBottom" config:type="long">55508</config:config-item>
<config:config-item config:name="ZoomType" config:type="short">0</config:config-item>
<config:config-item config:name="ViewLayoutColumns" config:type="short">0</config:config-item>
<config:config-item config:name="ViewLayoutBookMode" config:type="boolean">false</config:config-item>
@@ -91,7 +91,7 @@
<config:config-item config:name="LoadReadonly" config:type="boolean">false</config:config-item>
<config:config-item config:name="ClipAsCharacterAnchoredWriterFlyFrames" config:type="boolean">false</config:config-item>
<config:config-item config:name="UseOldPrinterMetrics" config:type="boolean">false</config:config-item>
<config:config-item config:name="Rsid" config:type="int">2803949</config:config-item>
<config:config-item config:name="Rsid" config:type="int">2969915</config:config-item>
<config:config-item config:name="RsidRoot" config:type="int">1846560</config:config-item>
<config:config-item config:name="ProtectForm" config:type="boolean">false</config:config-item>
<config:config-item config:name="MsWordCompTrailingBlanks" config:type="boolean">false</config:config-item>
@@ -512,15 +512,18 @@
<style:text-properties fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="0029b405" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P14" style:family="paragraph" style:parent-style-name="Texte_20_par_20_défaut">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.461cm"/>
<style:tab-stop style:position="3.96cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:font-size="9pt" fo:language="en" fo:country="US" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
<style:text-properties fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="002ac8ed" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P15" style:family="paragraph" style:parent-style-name="Texte_20_par_20_défaut">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.461cm"/>
<style:tab-stop style:position="3.96cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:font-size="9pt" fo:language="en" fo:country="US" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P16" style:family="paragraph" style:parent-style-name="Texte_20_par_20_défaut">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.461cm"/>
@@ -529,11 +532,11 @@
</style:paragraph-properties>
<style:text-properties fo:font-size="9pt" fo:language="en" fo:country="US" fo:font-weight="bold" style:font-size-asian="9pt" style:font-weight-asian="bold" style:font-size-complex="9pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="P16" style:family="paragraph" style:parent-style-name="Normal">
<style:style style:name="P17" style:family="paragraph" style:parent-style-name="Normal">
<style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" style:contextual-spacing="false"/>
<style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt" text:display="none"/>
</style:style>
<style:style style:name="P17" style:family="paragraph" style:parent-style-name="Texte_20_par_20_défaut">
<style:style style:name="P18" style:family="paragraph" style:parent-style-name="Texte_20_par_20_défaut">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.461cm"/>
@@ -542,10 +545,10 @@
</style:paragraph-properties>
<style:text-properties fo:font-size="9pt" fo:language="it" fo:country="IT" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P18" style:family="paragraph" style:parent-style-name="Texte_20_par_20_défaut">
<style:style style:name="P19" style:family="paragraph" style:parent-style-name="Texte_20_par_20_défaut">
<style:text-properties fo:font-size="9pt" fo:language="it" fo:country="IT" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P19" style:family="paragraph" style:parent-style-name="Normal">
<style:style style:name="P20" style:family="paragraph" style:parent-style-name="Normal">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="4.001cm"/>
@@ -561,11 +564,11 @@
</style:paragraph-properties>
<style:text-properties fo:font-size="9pt" fo:language="en" fo:country="GB" style:font-size-asian="9pt" style:font-size-complex="9pt" text:display="none"/>
</style:style>
<style:style style:name="P20" style:family="paragraph" style:parent-style-name="Normal">
<style:style style:name="P21" style:family="paragraph" style:parent-style-name="Normal">
<style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" style:contextual-spacing="false"/>
<style:text-properties text:display="none"/>
</style:style>
<style:style style:name="P21" style:family="paragraph" style:parent-style-name="Texte_20_par_20_défaut">
<style:style style:name="P22" style:family="paragraph" style:parent-style-name="Texte_20_par_20_défaut">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.461cm"/>
@@ -573,7 +576,7 @@
</style:tab-stops>
</style:paragraph-properties>
</style:style>
<style:style style:name="P22" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:style style:name="P23" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="4.001cm"/>
@@ -585,20 +588,11 @@
</style:paragraph-properties>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt" text:display="none"/>
</style:style>
<style:style style:name="P23" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.184cm"/>
<style:tab-stop style:position="16.753cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt" text:display="none"/>
</style:style>
<style:style style:name="P24" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.184cm"/>
<style:tab-stop style:position="16.766cm"/>
<style:tab-stop style:position="16.753cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt" text:display="none"/>
@@ -610,7 +604,7 @@
<style:tab-stop style:position="16.766cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt" text:display="none"/>
</style:style>
<style:style style:name="P26" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
@@ -619,7 +613,7 @@
<style:tab-stop style:position="16.766cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="001ea414" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P27" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
@@ -628,7 +622,7 @@
<style:tab-stop style:position="16.766cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="001fc7ce" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="001ea414" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P28" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
@@ -637,10 +631,16 @@
<style:tab-stop style:position="16.766cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="0029b405" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="001fc7ce" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P29" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.184cm"/>
<style:tab-stop style:position="16.766cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="0029b405" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P30" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
@@ -649,18 +649,42 @@
<style:tab-stop style:position="16.766cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt" style:font-weight-complex="bold"/>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="002ac8ed" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P31" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="001fc7ce" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.184cm"/>
<style:tab-stop style:position="16.766cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="002b7bf0" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P32" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="001fe95b" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P33" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="0029b405" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.184cm"/>
<style:tab-stop style:position="16.766cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="P34" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="001fe95b" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="P35" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="001fc7ce" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P36" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="001fe95b" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P37" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="0029b405" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P38" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.184cm"/>
@@ -669,7 +693,7 @@
</style:paragraph-properties>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:rsid="001fc7ce" officeooo:paragraph-rsid="0029b405" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P35" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:style style:name="P39" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.184cm"/>
@@ -678,34 +702,34 @@
</style:paragraph-properties>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" fo:font-weight="bold" style:font-size-asian="9pt" style:font-weight-asian="bold" style:font-name-complex="Calibri" style:font-size-complex="9pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="P36" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" fo:font-weight="bold" style:font-size-asian="9pt" style:font-weight-asian="bold" style:font-name-complex="Calibri" style:font-size-complex="9pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="P37" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.184cm"/>
<style:tab-stop style:position="16.766cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" fo:font-weight="bold" style:font-size-asian="9pt" style:font-weight-asian="bold" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P38" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" officeooo:paragraph-rsid="00254a15" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P39" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" officeooo:paragraph-rsid="002610f0" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P40" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.184cm"/>
<style:tab-stop style:position="16.766cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" fo:font-weight="bold" style:font-size-asian="9pt" style:font-weight-asian="bold" style:font-name-complex="Calibri" style:font-size-complex="9pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="P41" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.184cm"/>
<style:tab-stop style:position="16.766cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" fo:font-weight="bold" style:font-size-asian="9pt" style:font-weight-asian="bold" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P42" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" officeooo:paragraph-rsid="00254a15" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P43" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" officeooo:paragraph-rsid="002610f0" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P44" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.184cm"/>
<style:tab-stop style:position="16.766cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P45" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.184cm"/>
@@ -714,30 +738,6 @@
</style:paragraph-properties>
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="001ea414" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P42" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.184cm"/>
<style:tab-stop style:position="16.766cm"/>
</style:tab-stops>
</style:paragraph-properties>
</style:style>
<style:style style:name="P43" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.184cm"/>
<style:tab-stop style:position="16.766cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties officeooo:paragraph-rsid="00254a15"/>
</style:style>
<style:style style:name="P44" style:family="paragraph" style:parent-style-name="Normal">
<style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" style:contextual-spacing="false"/>
<style:text-properties fo:language="en" fo:country="US" text:display="none"/>
</style:style>
<style:style style:name="P45" style:family="paragraph" style:parent-style-name="Normal" style:master-page-name="">
<style:paragraph-properties style:page-number="auto" fo:break-before="page"/>
</style:style>
<style:style style:name="P46" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
<style:tab-stops>
@@ -745,16 +745,22 @@
<style:tab-stop style:position="16.766cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties officeooo:rsid="002406fb" officeooo:paragraph-rsid="002406fb"/>
</style:style>
<style:style style:name="P47" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.184cm"/>
<style:tab-stop style:position="16.766cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties officeooo:paragraph-rsid="00254a15"/>
</style:style>
<style:style style:name="P48" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:text-properties officeooo:paragraph-rsid="0029b405"/>
<style:style style:name="P48" style:family="paragraph" style:parent-style-name="Normal">
<style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" style:contextual-spacing="false"/>
<style:text-properties fo:language="en" fo:country="US" text:display="none"/>
</style:style>
<style:style style:name="P49" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="001fe95b" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
<style:style style:name="P49" style:family="paragraph" style:parent-style-name="Normal" style:master-page-name="">
<style:paragraph-properties style:page-number="auto" fo:break-before="page"/>
</style:style>
<style:style style:name="P50" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
@@ -763,14 +769,38 @@
<style:tab-stop style:position="16.766cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="002ac8ed" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
<style:text-properties officeooo:rsid="002406fb" officeooo:paragraph-rsid="002406fb"/>
</style:style>
<style:style style:name="P51" style:family="paragraph" style:parent-style-name="Normal" style:master-page-name="MP0">
<style:style style:name="P51" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:text-properties officeooo:paragraph-rsid="00254a15"/>
</style:style>
<style:style style:name="P52" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:text-properties officeooo:paragraph-rsid="0029b405"/>
</style:style>
<style:style style:name="P53" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3.184cm"/>
<style:tab-stop style:position="16.766cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:rsid="001fc7ce" officeooo:paragraph-rsid="002b7bf0" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P54" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="002d513b" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P55" style:family="paragraph" style:parent-style-name="Normal" style:master-page-name="MP0">
<style:paragraph-properties style:page-number="auto" fo:break-before="page"/>
</style:style>
<style:style style:name="P52" style:family="paragraph" style:parent-style-name="Texte_20_par_20_défaut">
<style:style style:name="P56" style:family="paragraph" style:parent-style-name="Texte_20_par_20_défaut">
<style:text-properties fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="00242fa9" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P57" style:family="paragraph" style:parent-style-name="Texte_20_par_20_défaut">
<style:text-properties fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="002ac8ed" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P58" style:family="paragraph" style:parent-style-name="Texte_20_par_20_défaut">
<style:text-properties fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:paragraph-rsid="002748a4" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="T1" style:family="text">
<style:text-properties style:font-size-complex="8pt"/>
</style:style>
@@ -846,6 +876,9 @@
<style:style style:name="T25" style:family="text">
<style:text-properties style:font-name="Arial mt"/>
</style:style>
<style:style style:name="T26" style:family="text">
<style:text-properties officeooo:rsid="002d513b"/>
</style:style>
<style:style style:name="fr1" style:family="graphic" style:parent-style-name="Graphics">
<style:graphic-properties style:vertical-pos="from-top" style:horizontal-pos="from-left" style:horizontal-rel="paragraph-content" fo:background-color="transparent" draw:fill="none" draw:fill-color="#ffffff" fo:padding="0cm" fo:border="none" style:mirror="none" fo:clip="rect(0cm, 0cm, 0cm, 0cm)" draw:luminance="0%" draw:contrast="0%" draw:red="0%" draw:green="0%" draw:blue="0%" draw:gamma="100%" draw:color-inversion="false" draw:image-opacity="100%" draw:color-mode="standard"/>
</style:style>
@@ -875,7 +908,7 @@
<style:master-page style:name="Standard" style:page-layout-name="pm1" draw:style-name="dp1"/>
<style:master-page style:name="MP0" style:page-layout-name="pm2" draw:style-name="dp1">
<style:header>
<text:p text:style-name="Header"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T1"><draw:frame draw:style-name="fr1" draw:name="Image 2" text:anchor-type="as-char" svg:y="0cm" svg:width="17.127cm" style:rel-width="scale" svg:height="2.646cm" style:rel-height="scale" draw:z-index="0"><draw:image draw:mime-type="image/png">
<text:p text:style-name="Header"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T1"><draw:frame draw:style-name="fr1" draw:name="Image 2" text:anchor-type="as-char" svg:y="0cm" svg:width="17.127cm" style:rel-width="scale" svg:height="2.646cm" style:rel-height="scale" draw:z-index="1"><draw:image draw:mime-type="image/png">
<office:binary-data>iVBORw0KGgoAAAANSUhEUgAABZ4AAAC9CAIAAAC8iP/2AAAAAXNSR0IArs4c6QAAAAlwSFlz
AAAOxAAADsMB2mqY3AAA/7VJREFUeF7svQeAHMd1Jlyduydu3kUmQRLMIimJVBaVbStYWc6y
JdvncLZOtuxzOMmSreAsZ9/9tmVZsiVZWbKtnLMVSDGDAAkSGZsndw7/96p6ZmcXu8AsuAAW
@@ -3262,7 +3295,7 @@
</style:header>
<style:footer>
<text:p text:style-name="P1"/>
<text:p text:style-name="P2"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T2"><draw:frame draw:style-name="fr1" draw:name="Image 1" text:anchor-type="as-char" svg:y="0cm" svg:width="12.083cm" style:rel-width="scale" svg:height="0.688cm" style:rel-height="scale" draw:z-index="1"><draw:image draw:mime-type="image/png">
<text:p text:style-name="P2"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T2"><draw:frame draw:style-name="fr1" draw:name="Image 1" text:anchor-type="as-char" svg:y="0cm" svg:width="12.083cm" style:rel-width="scale" svg:height="0.688cm" style:rel-height="scale" draw:z-index="3"><draw:image draw:mime-type="image/png">
<office:binary-data>iVBORw0KGgoAAAANSUhEUgAAAqoAAAAnCAIAAABIVv0SAAAAAXNSR0IArs4c6QAAAAlwSFlz
AAAOwwAADsMBx2+oZAAAge9JREFUeF7tvQeYHNW1LXwqdHXO05NHM8oSkkgOGDDGGGxMMjnn
nCyCAZFBRuScETlnEMlgMjbYmCwQymly7Byrq7q66l/7VM9o4OL3vff+j3e5WO320Jqprjpx
@@ -3896,8 +3929,8 @@
<text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
<text:sequence-decl text:display-outline-level="0" text:name="Figure"/>
</text:sequence-decls>
<text:p text:style-name="P14"><text:placeholder text:placeholder-type="text">&lt;for each=&quot;sale in records&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P51"/>
<text:p text:style-name="P15"><text:placeholder text:placeholder-type="text">&lt;for each=&quot;sale in records&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P55"/>
<table:table table:name="Table1" table:style-name="Table1">
<table:table-column table:style-name="Table1.A"/>
<table:table-row>
@@ -3909,7 +3942,7 @@
</table:table-cell>
</table:table-row>
</table:table>
<text:p text:style-name="P20"/>
<text:p text:style-name="P21"/>
<table:table table:name="Table2" table:style-name="Table2">
<table:table-column table:style-name="Table2.A"/>
<table:table-row>
@@ -3919,93 +3952,97 @@
</table:table-cell>
</table:table-row>
</table:table>
<text:p text:style-name="P16"/>
<text:p text:style-name="P17"/>
<table:table table:name="Table3" table:style-name="Table3">
<table:table-column table:style-name="Table3.A"/>
<table:table-column table:style-name="Table3.B"/>
<table:table-row>
<table:table-cell table:style-name="Table3.A1" office:value-type="string">
<text:p text:style-name="P21"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T7">Buyers</text:span></text:span></text:p>
<text:p text:style-name="P22"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T7">Buyers</text:span></text:span></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table3.A1" office:value-type="string">
<text:p text:style-name="P5"><text:placeholder text:placeholder-type="text">&lt;sale.party.rec_name&gt;</text:placeholder></text:p>
<text:p text:style-name="P7">ADDRESS:<text:placeholder text:placeholder-type="text">&lt;sale.report_address&gt;</text:placeholder></text:p>
<text:p text:style-name="P14"/>
<text:p text:style-name="P15"/>
</table:table-cell>
</table:table-row>
<table:table-row>
<table:table-cell table:style-name="Table3.A1" office:value-type="string">
<text:p text:style-name="P15">Sellers</text:p>
<text:p text:style-name="P16">Sellers</text:p>
</table:table-cell>
<table:table-cell table:style-name="Table3.A1" office:value-type="string">
<text:p text:style-name="P17">ICT TRADING S.A.</text:p>
<text:p text:style-name="P18">VIA MAGAZZINI GENERALI, 3</text:p>
<text:p text:style-name="P18">ICT TRADING S.A.</text:p>
<text:p text:style-name="P19">VIA MAGAZZINI GENERALI, 3</text:p>
<text:p text:style-name="P5">6828 BALERNA, SWITZERLAND</text:p>
<text:p text:style-name="P7"/>
</table:table-cell>
</table:table-row>
<table:table-row>
<table:table-cell table:style-name="Table3.A1" office:value-type="string">
<text:p text:style-name="P15">Agents</text:p>
<text:p text:style-name="P16">Agents</text:p>
</table:table-cell>
<table:table-cell table:style-name="Table3.A1" office:value-type="string">
<text:p text:style-name="P11"><text:placeholder text:placeholder-type="text">&lt;for each=&quot;line in sale.report_agent.splitlines()&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P11"><text:placeholder text:placeholder-type="text">&lt;line&gt;</text:placeholder></text:p>
<text:p text:style-name="P11"><text:placeholder text:placeholder-type="text">&lt;/for&gt;</text:placeholder></text:p>
<text:p text:style-name="P11"/>
</table:table-cell>
</table:table-row>
</table:table>
<text:p text:style-name="P22"/>
<text:p text:style-name="P19"/>
<text:p text:style-name="P23"/>
<text:p text:style-name="P20"/>
<table:table table:name="Table4" table:style-name="Table4">
<table:table-column table:style-name="Table4.A"/>
<table:table-column table:style-name="Table4.B"/>
<table:table-row>
<table:table-cell table:style-name="Table4.A1" office:value-type="string">
<text:p text:style-name="P35"/>
<text:p text:style-name="P35">Growth</text:p>
<text:p text:style-name="P35"/>
<text:p text:style-name="P39"/>
<text:p text:style-name="P39">Growth</text:p>
<text:p text:style-name="P39"/>
</table:table-cell>
<table:table-cell table:style-name="Table4.A1" office:value-type="string">
<text:p text:style-name="P25"/>
<text:p text:style-name="P26"><text:placeholder text:placeholder-type="text">&lt;sale.lines[0].product.description if sale.lines and sale.lines[0].product else &apos;&apos;&gt;</text:placeholder><text:s/><text:span text:style-name="T21">CROP </text:span><text:span text:style-name="T21"><text:placeholder text:placeholder-type="text">&lt;sale.crop.name&gt;</text:placeholder></text:span></text:p>
<text:p text:style-name="P26"/>
<text:p text:style-name="P27"><text:placeholder text:placeholder-type="text">&lt;sale.lines[0].product.description if sale.lines and sale.lines[0].product else &apos;&apos;&gt;</text:placeholder><text:s/><text:span text:style-name="T21">CROP </text:span><text:span text:style-name="T21"><text:placeholder text:placeholder-type="text">&lt;sale.crop.name&gt;</text:placeholder></text:span></text:p>
</table:table-cell>
</table:table-row>
<table:table-row>
<table:table-cell table:style-name="Table4.A1" office:value-type="string">
<text:p text:style-name="P35">Quality</text:p>
<text:p text:style-name="P35"/>
<text:p text:style-name="P39">Quality</text:p>
<text:p text:style-name="P39"/>
</table:table-cell>
<table:table-cell table:style-name="Table4.A1" office:value-type="string">
<text:p text:style-name="P41"><text:placeholder text:placeholder-type="text">&lt;sale.lines[0].attributes_name&gt;</text:placeholder></text:p>
<text:p text:style-name="P45"><text:placeholder text:placeholder-type="text">&lt;sale.lines[0].attributes_name&gt;</text:placeholder></text:p>
</table:table-cell>
</table:table-row>
<table:table-row>
<table:table-cell table:style-name="Table4.A1" office:value-type="string">
<text:p text:style-name="P35">Quantity</text:p>
<text:p text:style-name="P35"/>
<text:p text:style-name="P39">Quantity</text:p>
<text:p text:style-name="P39"/>
</table:table-cell>
<table:table-cell table:style-name="Table4.A1" office:value-type="string">
<text:p text:style-name="P50">ABOUT <text:placeholder text:placeholder-type="text">&lt;sum(line.quantity for line in sale.lines)&gt;</text:placeholder><text:s/><text:placeholder text:placeholder-type="text">&lt;sale.lines[0].unit.rec_name.upper() if sale.lines and sale.lines[0].unit else &apos;&apos;&gt;</text:placeholder><text:s/><text:span text:style-name="T23">(</text:span><text:span text:style-name="T23"><text:placeholder text:placeholder-type="text">&lt;sale.report_qt&gt;</text:placeholder></text:span><text:span text:style-name="T23">) </text:span><text:span text:style-name="T23"><text:placeholder text:placeholder-type="text">&lt;sale.report_nb_bale&gt;</text:placeholder></text:span></text:p>
<text:p text:style-name="P31">ABOUT <text:placeholder text:placeholder-type="text">&lt;sum(line.quantity for line in sale.lines)&gt;</text:placeholder><text:s/><text:placeholder text:placeholder-type="text">&lt;sale.lines[0].unit.rec_name.upper() if sale.lines and sale.lines[0].unit else &apos;&apos;&gt;</text:placeholder><text:s/><text:span text:style-name="T23">(</text:span><text:span text:style-name="T23"><text:placeholder text:placeholder-type="text">&lt;sale.report_qt&gt;</text:placeholder></text:span><text:span text:style-name="T23">) </text:span></text:p>
<text:p text:style-name="P53"><text:placeholder text:placeholder-type="text">&lt;sale.report_nb_bale&gt;</text:placeholder></text:p>
<text:p text:style-name="P53"/>
</table:table-cell>
</table:table-row>
</table:table>
<text:p text:style-name="P23"/>
<text:p text:style-name="P24"/>
<text:p text:style-name="P25"/>
<table:table table:name="Table5" table:style-name="Table5">
<table:table-column table:style-name="Table5.A"/>
<table:table-column table:style-name="Table5.B"/>
<table:table-row>
<table:table-cell table:style-name="Table5.A1" office:value-type="string">
<text:p text:style-name="P36">Price</text:p>
<text:p text:style-name="P40">Price</text:p>
</table:table-cell>
<table:table-cell table:style-name="Table5.A1" office:value-type="string">
<text:p text:style-name="P33"><text:placeholder text:placeholder-type="text">&lt;format_currency(sale.lines[0].unit_price, sale.party.lang, sale.currency) if sale.lines else &apos;&apos;&gt;</text:placeholder><text:s/><text:span text:style-name="T23">(</text:span><text:placeholder text:placeholder-type="text">&lt;sale.report_price&gt;</text:placeholder><text:span text:style-name="T23">) </text:span><text:span text:style-name="T23"><text:placeholder text:placeholder-type="text">&lt;sale.lines[0].get_pricing_text&gt;</text:placeholder></text:span></text:p>
<text:p text:style-name="P54"><text:placeholder text:placeholder-type="text">&lt;format_currency(sale.lines[0].linked_price, sale.party.lang, sale.lines[0].linked_currency) if sale.lines[0].linked_price else format_currency(sale.lines[0].unit_price, sale.party.lang, sale.currency)&gt;</text:placeholder><text:s/><text:span text:style-name="T23">(</text:span><text:placeholder text:placeholder-type="text">&lt;sale.report_price&gt;</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">&lt;sale.lines[0].linked_unit.rec_name.upper() if sale.lines[0].linked_unit else sale.lines[0].unit.rec_name.upper()&gt;</text:placeholder></text:span><text:span text:style-name="T26"><text:s/></text:span><text:span text:style-name="T23"><text:s/></text:span><text:span text:style-name="T23"><text:placeholder text:placeholder-type="text">&lt;sale.lines[0].get_pricing_text&gt;</text:placeholder></text:span></text:p>
<text:p text:style-name="P37"/>
</table:table-cell>
</table:table-row>
</table:table>
<text:p text:style-name="P24"/>
<text:p text:style-name="P24"/>
<text:p text:style-name="P25"/>
<text:p text:style-name="P25"/>
<table:table table:name="Table6" table:style-name="Table6">
<table:table-column table:style-name="Table6.A"/>
<table:table-column table:style-name="Table6.B"/>
@@ -4014,17 +4051,18 @@
<text:p text:style-name="P13"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T9"><text:placeholder text:placeholder-type="text">&lt;if test=&quot;sale.lines[0].pricing_rule&quot;&gt;</text:placeholder></text:span></text:span></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table6.A1" office:value-type="string">
<text:p text:style-name="P32"/>
<text:p text:style-name="P36"/>
</table:table-cell>
</table:table-row>
<table:table-row>
<table:table-cell table:style-name="Table6.A1" office:value-type="string">
<text:p text:style-name="P48"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T13">Fixation</text:span></text:span></text:p>
<text:p text:style-name="P52"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T13">Fixation</text:span></text:span></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table6.A1" office:value-type="string">
<text:p text:style-name="P52"><text:placeholder text:placeholder-type="text">&lt;for each=&quot;line in sale.lines[0].pricing_rule.splitlines()&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P52"><text:placeholder text:placeholder-type="text">&lt;line&gt;</text:placeholder></text:p>
<text:p text:style-name="P52"><text:placeholder text:placeholder-type="text">&lt;/for&gt;</text:placeholder></text:p>
<text:p text:style-name="P14"><text:placeholder text:placeholder-type="text">&lt;for each=&quot;line in sale.lines[0].pricing_rule.splitlines()&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P14"><text:placeholder text:placeholder-type="text">&lt;line&gt;</text:placeholder></text:p>
<text:p text:style-name="P14"><text:placeholder text:placeholder-type="text">&lt;/for&gt;</text:placeholder></text:p>
<text:p text:style-name="P14"/>
</table:table-cell>
</table:table-row>
<table:table-row>
@@ -4032,45 +4070,45 @@
<text:p text:style-name="P13"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T9"><text:placeholder text:placeholder-type="text">&lt;/if&gt;</text:placeholder></text:span></text:span></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table6.A1" office:value-type="string">
<text:p text:style-name="P32"/>
<text:p text:style-name="P36"/>
</table:table-cell>
</table:table-row>
<table:table-row>
<table:table-cell table:style-name="Table6.A1" office:value-type="string">
<text:p text:style-name="P47"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T12">Shipment</text:span></text:span></text:p>
<text:p text:style-name="P51"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T12">Shipment</text:span></text:span></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table6.A1" office:value-type="string">
<text:p text:style-name="P32"><text:s/><text:span text:style-name="T24"><text:placeholder text:placeholder-type="text">&lt;sale.lines[0].del_period.description if sale.lines[0].del_period else &apos;&apos;&gt;</text:placeholder></text:span></text:p>
<text:p text:style-name="P32"><text:span text:style-name="T24"/></text:p>
<text:p text:style-name="P36"><text:s/><text:span text:style-name="T24"><text:placeholder text:placeholder-type="text">&lt;sale.lines[0].del_period.description if sale.lines[0].del_period else &apos;&apos;&gt;</text:placeholder></text:span></text:p>
<text:p text:style-name="P34"/>
</table:table-cell>
</table:table-row>
</table:table>
<text:p text:style-name="P24"/>
<text:p text:style-name="P24"/>
<text:p text:style-name="P24"/>
<text:p text:style-name="P25"/>
<text:p text:style-name="P25"/>
<text:p text:style-name="P25"/>
<table:table table:name="Table7" table:style-name="Table7">
<table:table-column table:style-name="Table7.A"/>
<table:table-column table:style-name="Table7.B"/>
<table:table-row>
<table:table-cell table:style-name="Table7.A1" office:value-type="string">
<text:p text:style-name="P35">Terms</text:p>
<text:p text:style-name="P39">Terms</text:p>
</table:table-cell>
<table:table-cell table:style-name="Table7.A1" office:value-type="string">
<text:p text:style-name="P39"><text:placeholder text:placeholder-type="text">&lt;sale.incoterm.code if sale.incoterm else &apos;&apos;&gt;</text:placeholder><text:s/><text:placeholder text:placeholder-type="text">&lt;sale.incoterm_location.party_name if sale.incoterm_location else &apos;&apos;&gt;</text:placeholder>, <text:placeholder text:placeholder-type="text">&lt;sale.wb.description if sale.wb else &apos;&apos;&gt;</text:placeholder></text:p>
<text:p text:style-name="P43"><text:placeholder text:placeholder-type="text">&lt;sale.incoterm.code if sale.incoterm else &apos;&apos;&gt;</text:placeholder><text:s/><text:placeholder text:placeholder-type="text">&lt;sale.incoterm_location.party_name if sale.incoterm_location else &apos;&apos;&gt;</text:placeholder>, <text:placeholder text:placeholder-type="text">&lt;sale.wb.description if sale.wb else &apos;&apos;&gt;</text:placeholder></text:p>
</table:table-cell>
</table:table-row>
<table:table-row>
<table:table-cell table:style-name="Table7.A1" office:value-type="string">
<text:p text:style-name="P35">Payment</text:p>
<text:p text:style-name="P39">Payment</text:p>
</table:table-cell>
<table:table-cell table:style-name="Table7.A1" office:value-type="string">
<text:p text:style-name="P42"><text:span text:style-name="T15"><text:placeholder text:placeholder-type="text">&lt;sale.payment_term.rec_name if sale.payment_term else &apos;100% CASH AGAINST DOCUMENTS&apos;&gt;</text:placeholder></text:span><text:span text:style-name="T15"><text:s/></text:span></text:p>
<text:p text:style-name="P46"><text:span text:style-name="T15">BEFORE </text:span><text:span text:style-name="T15"><text:placeholder text:placeholder-type="text">&lt;sale.report_payment_date&gt;</text:placeholder></text:span><text:span text:style-name="T15"><text:s/></text:span><text:span text:style-name="T15"><text:placeholder text:placeholder-type="text">&lt;sale.payment_term.description if sale.payment_term else &apos;&apos;&gt;</text:placeholder></text:span></text:p>
<text:p text:style-name="P46"><text:span text:style-name="T15"><text:placeholder text:placeholder-type="text">&lt;sale.payment_term.rec_name if sale.payment_term else &apos;100% CASH AGAINST DOCUMENTS&apos;&gt;</text:placeholder></text:span><text:span text:style-name="T15"><text:s/></text:span></text:p>
<text:p text:style-name="P50"><text:span text:style-name="T15">BEFORE </text:span><text:span text:style-name="T15"><text:placeholder text:placeholder-type="text">&lt;sale.report_payment_date&gt;</text:placeholder></text:span><text:span text:style-name="T15"><text:s/></text:span><text:span text:style-name="T15"><text:placeholder text:placeholder-type="text">&lt;sale.payment_term.description if sale.payment_term else &apos;&apos;&gt;</text:placeholder></text:span></text:p>
</table:table-cell>
</table:table-row>
<table:table-row>
<table:table-cell table:style-name="Table7.A1" office:value-type="string">
<text:p text:style-name="P35">Arbitration &amp; Rules</text:p>
<text:p text:style-name="P39">Arbitration &amp; Rules</text:p>
</table:table-cell>
<table:table-cell table:style-name="Table7.A1" office:value-type="string">
<text:p text:style-name="P12"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T9"><text:placeholder text:placeholder-type="text">&lt;if test=&quot;sale.association&quot;&gt;</text:placeholder></text:span></text:span></text:p>
@@ -4078,40 +4116,41 @@
<text:p text:style-name="P12"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T9"><text:placeholder text:placeholder-type="text">&lt;line&gt;</text:placeholder></text:span></text:span></text:p>
<text:p text:style-name="P12"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T9"><text:placeholder text:placeholder-type="text">&lt;/for&gt;</text:placeholder></text:span></text:span></text:p>
<text:p text:style-name="P12"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T9"><text:placeholder text:placeholder-type="text">&lt;/if&gt;</text:placeholder></text:span></text:span></text:p>
<text:p text:style-name="P12"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T9"/></text:span></text:p>
</table:table-cell>
</table:table-row>
</table:table>
<text:p text:style-name="P44"/>
<text:p text:style-name="P48"/>
<table:table table:name="Table8" table:style-name="Table8">
<table:table-column table:style-name="Table8.A"/>
<table:table-column table:style-name="Table8.B"/>
<table:table-row>
<table:table-cell table:style-name="Table8.A1" office:value-type="string">
<text:p text:style-name="P37"/>
<text:p text:style-name="P42"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T10">THE SELLERS</text:span></text:span></text:p>
<text:p text:style-name="P41"/>
<text:p text:style-name="P46"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T10">THE SELLERS</text:span></text:span></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table8.A1" office:value-type="string">
<text:p text:style-name="P37"/>
<text:p text:style-name="P42"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T10">THE BUYERS</text:span></text:span></text:p>
<text:p text:style-name="P41"/>
<text:p text:style-name="P46"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T10">THE BUYERS</text:span></text:span></text:p>
</table:table-cell>
</table:table-row>
<table:table-row>
<table:table-cell table:style-name="Table8.A1" office:value-type="string">
<text:p text:style-name="P25">ICT TRADING SA</text:p>
<text:p text:style-name="P42"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T20"/></text:span></text:p>
<text:p text:style-name="P42"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T20"/></text:span></text:p>
<text:p text:style-name="P42"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T20"/></text:span></text:p>
<text:p text:style-name="P42"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T20"/></text:span></text:p>
<text:p text:style-name="P42"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T20"/></text:span></text:p>
<text:p text:style-name="P26">ICT TRADING SA</text:p>
<text:p text:style-name="P46"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T20"/></text:span></text:p>
<text:p text:style-name="P46"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T20"/></text:span></text:p>
<text:p text:style-name="P46"><text:soft-page-break/><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T20"/></text:span></text:p>
<text:p text:style-name="P46"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T20"/></text:span></text:p>
<text:p text:style-name="P46"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T20"/></text:span></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table8.A1" office:value-type="string">
<text:p text:style-name="P42"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text">&lt;sale.party.rec_name&gt;</text:placeholder></text:span></text:span></text:p>
<text:p text:style-name="P46"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text">&lt;sale.party.rec_name&gt;</text:placeholder></text:span></text:span></text:p>
</table:table-cell>
</table:table-row>
</table:table>
<text:p text:style-name="P43"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text">&lt;sale.trader.initial if sale.trader else &apos;&apos;&gt;</text:placeholder></text:span></text:span><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T14">/</text:span></text:span><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text">&lt;sale.operator.initial if sale.operator else &apos;&apos;&gt;</text:placeholder></text:span></text:span></text:p>
<text:p text:style-name="P43"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T14"/></text:span></text:p>
<text:p text:style-name="P14"><text:placeholder text:placeholder-type="text">&lt;/for&gt;</text:placeholder></text:p>
<text:p text:style-name="P47"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text">&lt;sale.trader.initial if sale.trader else &apos;&apos;&gt;</text:placeholder></text:span></text:span><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T14">/</text:span></text:span><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text">&lt;sale.operator.initial if sale.operator else &apos;&apos;&gt;</text:placeholder></text:span></text:span></text:p>
<text:p text:style-name="P47"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T14"/></text:span></text:p>
<text:p text:style-name="P15"><text:placeholder text:placeholder-type="text">&lt;/for&gt;</text:placeholder></text:p>
</office:text>
</office:body>
</office:document>