update report balance sale for party
This commit is contained in:
parent
d7a189110d
commit
cb9141c431
@ -60,7 +60,9 @@ class PrintBalanceSaleParty(Wizard):
|
||||
data = {
|
||||
'company': self.start.company.id,
|
||||
'party': party,
|
||||
'party_type': party_type
|
||||
'party_type': party_type,
|
||||
'start_period': self.start.start_period.id,
|
||||
'end_period' : self.start.end_period.id
|
||||
}
|
||||
return action, data
|
||||
|
||||
@ -88,7 +90,7 @@ class BalanceSaleParty(Report):
|
||||
if data.get('party'):
|
||||
party = data['party']
|
||||
dom_sale.append(('party', '=', party))
|
||||
|
||||
|
||||
if data.get('start_period'):
|
||||
start_period = Period(data['start_period'])
|
||||
dom_sale.append(('sale_date', '>=', start_period.start_date))
|
||||
@ -130,4 +132,9 @@ class BalanceSaleParty(Report):
|
||||
report_context['end_period'] = end_period.name if end_period else '*'
|
||||
report_context['company'] = company
|
||||
|
||||
residual_amount = 0
|
||||
for sale in sales:
|
||||
residual_amount += sale.residual_amount
|
||||
report_context['residual_amount'] = residual_amount
|
||||
|
||||
return report_context
|
||||
|
31
locale/es.po
31
locale/es.po
@ -1423,6 +1423,34 @@ msgctxt "field:stock.shipment.out,service_maintenance_initial:"
|
||||
msgid "Maintenance Initial"
|
||||
msgstr "Mantenimiento Inicial"
|
||||
|
||||
msgctxt "field:optical_equipment.print_balance_sale_party.start,company:"
|
||||
msgid "Company"
|
||||
msgstr "Empresa"
|
||||
|
||||
msgctxt "field:optical_equipment.print_balance_sale_party.start,party:"
|
||||
msgid "Party"
|
||||
msgstr "Tercero"
|
||||
|
||||
msgctxt "field:optical_equipment.print_balance_sale_party.start,start_period:"
|
||||
msgid "Start Period"
|
||||
msgstr "Periodo Inicial"
|
||||
|
||||
msgctxt "field:optical_equipment.print_balance_sale_party.start,end_period:"
|
||||
msgid "End Period"
|
||||
msgstr "Periodo Final"
|
||||
|
||||
msgctxt "field:optical_equipment.print_balance_sale_party.start,party_type:"
|
||||
msgid "Party Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
msgctxt "selection:optical_equipment.print_balance_sale_party.start,party_type:"
|
||||
msgid "out"
|
||||
msgstr "Cliente"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_print_balance_sale_party"
|
||||
msgid "Print Balance Sale by Party"
|
||||
msgstr "Estado de Cuenta por Tercero"
|
||||
|
||||
msgctxt "model:ir.model.button,string:maintenance_initial_button"
|
||||
msgid "Maintenance Initial"
|
||||
msgstr "Mantenimiento Inicial"
|
||||
@ -1501,4 +1529,5 @@ msgstr "Pesas de Calibración"
|
||||
|
||||
msgctxt "model:optical_equipment.use_pattern,name_pattern:calibration_spheres"
|
||||
msgid "Calibration Spheres"
|
||||
msgstr "Esferas de Calibración"
|
||||
msgstr "Esferas de Calibración"
|
||||
|
||||
|
@ -1,25 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<office:document xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" 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:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext: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:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:rpt="http://openoffice.org/2005/report" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form: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:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.spreadsheet">
|
||||
<office:meta><meta:creation-date>2015-03-21T09:18:00.143995121</meta:creation-date><meta:editing-duration>P0D</meta:editing-duration><meta:editing-cycles>1</meta:editing-cycles><meta:generator>LibreOffice/7.4.6.2$Linux_X86_64 LibreOffice_project/40$Build-2</meta:generator><meta:document-statistic meta:table-count="1" meta:cell-count="42" meta:object-count="0"/></office:meta>
|
||||
<office:meta><meta:creation-date>2015-03-21T09:18:00.143995121</meta:creation-date><meta:editing-duration>P0D</meta:editing-duration><meta:editing-cycles>1</meta:editing-cycles><meta:generator>LibreOffice/7.4.6.2$Linux_X86_64 LibreOffice_project/40$Build-2</meta:generator><meta:document-statistic meta:table-count="1" meta:cell-count="45" meta:object-count="0"/></office:meta>
|
||||
<office:settings>
|
||||
<config:config-item-set config:name="ooo:view-settings">
|
||||
<config:config-item config:name="VisibleAreaTop" config:type="int">187</config:config-item>
|
||||
<config:config-item config:name="VisibleAreaLeft" config:type="int">0</config:config-item>
|
||||
<config:config-item config:name="VisibleAreaWidth" config:type="int">30177</config:config-item>
|
||||
<config:config-item config:name="VisibleAreaHeight" config:type="int">9823</config:config-item>
|
||||
<config:config-item config:name="VisibleAreaHeight" config:type="int">10797</config:config-item>
|
||||
<config:config-item-map-indexed config:name="Views">
|
||||
<config:config-item-map-entry>
|
||||
<config:config-item config:name="ViewId" config:type="string">view1</config:config-item>
|
||||
<config:config-item-map-named config:name="Tables">
|
||||
<config:config-item-map-entry config:name="Hoja1">
|
||||
<config:config-item config:name="CursorPositionX" config:type="int">2</config:config-item>
|
||||
<config:config-item config:name="CursorPositionY" config:type="int">48</config:config-item>
|
||||
<config:config-item config:name="CursorPositionX" config:type="int">7</config:config-item>
|
||||
<config:config-item config:name="CursorPositionY" config:type="int">25</config:config-item>
|
||||
<config:config-item config:name="ActiveSplitRange" config:type="short">2</config:config-item>
|
||||
<config:config-item config:name="PositionLeft" config:type="int">0</config:config-item>
|
||||
<config:config-item config:name="PositionRight" config:type="int">0</config:config-item>
|
||||
<config:config-item config:name="PositionTop" config:type="int">0</config:config-item>
|
||||
<config:config-item config:name="PositionBottom" config:type="int">29</config:config-item>
|
||||
<config:config-item config:name="PositionBottom" config:type="int">0</config:config-item>
|
||||
<config:config-item config:name="ZoomType" config:type="short">0</config:config-item>
|
||||
<config:config-item config:name="ZoomValue" config:type="int">100</config:config-item>
|
||||
<config:config-item config:name="PageViewZoomValue" config:type="int">160</config:config-item>
|
||||
@ -128,8 +128,8 @@
|
||||
<style:font-face style:name="DejaVu Sans1" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
|
||||
<style:font-face style:name="Droid Sans Devanagari" svg:font-family="'Droid Sans Devanagari'" style:font-family-generic="system" style:font-pitch="variable"/>
|
||||
<style:font-face style:name="Droid Sans Fallback" svg:font-family="'Droid Sans Fallback'" style:font-family-generic="system" style:font-pitch="variable"/>
|
||||
<style:font-face style:name="Liberation Sans" svg:font-family="'Liberation Sans'" style:font-family-generic="swiss" style:font-pitch="variable"/>
|
||||
<style:font-face style:name="Liberation Sans1" svg:font-family="'Liberation Sans'" style:font-adornments="Normal" style:font-family-generic="swiss" style:font-pitch="variable"/>
|
||||
<style:font-face style:name="Liberation Sans" svg:font-family="'Liberation Sans'" style:font-adornments="Normal" style:font-family-generic="swiss" style:font-pitch="variable"/>
|
||||
<style:font-face style:name="Liberation Sans1" svg:font-family="'Liberation Sans'" style:font-family-generic="swiss" style:font-pitch="variable"/>
|
||||
<style:font-face style:name="Lohit Hindi" svg:font-family="'Lohit Hindi'" style:font-family-generic="system" style:font-pitch="variable"/>
|
||||
</office:font-face-decls>
|
||||
<office:styles>
|
||||
@ -541,7 +541,7 @@
|
||||
</style:style>
|
||||
<style:style style:name="Result2" style:family="table-cell" style:parent-style-name="Result" style:data-style-name="N122"/>
|
||||
<style:style style:name="Sin_20_nombre1" style:display-name="Sin nombre1" style:family="table-cell" style:parent-style-name="Default">
|
||||
<style:text-properties fo:color="#ff0000" style:font-name="Liberation Sans1" fo:font-family="'Liberation Sans'" style:font-style-name="Normal" style:font-family-generic="swiss" style:font-pitch="variable"/>
|
||||
<style:text-properties fo:color="#ff0000" style:font-name="Liberation Sans" fo:font-family="'Liberation Sans'" style:font-style-name="Normal" style:font-family-generic="swiss" style:font-pitch="variable"/>
|
||||
</style:style>
|
||||
<style:style style:name="Sin_20_nombre2" style:display-name="Sin nombre2" style:family="table-cell" style:parent-style-name="Default">
|
||||
<style:text-properties fo:color="#ff0000"/>
|
||||
@ -633,6 +633,18 @@
|
||||
<number:text>)</number:text>
|
||||
<style:map style:condition="value()>=0" style:apply-style-name="N20103P0"/>
|
||||
</number:currency-style>
|
||||
<number:currency-style style:name="N20104P0" style:volatile="true" number:language="es" number:country="CO">
|
||||
<number:currency-symbol number:language="es" number:country="CO">$</number:currency-symbol>
|
||||
<number:number number:decimal-places="2" number:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
|
||||
</number:currency-style>
|
||||
<number:currency-style style:name="N20104" number:language="es" number:country="CO">
|
||||
<style:text-properties fo:color="#ff0000"/>
|
||||
<number:text>(</number:text>
|
||||
<number:currency-symbol number:language="es" number:country="CO">$</number:currency-symbol>
|
||||
<number:number number:decimal-places="2" number:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
|
||||
<number:text>)</number:text>
|
||||
<style:map style:condition="value()>=0" style:apply-style-name="N20104P0"/>
|
||||
</number:currency-style>
|
||||
<number:number-style style:name="N30000" number:language="en" number:country="US">
|
||||
<number:number number:min-integer-digits="1"/>
|
||||
</number:number-style>
|
||||
@ -693,7 +705,7 @@
|
||||
<style:style style:name="ce93" style:family="table-cell" style:parent-style-name="Default">
|
||||
<style:table-cell-properties style:text-align-source="fix" style:repeat-content="false" style:vertical-align="middle"/>
|
||||
<style:paragraph-properties fo:text-align="start" fo:margin-left="0in"/>
|
||||
<style:text-properties style:font-name="Liberation Sans" fo:font-size="11pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
|
||||
<style:text-properties style:font-name="Liberation Sans1" fo:font-size="11pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
|
||||
</style:style>
|
||||
<style:style style:name="ce13" style:family="table-cell" style:parent-style-name="Default">
|
||||
<style:table-cell-properties style:text-align-source="fix" style:repeat-content="false" fo:background-color="transparent" style:vertical-align="middle"/>
|
||||
@ -725,11 +737,6 @@
|
||||
<style:paragraph-properties fo:text-align="start" fo:margin-left="0in"/>
|
||||
<style:text-properties fo:color="#333333" style:font-name="DejaVu Sans" fo:font-size="6pt" fo:font-weight="bold" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="6pt" style:font-weight-asian="bold" style:font-name-complex="Lohit Hindi" style:font-size-complex="6pt" style:font-weight-complex="bold"/>
|
||||
</style:style>
|
||||
<style:style style:name="ce100" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N36">
|
||||
<style:table-cell-properties fo:border-bottom="0.06pt solid #eeeeee" style:text-align-source="fix" style:repeat-content="false" fo:border-left="none" fo:border-right="none" fo:border-top="0.06pt solid #eeeeee" style:vertical-align="middle"/>
|
||||
<style:paragraph-properties fo:text-align="start" fo:margin-left="0in"/>
|
||||
<style:text-properties style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="DejaVu Sans" fo:font-size="9pt" fo:language="es" fo:country="CO" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="9pt" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Lohit Hindi" style:font-size-complex="9pt" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
|
||||
</style:style>
|
||||
<style:style style:name="ce101" style:family="table-cell" style:parent-style-name="Default">
|
||||
<style:table-cell-properties fo:background-color="#eeeeee" style:text-align-source="fix" style:repeat-content="false" fo:wrap-option="wrap" fo:border="0.06pt solid #ffffff" style:vertical-align="middle"/>
|
||||
<style:paragraph-properties fo:text-align="start" fo:margin-left="0in"/>
|
||||
@ -749,7 +756,7 @@
|
||||
<style:paragraph-properties fo:text-align="end" fo:margin-left="0in"/>
|
||||
<style:text-properties fo:color="#666666" style:font-name="DejaVu Sans Condensed" fo:font-size="9pt" fo:font-weight="normal" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="9pt" style:font-weight-asian="normal" style:font-name-complex="Lohit Hindi" style:font-size-complex="9pt" style:font-weight-complex="normal"/>
|
||||
</style:style>
|
||||
<style:style style:name="ce24" style:family="table-cell" style:parent-style-name="Default">
|
||||
<style:style style:name="ce23" style:family="table-cell" style:parent-style-name="Default">
|
||||
<style:text-properties style:font-name="DejaVu Sans Condensed" fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
|
||||
</style:style>
|
||||
<style:style style:name="ce108" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N30000">
|
||||
@ -834,7 +841,7 @@
|
||||
<style:paragraph-properties fo:text-align="center" fo:margin-left="0in"/>
|
||||
<style:text-properties style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="DejaVu Sans" fo:font-size="7pt" fo:language="es" fo:country="CO" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="7pt" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Lohit Hindi" style:font-size-complex="7pt" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
|
||||
</style:style>
|
||||
<style:style style:name="ce42" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N20003">
|
||||
<style:style style:name="ce41" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N20104">
|
||||
<style:table-cell-properties fo:border-bottom="0.74pt solid #000000" fo:background-color="#ffffff" style:text-align-source="fix" style:repeat-content="false" fo:border-left="none" fo:border-right="none" fo:border-top="0.74pt solid #000000" style:vertical-align="middle"/>
|
||||
<style:paragraph-properties fo:text-align="center" fo:margin-left="0in"/>
|
||||
<style:text-properties fo:color="#000000" style:font-name="DejaVu Sans" fo:font-size="7pt" fo:font-weight="normal" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="7pt" style:font-weight-asian="normal" style:font-name-complex="Lohit Hindi" style:font-size-complex="7pt" style:font-weight-complex="normal"/>
|
||||
@ -845,7 +852,7 @@
|
||||
</style:style>
|
||||
<style:style style:name="ce130" style:family="table-cell" style:parent-style-name="Default">
|
||||
<style:table-cell-properties style:vertical-align="middle"/>
|
||||
<style:text-properties style:font-name="Liberation Sans" fo:font-size="11pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
|
||||
<style:text-properties style:font-name="Liberation Sans1" fo:font-size="11pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
|
||||
</style:style>
|
||||
<style:style style:name="ce131" style:family="table-cell" style:parent-style-name="Default">
|
||||
<style:table-cell-properties style:vertical-align="middle"/>
|
||||
@ -892,7 +899,7 @@
|
||||
</office:master-styles>
|
||||
<office:body>
|
||||
<office:spreadsheet>
|
||||
<table:table table:name="Hoja1" table:style-name="ta1" table:print-ranges="Hoja1.A1:Hoja1.H47">
|
||||
<table:table table:name="Hoja1" table:style-name="ta1" table:print-ranges="Hoja1.A1:Hoja1.H48">
|
||||
<office:forms form:automatic-focus="false" form:apply-design-mode="false">
|
||||
<form:form form:name="Formulario" form:apply-filter="true" form:command-type="table" form:control-implementation="ooo:com.sun.star.form.component.Form" office:target-frame="">
|
||||
<form:properties>
|
||||
@ -924,7 +931,7 @@
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="ce13"/>
|
||||
<table:table-cell table:style-name="ce110" table:number-columns-repeated="3"/>
|
||||
<table:table-cell table:style-name="ce24"/>
|
||||
<table:table-cell table:style-name="ce23"/>
|
||||
<table:table-cell table:style-name="ce133"/>
|
||||
<table:table-cell table:number-columns-repeated="57"/>
|
||||
</table:table-row>
|
||||
@ -935,7 +942,7 @@
|
||||
<table:table-cell table:style-name="ce13" office:value-type="string" calcext:value-type="string"><text:p><text:a xlink:href="relatorio://company.party.identifiers%20and%20company.party.identifiers[0].code" xlink:type="simple">company.party.identifiers and company.party.identifiers[0].code</text:a></text:p>
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="ce13"/>
|
||||
<table:table-cell table:style-name="ce24"/>
|
||||
<table:table-cell table:style-name="ce23"/>
|
||||
<table:table-cell table:style-name="ce110" table:number-columns-repeated="3"/>
|
||||
<table:table-cell table:style-name="ce135"/>
|
||||
<table:table-cell table:number-columns-repeated="57"/>
|
||||
@ -951,15 +958,15 @@
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="ce13" office:value-type="string" calcext:value-type="string" table:number-columns-spanned="2" table:number-rows-spanned="1"><text:p><text:a xlink:href="relatorio://company.party.get_contact_mechanism('phone')" xlink:type="simple">company.party.get_contact_mechanism('phone')</text:a></text:p>
|
||||
</table:table-cell>
|
||||
<table:covered-table-cell table:style-name="ce24"/>
|
||||
<table:table-cell table:style-name="ce24" table:number-columns-repeated="2"/>
|
||||
<table:covered-table-cell table:style-name="ce23"/>
|
||||
<table:table-cell table:style-name="ce23" table:number-columns-repeated="2"/>
|
||||
<table:table-cell table:style-name="ce133"/>
|
||||
<table:table-cell table:number-columns-repeated="57"/>
|
||||
</table:table-row>
|
||||
<table:table-row table:style-name="ro4">
|
||||
<table:table-cell table:style-name="ce84"/>
|
||||
<table:table-cell table:style-name="ce95"/>
|
||||
<table:table-cell table:style-name="ce24" table:number-columns-repeated="2"/>
|
||||
<table:table-cell table:style-name="ce23" table:number-columns-repeated="2"/>
|
||||
<table:table-cell table:style-name="Default"/>
|
||||
<table:table-cell table:style-name="ce118"/>
|
||||
<table:table-cell table:style-name="ce118" office:value-type="string" calcext:value-type="string">
|
||||
@ -1030,7 +1037,8 @@
|
||||
<table:table-cell table:style-name="ce89" office:value-type="string" calcext:value-type="string">
|
||||
<text:p>Orden de <text:s/>Venta #:</text:p>
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="ce100"/>
|
||||
<table:table-cell table:style-name="ce11" office:value-type="string" calcext:value-type="string"><text:p><text:a xlink:href="relatorio://sale.number" xlink:type="simple">sale.number</text:a></text:p>
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="ce18"/>
|
||||
<table:table-cell table:style-name="ce113"/>
|
||||
<table:table-cell table:style-name="ce115" table:number-columns-repeated="2"/>
|
||||
@ -1133,7 +1141,7 @@
|
||||
</table:table-cell>
|
||||
<table:covered-table-cell table:style-name="ce116"/>
|
||||
<table:table-cell table:style-name="ce121"/>
|
||||
<table:table-cell table:style-name="ce42" office:value-type="string" calcext:value-type="string" table:number-columns-spanned="2" table:number-rows-spanned="1"><text:p><text:a xlink:href="relatorio://sale.residual_amount" xlink:type="simple">sale.residual_amount</text:a></text:p>
|
||||
<table:table-cell table:style-name="ce41" office:value-type="string" calcext:value-type="string" table:number-columns-spanned="2" table:number-rows-spanned="1"><text:p><text:a xlink:href="relatorio://sale.residual_amount" xlink:type="simple">sale.residual_amount</text:a></text:p>
|
||||
</table:table-cell>
|
||||
<table:covered-table-cell table:style-name="ce136"/>
|
||||
<table:table-cell/>
|
||||
@ -1152,6 +1160,19 @@
|
||||
</table:table-cell>
|
||||
<table:table-cell table:number-columns-repeated="64"/>
|
||||
</table:table-row>
|
||||
<table:table-row table:style-name="ro4">
|
||||
<table:table-cell table:style-name="ce90"/>
|
||||
<table:table-cell table:number-columns-repeated="2"/>
|
||||
<table:table-cell table:style-name="ce114" office:value-type="string" calcext:value-type="string" table:number-columns-spanned="2" table:number-rows-spanned="1">
|
||||
<text:p>SALDO X COBRAR</text:p>
|
||||
</table:table-cell>
|
||||
<table:covered-table-cell table:style-name="ce116"/>
|
||||
<table:table-cell table:style-name="ce121"/>
|
||||
<table:table-cell table:style-name="ce41" office:value-type="string" calcext:value-type="string" table:number-columns-spanned="2" table:number-rows-spanned="1"><text:p><text:a xlink:href="relatorio://residual_amount" xlink:type="simple">residual_amount</text:a></text:p>
|
||||
</table:table-cell>
|
||||
<table:covered-table-cell table:style-name="ce136"/>
|
||||
<table:table-cell table:number-columns-repeated="57"/>
|
||||
</table:table-row>
|
||||
<table:table-row table:style-name="ro4">
|
||||
<table:table-cell table:style-name="ce90" office:value-type="string" calcext:value-type="string"><text:p><text:a xlink:href="relatorio:///for" xlink:type="simple">/for</text:a></text:p>
|
||||
</table:table-cell>
|
||||
@ -1160,12 +1181,15 @@
|
||||
<table:table-row table:style-name="ro4">
|
||||
<table:table-cell table:number-columns-repeated="2"/>
|
||||
<table:table-cell table:style-name="Default"/>
|
||||
<table:table-cell table:number-columns-repeated="62"/>
|
||||
<table:table-cell table:number-columns-repeated="3"/>
|
||||
<table:table-cell table:style-name="Default" table:number-columns-spanned="2" table:number-rows-spanned="1"/>
|
||||
<table:covered-table-cell table:style-name="ce136"/>
|
||||
<table:table-cell table:number-columns-repeated="57"/>
|
||||
</table:table-row>
|
||||
<table:table-row table:style-name="ro4" table:number-rows-repeated="1048531">
|
||||
<table:table-cell table:number-columns-repeated="65"/>
|
||||
</table:table-row>
|
||||
<table:table-row table:style-name="ro7" table:number-rows-repeated="22">
|
||||
<table:table-row table:style-name="ro7" table:number-rows-repeated="21">
|
||||
<table:table-cell table:number-columns-repeated="65"/>
|
||||
</table:table-row>
|
||||
<table:table-row table:style-name="ro7">
|
||||
|
Loading…
Reference in New Issue
Block a user