This commit is contained in:
2026-03-09 16:52:19 +01:00
parent dd06fc523c
commit 96aab15a7a
3 changed files with 79 additions and 66 deletions

View File

@@ -309,7 +309,7 @@ class Purchase(metaclass=PoolMeta):
@property
def report_price(self):
if self.lines:
if self.lines[0].price_type == 'fixed':
if self.lines[0].price_type == 'priced':
return amount_to_currency_words(self.lines[0].unit_price)
elif self.lines[0].price_type == 'basis':
return amount_to_currency_words(self.lines[0].unit_price) + ' ' + self.lines[0].get_pricing_text()
@@ -319,8 +319,6 @@ class Purchase(metaclass=PoolMeta):
@property
def report_delivery(self):
del_date = 'PROMPT'
if self.lc_date:
return format_date_en(self.lc_date)
if self.lines:
if self.lines[0].estimated_date:
delivery_date = [dd.estimated_date for dd in self.lines[0].estimated_date if dd.trigger=='deldate']
@@ -333,6 +331,8 @@ class Purchase(metaclass=PoolMeta):
@property
def report_payment_date(self):
if self.lines:
if self.lc_date:
return format_date_en(self.lc_date)
Date = Pool().get('ir.date')
payment_date = self.lines[0].sale.payment_term.lines[0].get_date(Date.today(),self.lines[0])
if payment_date:

View File

@@ -281,7 +281,7 @@ class Sale(metaclass=PoolMeta):
@property
def report_price(self):
if self.lines:
if self.lines[0].price_type == 'fixed':
if self.lines[0].price_type == 'priced':
return amount_to_currency_words(self.lines[0].unit_price)
elif self.lines[0].price_type == 'basis':
return amount_to_currency_words(self.lines[0].unit_price) + ' ' + self.lines[0].get_pricing_text()
@@ -291,8 +291,6 @@ class Sale(metaclass=PoolMeta):
@property
def report_delivery(self):
del_date = 'PROMPT'
if self.lc_date:
return format_date_en(self.lc_date)
if self.lines:
if self.lines[0].estimated_date:
delivery_date = [dd.estimated_date for dd in self.lines[0].estimated_date if dd.trigger=='deldate']
@@ -305,6 +303,8 @@ class Sale(metaclass=PoolMeta):
@property
def report_payment_date(self):
if self.lines:
if self.lc_date:
return format_date_en(self.lc_date)
Date = Pool().get('ir.date')
payment_date = self.lines[0].sale.payment_term.lines[0].get_date(Date.today(),self.lines[0])
if payment_date:

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-09T16:07:48.870000000</dc:date><meta:print-date>2025-12-17T14:25:00Z</meta:print-date><meta:editing-cycles>25</meta:editing-cycles><meta:editing-duration>PT3H47M29S</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="41" meta:word-count="138" meta:character-count="1495" meta:non-whitespace-character-count="1393"/><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-09T16:51:17.346000000</dc:date><meta:print-date>2025-12-17T14:25:00Z</meta:print-date><meta:editing-cycles>27</meta:editing-cycles><meta:editing-duration>PT4H22M40S</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="45" meta:word-count="142" meta:character-count="1516" meta:non-whitespace-character-count="1414"/><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">39742</config:config-item>
<config:config-item config:name="ViewAreaTop" config:type="long">42088</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">11423</config:config-item>
<config:config-item config:name="ViewTop" config:type="long">46249</config:config-item>
<config:config-item config:name="ViewLeft" config:type="long">7491</config:config-item>
<config:config-item config:name="ViewTop" config:type="long">49431</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">39742</config:config-item>
<config:config-item config:name="VisibleTop" config:type="long">42088</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">51461</config:config-item>
<config:config-item config:name="VisibleBottom" config:type="long">53807</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">2494704</config:config-item>
<config:config-item config:name="Rsid" config:type="int">2574500</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>
@@ -162,7 +162,7 @@
<office:styles>
<style:default-style style:family="graphic">
<style:graphic-properties draw:stroke="solid" svg:stroke-width="0.071cm" svg:stroke-color="#1c334e" svg:stroke-linecap="butt" draw:fill-color="#4f81bd" fo:wrap-option="wrap" draw:shadow-offset-x="0.3cm" draw:shadow-offset-y="0.3cm" draw:start-line-spacing-horizontal="0.283cm" draw:start-line-spacing-vertical="0.283cm" draw:end-line-spacing-horizontal="0.283cm" draw:end-line-spacing-vertical="0.283cm" style:writing-mode="lr-tb" style:flow-with-text="false"/>
<style:paragraph-properties fo:line-height="115%" fo:text-align="start" style:text-autospace="ideograph-alpha" style:line-break="strict" loext:tab-stop-distance="0cm" style:font-independent-line-spacing="false">
<style:paragraph-properties fo:line-height="115%" fo:text-align="start" style:text-autospace="ideograph-alpha" style:line-break="strict" loext:tab-stop-distance="0cm" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
<style:tab-stops/>
</style:paragraph-properties>
<style:text-properties fo:font-variant="normal" fo:text-transform="none" style:use-window-font-color="true" loext:opacity="0%" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Calibri" fo:font-size="11pt" fo:letter-spacing="normal" fo:language="fr" fo:country="FR" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="false" style:font-name-asian="Times New Roman" style:font-size-asian="11pt" style:language-asian="fr" style:country-asian="FR" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Calibri" style:font-size-complex="11pt" style:language-complex="ar" style:country-complex="SA" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:text-scale="100%" style:font-relief="none"/>
@@ -666,14 +666,8 @@
<style:style style:name="P33" 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="P34" 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:name="P34" 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="P35" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
@@ -682,7 +676,7 @@
<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" officeooo:paragraph-rsid="001ea414" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
<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="P36" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
@@ -691,6 +685,7 @@
<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" 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="P37" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:paragraph-properties>
@@ -699,16 +694,24 @@
<style:tab-stop style:position="16.766cm"/>
</style:tab-stops>
</style:paragraph-properties>
</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"/>
<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="P38" style:family="paragraph" style:parent-style-name="Normal">
<style:style style:name="P39" 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="P39" style:family="paragraph" style:parent-style-name="Normal" style:master-page-name="">
<style:style style:name="P40" 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="P40" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<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"/>
@@ -717,14 +720,14 @@
</style:paragraph-properties>
<style:text-properties officeooo:rsid="002406fb" officeooo:paragraph-rsid="002406fb"/>
</style:style>
<style:style style:name="P41" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:style style:name="P42" style:family="paragraph" style:parent-style-name="Global_20_Dunavant">
<style:text-properties officeooo:paragraph-rsid="00254a15"/>
</style:style>
<style:style style:name="P42" style:family="paragraph" style:parent-style-name="Normal" style:master-page-name="MP0">
<style:style style:name="P43" 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="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:name="P44" 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"/>
@@ -751,46 +754,52 @@
<style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="T9" style:family="text">
<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:text-properties style:font-name="Calibri"/>
</style:style>
<style:style style:name="T10" style:family="text">
<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: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="T11" style:family="text">
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" fo:font-weight="bold" officeooo:rsid="00254a15" 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: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="T12" style:family="text">
<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" fo:font-weight="bold" officeooo:rsid="00254a15" 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="T13" style:family="text">
<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" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="T14" style:family="text">
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" officeooo:rsid="00254a15" 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:font-weight-complex="bold"/>
</style:style>
<style:style style:name="T15" style:family="text">
<style:text-properties style:text-position="super 67%" 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:rsid="00254a15" style:font-size-asian="9pt" style:font-name-complex="Calibri" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="T16" style:family="text">
<style:text-properties style:language-asian="fr" style:country-asian="CH"/>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" fo:language="en" fo:country="US" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="T17" style:family="text">
<style:text-properties officeooo:rsid="001ea414"/>
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="T18" style:family="text">
<style:text-properties fo:color="#000000" loext:opacity="100%"/>
<style:text-properties style:text-position="super 67%" 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="T19" style:family="text">
<style:text-properties officeooo:rsid="001fc7ce"/>
<style:text-properties style:language-asian="fr" style:country-asian="CH"/>
</style:style>
<style:style style:name="T20" style:family="text">
<style:text-properties style:font-weight-complex="bold"/>
<style:text-properties officeooo:rsid="001ea414"/>
</style:style>
<style:style style:name="T21" style:family="text">
<style:text-properties style:font-name="Arial mt"/>
<style:text-properties fo:color="#000000" loext:opacity="100%"/>
</style:style>
<style:style style:name="T22" style:family="text">
<style:text-properties style:font-name="Calibri" fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
<style:text-properties officeooo:rsid="001fc7ce"/>
</style:style>
<style:style style:name="T23" style:family="text">
<style:text-properties style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="T24" style:family="text">
<style:text-properties style:font-name="Arial mt"/>
</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"/>
@@ -3843,7 +3852,7 @@
<text:sequence-decl text:display-outline-level="0" text:name="Figure"/>
</text:sequence-decls>
<text:p text:style-name="P12"><text:placeholder text:placeholder-type="text">&lt;for each=&quot;sale in records&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P42"/>
<text:p text:style-name="P43"/>
<table:table table:name="Table1" table:style-name="Table1">
<table:table-column table:style-name="Table1.A"/>
<table:table-row>
@@ -3914,7 +3923,7 @@
</table:table-cell>
<table:table-cell table:style-name="Table4.A1" office:value-type="string">
<text:p text:style-name="P23"/>
<text:p text:style-name="P24"><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="T17">CROP </text:span><text:span text:style-name="T17"><text:placeholder text:placeholder-type="text">&lt;sale.crop.name&gt;</text:placeholder></text:span></text:p>
<text:p text:style-name="P24"><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="T20">CROP </text:span><text:span text:style-name="T20"><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>
@@ -3923,7 +3932,7 @@
<text:p text:style-name="P30"/>
</table:table-cell>
<table:table-cell table:style-name="Table4.A1" office:value-type="string">
<text:p text:style-name="P35"><text:placeholder text:placeholder-type="text">&lt;sale.lines[0].attributes_name&gt;</text:placeholder></text:p>
<text:p text:style-name="P36"><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>
@@ -3932,7 +3941,7 @@
<text:p text:style-name="P30"/>
</table:table-cell>
<table:table-cell table:style-name="Table4.A1" office:value-type="string">
<text:p text:style-name="P25">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="T19">(</text:span><text:span text:style-name="T19"><text:placeholder text:placeholder-type="text">&lt;sale.report_qt&gt;</text:placeholder></text:span><text:span text:style-name="T19">)</text:span></text:p>
<text:p text:style-name="P25">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="T22">(</text:span><text:span text:style-name="T22"><text:placeholder text:placeholder-type="text">&lt;sale.report_qt&gt;</text:placeholder></text:span><text:span text:style-name="T22">)</text:span></text:p>
</table:table-cell>
</table:table-row>
</table:table>
@@ -3946,7 +3955,7 @@
<text:p text:style-name="P31">Price</text:p>
</table:table-cell>
<table:table-cell table:style-name="Table5.A1" office:value-type="string">
<text:p text:style-name="P28"><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="T19">(</text:span><text:placeholder text:placeholder-type="text">&lt;sale.report_price&gt;</text:placeholder><text:span text:style-name="T19">)</text:span></text:p>
<text:p text:style-name="P28"><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="T22">(</text:span><text:placeholder text:placeholder-type="text">&lt;sale.report_price&gt;</text:placeholder><text:span text:style-name="T22">)</text:span></text:p>
</table:table-cell>
</table:table-row>
</table:table>
@@ -3958,11 +3967,11 @@
<table:table-row>
<table:table-cell table:style-name="Table6.A1" office:value-type="string">
<text:p text:style-name="P31"/>
<text:p text:style-name="P41"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T11">Shipment</text:span></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="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="P26"/>
<text:p text:style-name="P29"><text:s/><text:span text:style-name="T20"><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="P29"><text:s/><text:span text:style-name="T23"><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>
</table:table-cell>
</table:table-row>
</table:table>
@@ -3979,7 +3988,7 @@
</table:table-cell>
<table:table-cell table:style-name="Table7.A1" office:value-type="string">
<text:p text:style-name="P27"/>
<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:s/><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="P34"><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:s/><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>
@@ -3987,8 +3996,8 @@
<text:p text:style-name="P30">Payment</text:p>
</table:table-cell>
<table:table-cell table:style-name="Table7.A1" office:value-type="string">
<text:p text:style-name="P36"><text:span text:style-name="T13"><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="T13"><text:s/></text:span></text:p>
<text:p text:style-name="P40"><text:span text:style-name="T13">BEFORE </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text">&lt;sale.report_payment_date&gt;</text:placeholder></text:span><text:span text:style-name="T13"><text:s/></text:span><text:span text:style-name="T13"><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="P37"><text:span text:style-name="T14"><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="T14"><text:s/></text:span></text:p>
<text:p text:style-name="P41"><text:span text:style-name="T14">BEFORE </text:span><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text">&lt;sale.report_payment_date&gt;</text:placeholder></text:span><text:span text:style-name="T14"><text:s/></text:span><text:span text:style-name="T14"><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>
@@ -3996,40 +4005,44 @@
<text:p text:style-name="P30">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="P37"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T22"><text:placeholder text:placeholder-type="text">&lt;sale.association.rule if sale.association else &apos;&apos;&gt;</text:placeholder></text:span></text:span></text:p>
<text:p text:style-name="P44"><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>
<text:p text:style-name="P44"><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 each=&quot;line in sale.association.rule.splitlines()&quot;&gt;</text:placeholder></text:span></text:span></text:p>
<text:p text:style-name="P44"><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="P44"><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="P44"><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-row>
</table:table>
<text:p text:style-name="P38"/>
<text:p text:style-name="P39"/>
<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="P32"/>
<text:p text:style-name="P36"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T9">THE SELLERS</text:span></text:span></text:p>
<text:p text:style-name="P37"><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="P32"/>
<text:p text:style-name="P36"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T9">THE BUYERS</text:span></text:span></text:p>
<text:p text:style-name="P37"><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="P23">ICT TRADING SA</text:p>
<text:p text:style-name="P36"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T16"/></text:span></text:p>
<text:p text:style-name="P36"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T16"/></text:span></text:p>
<text:p text:style-name="P36"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T16"/></text:span></text:p>
<text:p text:style-name="P36"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T16"/></text:span></text:p>
<text:p text:style-name="P36"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T16"/></text:span></text:p>
<text:p text:style-name="P37"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T19"/></text:span></text:p>
<text:p text:style-name="P37"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T19"/></text:span></text:p>
<text:p text:style-name="P37"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T19"/></text:span></text:p>
<text:p text:style-name="P37"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T19"/></text:span></text:p>
<text:p text:style-name="P37"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T19"/></text:span></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table8.A1" office:value-type="string">
<text:p text:style-name="P36"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T12"><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="P37"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T13"><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="P37"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T12"><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="T12">/</text:span></text:span><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T12"><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="P37"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T12"/></text:span></text:p>
<text:p text:style-name="P38"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T13"><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="T13">/</text:span></text:span><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T13"><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="P38"><text:span text:style-name="Police_20_par_20_défaut"><text:span text:style-name="T13"/></text:span></text:p>
<text:p text:style-name="P12"><text:placeholder text:placeholder-type="text">&lt;/for&gt;</text:placeholder></text:p>
</office:text>
</office:body>