update report maintenance
This commit is contained in:
parent
3551cf4f43
commit
fa0df0bb99
@ -453,7 +453,7 @@ class MaintenanceServiceLine(Workflow, ModelSQL, ModelView):
|
|||||||
def get_next_maintenance(self, action):
|
def get_next_maintenance(self, action):
|
||||||
next_maintenance = None
|
next_maintenance = None
|
||||||
if self.service_maintenance.estimated_agended:
|
if self.service_maintenance.estimated_agended:
|
||||||
if self.propietary.client_type == "ips":
|
if self.propietary.customer_type == "ips":
|
||||||
next_maintenance = self.service_maintenance.estimated_agended + timedelta(days=182)
|
next_maintenance = self.service_maintenance.estimated_agended + timedelta(days=182)
|
||||||
else:
|
else:
|
||||||
next_maintenance = self.service_maintenance.estimated_agended + timedelta(days=365)
|
next_maintenance = self.service_maintenance.estimated_agended + timedelta(days=365)
|
||||||
|
@ -199,6 +199,18 @@
|
|||||||
<field name="string">Calibrate</field>
|
<field name="string">Calibrate</field>
|
||||||
<field name="model" search="[('model', '=', 'optical_equipment.maintenance')]"/>
|
<field name="model" search="[('model', '=', 'optical_equipment.maintenance')]"/>
|
||||||
</record>
|
</record>
|
||||||
|
<record model="ir.action.report" id="report_service">
|
||||||
|
<field name="name">Service</field>
|
||||||
|
<field name="model">optical_equipment_maintenance.service</field>
|
||||||
|
<field name="report_name">optical_equipment_maintenance.service</field>
|
||||||
|
<field name="report">optical_equipment/report/Service.fodt</field>
|
||||||
|
<field name="single" eval="True"/>
|
||||||
|
</record>
|
||||||
|
<record model="ir.action.keyword" id="report_service_keyword">
|
||||||
|
<field name="keyword">form_print</field>
|
||||||
|
<field name="model">optical_equipment_maintenance.service,-1</field>
|
||||||
|
<field name="action" ref="report_service"/>
|
||||||
|
</record>
|
||||||
<record model="ir.action.report" id="report_maintenance_service">
|
<record model="ir.action.report" id="report_maintenance_service">
|
||||||
<field name="name">Maintenance Service</field>
|
<field name="name">Maintenance Service</field>
|
||||||
<field name="model">optical_equipment.maintenance</field>
|
<field name="model">optical_equipment.maintenance</field>
|
||||||
|
1
report/.~lock.Service.fodt#
Normal file
1
report/.~lock.Service.fodt#
Normal file
@ -0,0 +1 @@
|
|||||||
|
,root,rodia,04.04.2023 16:09,file:///root/.config/libreoffice/4;
|
@ -1,28 +1,28 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<office:document 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:officeooo="http://openoffice.org/2009/office" 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.text">
|
<office:document 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:officeooo="http://openoffice.org/2009/office" 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.text">
|
||||||
<office:meta><meta:creation-date>2022-11-03T17:09:30.500078764</meta:creation-date><dc:date>2023-04-04T13:02:53.349084749</dc:date><meta:editing-duration>PT1H32M5S</meta:editing-duration><meta:editing-cycles>28</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="6" meta:image-count="1" meta:object-count="0" meta:page-count="2" meta:paragraph-count="77" meta:word-count="228" meta:character-count="2732" meta:non-whitespace-character-count="2564"/></office:meta>
|
<office:meta><meta:creation-date>2022-11-03T17:09:30.500078764</meta:creation-date><dc:date>2023-04-04T13:07:11.252504072</dc:date><meta:editing-duration>PT1H33M51S</meta:editing-duration><meta:editing-cycles>29</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="6" meta:image-count="1" meta:object-count="0" meta:page-count="3" meta:paragraph-count="77" meta:word-count="228" meta:character-count="2732" meta:non-whitespace-character-count="2564"/></office:meta>
|
||||||
<office:settings>
|
<office:settings>
|
||||||
<config:config-item-set config:name="ooo:view-settings">
|
<config:config-item-set config:name="ooo:view-settings">
|
||||||
<config:config-item config:name="ViewAreaTop" config:type="long">0</config:config-item>
|
<config:config-item config:name="ViewAreaTop" config:type="long">2879</config:config-item>
|
||||||
<config:config-item config:name="ViewAreaLeft" config:type="long">0</config:config-item>
|
<config:config-item config:name="ViewAreaLeft" config:type="long">5064</config:config-item>
|
||||||
<config:config-item config:name="ViewAreaWidth" config:type="long">30628</config:config-item>
|
<config:config-item config:name="ViewAreaWidth" config:type="long">17501</config:config-item>
|
||||||
<config:config-item config:name="ViewAreaHeight" config:type="long">14372</config:config-item>
|
<config:config-item config:name="ViewAreaHeight" config:type="long">7770</config:config-item>
|
||||||
<config:config-item config:name="ShowRedlineChanges" config:type="boolean">true</config:config-item>
|
<config:config-item config:name="ShowRedlineChanges" config:type="boolean">true</config:config-item>
|
||||||
<config:config-item config:name="InBrowseMode" config:type="boolean">false</config:config-item>
|
<config:config-item config:name="InBrowseMode" config:type="boolean">false</config:config-item>
|
||||||
<config:config-item-map-indexed config:name="Views">
|
<config:config-item-map-indexed config:name="Views">
|
||||||
<config:config-item-map-entry>
|
<config:config-item-map-entry>
|
||||||
<config:config-item config:name="ViewId" config:type="string">view2</config:config-item>
|
<config:config-item config:name="ViewId" config:type="string">view2</config:config-item>
|
||||||
<config:config-item config:name="ViewLeft" config:type="long">6519</config:config-item>
|
<config:config-item config:name="ViewLeft" config:type="long">18387</config:config-item>
|
||||||
<config:config-item config:name="ViewTop" config:type="long">10093</config:config-item>
|
<config:config-item config:name="ViewTop" config:type="long">5872</config:config-item>
|
||||||
<config:config-item config:name="VisibleLeft" config:type="long">0</config:config-item>
|
<config:config-item config:name="VisibleLeft" config:type="long">5064</config:config-item>
|
||||||
<config:config-item config:name="VisibleTop" config:type="long">0</config:config-item>
|
<config:config-item config:name="VisibleTop" config:type="long">2879</config:config-item>
|
||||||
<config:config-item config:name="VisibleRight" config:type="long">30626</config:config-item>
|
<config:config-item config:name="VisibleRight" config:type="long">22564</config:config-item>
|
||||||
<config:config-item config:name="VisibleBottom" config:type="long">14370</config:config-item>
|
<config:config-item config:name="VisibleBottom" config:type="long">10647</config:config-item>
|
||||||
<config:config-item config:name="ZoomType" config:type="short">0</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">1</config:config-item>
|
<config:config-item config:name="ViewLayoutColumns" config:type="short">1</config:config-item>
|
||||||
<config:config-item config:name="ViewLayoutBookMode" config:type="boolean">false</config:config-item>
|
<config:config-item config:name="ViewLayoutBookMode" config:type="boolean">false</config:config-item>
|
||||||
<config:config-item config:name="ZoomFactor" config:type="short">160</config:config-item>
|
<config:config-item config:name="ZoomFactor" config:type="short">280</config:config-item>
|
||||||
<config:config-item config:name="IsSelectedFrame" config:type="boolean">false</config:config-item>
|
<config:config-item config:name="IsSelectedFrame" config:type="boolean">false</config:config-item>
|
||||||
<config:config-item config:name="KeepRatio" config:type="boolean">false</config:config-item>
|
<config:config-item config:name="KeepRatio" config:type="boolean">false</config:config-item>
|
||||||
<config:config-item config:name="HideWhitespace" config:type="boolean">false</config:config-item>
|
<config:config-item config:name="HideWhitespace" config:type="boolean">false</config:config-item>
|
||||||
@ -91,7 +91,7 @@
|
|||||||
<config:config-item config:name="ChartAutoUpdate" config:type="boolean">true</config:config-item>
|
<config:config-item config:name="ChartAutoUpdate" config:type="boolean">true</config:config-item>
|
||||||
<config:config-item config:name="PrinterSetup" config:type="base64Binary"/>
|
<config:config-item config:name="PrinterSetup" config:type="base64Binary"/>
|
||||||
<config:config-item config:name="AddParaTableSpacingAtStart" config:type="boolean">true</config:config-item>
|
<config:config-item config:name="AddParaTableSpacingAtStart" config:type="boolean">true</config:config-item>
|
||||||
<config:config-item config:name="Rsid" config:type="int">1933266</config:config-item>
|
<config:config-item config:name="Rsid" config:type="int">2025600</config:config-item>
|
||||||
<config:config-item config:name="EmbeddedDatabaseName" config:type="string"/>
|
<config:config-item config:name="EmbeddedDatabaseName" config:type="string"/>
|
||||||
<config:config-item config:name="FieldAutoUpdate" config:type="boolean">true</config:config-item>
|
<config:config-item config:name="FieldAutoUpdate" config:type="boolean">true</config:config-item>
|
||||||
<config:config-item config:name="OutlineLevelYieldsNumbering" config:type="boolean">false</config:config-item>
|
<config:config-item config:name="OutlineLevelYieldsNumbering" config:type="boolean">false</config:config-item>
|
||||||
@ -158,7 +158,7 @@
|
|||||||
<office:styles>
|
<office:styles>
|
||||||
<style:default-style style:family="graphic">
|
<style:default-style style:family="graphic">
|
||||||
<style:graphic-properties svg:stroke-color="#3465a4" draw:fill-color="#729fcf" fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="false"/>
|
<style:graphic-properties svg:stroke-color="#3465a4" draw:fill-color="#729fcf" fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="false"/>
|
||||||
<style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:font-independent-line-spacing="false">
|
<style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
|
||||||
<style:tab-stops/>
|
<style:tab-stops/>
|
||||||
</style:paragraph-properties>
|
</style:paragraph-properties>
|
||||||
<style:text-properties style:use-window-font-color="true" loext:opacity="0%" loext:color-lum-mod="100%" loext:color-lum-off="0%" style:font-name="DejaVu Serif" fo:font-size="12pt" fo:language="es" fo:country="CO" style:letter-kerning="true" style:font-name-asian="DejaVu Sans1" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="DejaVu Sans1" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN"/>
|
<style:text-properties style:use-window-font-color="true" loext:opacity="0%" loext:color-lum-mod="100%" loext:color-lum-off="0%" style:font-name="DejaVu Serif" fo:font-size="12pt" fo:language="es" fo:country="CO" style:letter-kerning="true" style:font-name-asian="DejaVu Sans1" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="DejaVu Sans1" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN"/>
|
||||||
@ -469,7 +469,7 @@
|
|||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P6" style:family="paragraph" style:parent-style-name="Header">
|
<style:style style:name="P6" style:family="paragraph" style:parent-style-name="Header">
|
||||||
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese2" fo:font-size="7pt" style:text-underline-style="solid" style:text-underline-type="double" style:text-underline-width="auto" style:text-underline-color="font-color" officeooo:rsid="026544ec" officeooo:paragraph-rsid="0049dca0" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
<style:text-properties officeooo:paragraph-rsid="0049dca0"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P7" style:family="paragraph" style:parent-style-name="Header">
|
<style:style style:name="P7" style:family="paragraph" style:parent-style-name="Header">
|
||||||
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
||||||
@ -657,6 +657,10 @@
|
|||||||
<style:style style:name="P53" style:family="paragraph" style:parent-style-name="Standard">
|
<style:style style:name="P53" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
<style:text-properties officeooo:rsid="000a7d47" officeooo:paragraph-rsid="000a7d47"/>
|
<style:text-properties officeooo:rsid="000a7d47" officeooo:paragraph-rsid="000a7d47"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
|
<style:style style:name="P54" style:family="paragraph" style:parent-style-name="Header">
|
||||||
|
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
||||||
|
<style:text-properties officeooo:paragraph-rsid="0049dca0"/>
|
||||||
|
</style:style>
|
||||||
<style:style style:name="T1" style:family="text">
|
<style:style style:name="T1" style:family="text">
|
||||||
<style:text-properties fo:color="#333333" loext:opacity="100%" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
<style:text-properties fo:color="#333333" loext:opacity="100%" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
@ -670,95 +674,131 @@
|
|||||||
<style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-weight="bold" officeooo:rsid="001cd488" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
<style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-weight="bold" officeooo:rsid="001cd488" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T5" style:family="text">
|
<style:style style:name="T5" style:family="text">
|
||||||
<style:text-properties fo:color="#333333" loext:opacity="100%" style:text-underline-style="none" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="Droid Sans Japanese2" fo:font-size="7pt" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T6" style:family="text">
|
<style:style style:name="T6" style:family="text">
|
||||||
<style:text-properties fo:color="#333333" loext:opacity="100%" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
<style:text-properties style:font-name="Droid Sans Japanese2" fo:font-size="7pt" fo:font-weight="bold" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T7" style:family="text">
|
<style:style style:name="T7" style:family="text">
|
||||||
<style:text-properties fo:color="#666666" loext:opacity="100%" style:text-underline-style="none" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
<style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Droid Sans Japanese2" fo:font-size="7pt" style:text-underline-style="solid" style:text-underline-type="double" style:text-underline-width="auto" style:text-underline-color="font-color" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T8" style:family="text">
|
<style:style style:name="T8" style:family="text">
|
||||||
<style:text-properties fo:color="#333333" loext:opacity="100%" style:text-underline-style="none" officeooo:rsid="026544ec"/>
|
<style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Droid Sans Japanese2" fo:font-size="7pt" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T9" style:family="text">
|
<style:style style:name="T9" style:family="text">
|
||||||
<style:text-properties officeooo:rsid="026544ec"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="T10" style:family="text">
|
|
||||||
<style:text-properties fo:color="#333333" loext:opacity="100%" style:text-underline-style="none" officeooo:rsid="0049dca0"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="T11" style:family="text">
|
|
||||||
<style:text-properties fo:color="#333333" loext:opacity="100%" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="T12" style:family="text">
|
|
||||||
<style:text-properties fo:color="#333333" loext:opacity="100%" style:text-underline-style="none" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="T13" style:family="text">
|
|
||||||
<style:text-properties fo:color="#333333" loext:opacity="100%" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
<style:text-properties fo:color="#333333" loext:opacity="100%" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T14" style:family="text">
|
<style:style style:name="T10" style:family="text">
|
||||||
<style:text-properties fo:color="#333333" loext:opacity="100%" style:text-underline-style="none" officeooo:rsid="026544ec"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="T15" style:family="text">
|
|
||||||
<style:text-properties fo:color="#333333" loext:opacity="100%" style:text-underline-style="none" officeooo:rsid="0049dca0"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="T16" style:family="text">
|
|
||||||
<style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="T17" style:family="text">
|
|
||||||
<style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="T18" style:family="text">
|
|
||||||
<style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-weight="bold" officeooo:rsid="001cd488" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="T19" style:family="text">
|
|
||||||
<style:text-properties fo:color="#666666" loext:opacity="100%" style:text-underline-style="none" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
<style:text-properties fo:color="#666666" loext:opacity="100%" style:text-underline-style="none" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
|
<style:style style:name="T11" style:family="text">
|
||||||
|
<style:text-properties fo:color="#666666" loext:opacity="100%" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T12" style:family="text">
|
||||||
|
<style:text-properties fo:color="#333333" loext:opacity="100%" style:text-underline-style="none" officeooo:rsid="026544ec"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T13" style:family="text">
|
||||||
|
<style:text-properties style:text-underline-style="none" officeooo:rsid="026544ec"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T14" style:family="text">
|
||||||
|
<style:text-properties fo:color="#333333" loext:opacity="100%" style:text-underline-style="none" officeooo:rsid="0049dca0"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T15" style:family="text">
|
||||||
|
<style:text-properties fo:color="#333333" loext:opacity="100%" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T16" style:family="text">
|
||||||
|
<style:text-properties fo:color="#333333" loext:opacity="100%" style:text-underline-style="none" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T17" style:family="text">
|
||||||
|
<style:text-properties fo:color="#333333" loext:opacity="100%" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T18" style:family="text">
|
||||||
|
<style:text-properties fo:color="#333333" loext:opacity="100%" style:text-underline-style="none" officeooo:rsid="026544ec"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T19" style:family="text">
|
||||||
|
<style:text-properties fo:color="#333333" loext:opacity="100%" style:text-underline-style="none" officeooo:rsid="0049dca0"/>
|
||||||
|
</style:style>
|
||||||
<style:style style:name="T20" style:family="text">
|
<style:style style:name="T20" style:family="text">
|
||||||
<style:text-properties officeooo:rsid="026544ec"/>
|
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="Droid Sans Japanese2" fo:font-size="7pt" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T21" style:family="text">
|
<style:style style:name="T21" style:family="text">
|
||||||
<style:text-properties officeooo:rsid="0014ed01"/>
|
<style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T22" style:family="text">
|
<style:style style:name="T22" style:family="text">
|
||||||
<style:text-properties officeooo:rsid="000a7d47"/>
|
<style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T23" style:family="text">
|
<style:style style:name="T23" style:family="text">
|
||||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" style:font-style-asian="normal" style:text-emphasize="none"/>
|
<style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-weight="bold" officeooo:rsid="001cd488" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T24" style:family="text">
|
<style:style style:name="T24" style:family="text">
|
||||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" officeooo:rsid="0014ed01" style:font-style-asian="normal" style:text-emphasize="none"/>
|
<style:text-properties fo:color="#666666" loext:opacity="100%" style:text-underline-style="none" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T25" style:family="text">
|
<style:style style:name="T25" style:family="text">
|
||||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" officeooo:rsid="000cde7f" style:font-style-asian="normal" style:text-emphasize="none"/>
|
<style:text-properties fo:color="#666666" loext:opacity="100%" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T26" style:family="text">
|
<style:style style:name="T26" style:family="text">
|
||||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-weight-complex="normal" style:text-emphasize="none"/>
|
<style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Droid Sans Japanese2" fo:font-size="7pt" style:text-underline-style="solid" style:text-underline-type="double" style:text-underline-width="auto" style:text-underline-color="font-color" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T27" style:family="text">
|
<style:style style:name="T27" style:family="text">
|
||||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="000cde7f" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-weight-complex="normal" style:text-emphasize="none"/>
|
<style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Droid Sans Japanese2" fo:font-size="7pt" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T28" style:family="text">
|
<style:style style:name="T28" style:family="text">
|
||||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-size="9pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="000cde7f" style:font-size-asian="9pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="9pt" style:font-weight-complex="normal" style:text-emphasize="none"/>
|
<style:text-properties officeooo:rsid="026544ec"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T29" style:family="text">
|
<style:style style:name="T29" style:family="text">
|
||||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:letter-spacing="-0.0075in" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" style:font-style-asian="normal" style:text-emphasize="none"/>
|
<style:text-properties officeooo:rsid="0014ed01"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T30" style:family="text">
|
<style:style style:name="T30" style:family="text">
|
||||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:letter-spacing="-0.0071in" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" style:font-style-asian="normal" style:text-emphasize="none"/>
|
<style:text-properties officeooo:rsid="000a7d47"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T31" style:family="text">
|
<style:style style:name="T31" style:family="text">
|
||||||
<style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" style:font-style-asian="normal" style:text-emphasize="none"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T32" style:family="text">
|
<style:style style:name="T32" style:family="text">
|
||||||
<style:text-properties fo:font-weight="bold" officeooo:rsid="000a7d47" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" officeooo:rsid="0014ed01" style:font-style-asian="normal" style:text-emphasize="none"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T33" style:family="text">
|
<style:style style:name="T33" style:family="text">
|
||||||
<style:text-properties fo:font-weight="bold" officeooo:rsid="000cde7f" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" officeooo:rsid="000cde7f" style:font-style-asian="normal" style:text-emphasize="none"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T34" style:family="text">
|
<style:style style:name="T34" style:family="text">
|
||||||
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-weight-complex="normal" style:text-emphasize="none"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T35" style:family="text">
|
||||||
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="000cde7f" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-weight-complex="normal" style:text-emphasize="none"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T36" style:family="text">
|
||||||
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-size="9pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="000cde7f" style:font-size-asian="9pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="9pt" style:font-weight-complex="normal" style:text-emphasize="none"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T37" style:family="text">
|
||||||
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:letter-spacing="-0.0075in" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" style:font-style-asian="normal" style:text-emphasize="none"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T38" style:family="text">
|
||||||
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:letter-spacing="-0.0071in" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" style:font-style-asian="normal" style:text-emphasize="none"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T39" style:family="text">
|
||||||
|
<style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T40" style:family="text">
|
||||||
|
<style:text-properties fo:font-weight="bold" officeooo:rsid="000a7d47" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T41" style:family="text">
|
||||||
|
<style:text-properties fo:font-weight="bold" officeooo:rsid="000cde7f" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T42" style:family="text">
|
||||||
<style:text-properties officeooo:rsid="00106d28"/>
|
<style:text-properties officeooo:rsid="00106d28"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
|
<style:style style:name="T43" style:family="text">
|
||||||
|
<style:text-properties style:text-underline-style="none" officeooo:rsid="026544ec"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T44" style:family="text">
|
||||||
|
<style:text-properties fo:font-size="7pt" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T45" style:family="text">
|
||||||
|
<style:text-properties style:font-name="Droid Sans Japanese2" fo:font-size="7pt" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T46" style:family="text">
|
||||||
|
<style:text-properties style:font-name="Droid Sans Japanese2" fo:font-size="7pt" fo:font-weight="bold" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
||||||
|
</style:style>
|
||||||
<style:style style:name="fr1" style:family="graphic" style:parent-style-name="Graphics">
|
<style:style style:name="fr1" style:family="graphic" style:parent-style-name="Graphics">
|
||||||
<style:graphic-properties style:vertical-pos="middle" style:vertical-rel="baseline" style:horizontal-pos="from-left" style:horizontal-rel="paragraph" style:mirror="none" fo:clip="rect(0in, 0in, 0in, 0in)" 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" draw:wrap-influence-on-position="once-concurrent" loext:allow-overlap="true"/>
|
<style:graphic-properties style:vertical-pos="middle" style:vertical-rel="baseline" style:horizontal-pos="from-left" style:horizontal-rel="paragraph" style:mirror="none" fo:clip="rect(0in, 0in, 0in, 0in)" 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" draw:wrap-influence-on-position="once-concurrent" loext:allow-overlap="true"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
@ -783,7 +823,7 @@
|
|||||||
<table:table-column table:style-name="Tabla6.B"/>
|
<table:table-column table:style-name="Tabla6.B"/>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla6.A1" office:value-type="string">
|
<table:table-cell table:style-name="Tabla6.A1" office:value-type="string">
|
||||||
<text:p text:style-name="Table_20_Contents"><draw:frame draw:style-name="fr1" draw:name="Imagen2" text:anchor-type="as-char" svg:width="2.7102in" svg:height="0.6055in" draw:z-index="1"><draw:image draw:mime-type="image/jpeg">
|
<text:p text:style-name="Table_20_Contents"><draw:frame draw:style-name="fr1" draw:name="Imagen2" text:anchor-type="as-char" svg:width="2.7102in" svg:height="0.6055in" draw:z-index="2"><draw:image draw:mime-type="image/jpeg">
|
||||||
<office:binary-data>/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoM
|
<office:binary-data>/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoM
|
||||||
DAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsN
|
DAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsN
|
||||||
FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAAR
|
FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAAR
|
||||||
@ -1323,10 +1363,10 @@
|
|||||||
<text:p text:style-name="P4"><text:span text:style-name="T1">NIT:</text:span><text:span text:style-name="T2"> </text:span><text:span text:style-name="T3"><text:placeholder text:placeholder-type="text"><company.party.identifiers[0].code></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P4"><text:span text:style-name="T1">NIT:</text:span><text:span text:style-name="T2"> </text:span><text:span text:style-name="T3"><text:placeholder text:placeholder-type="text"><company.party.identifiers[0].code></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P5">Regimen Común</text:p>
|
<text:p text:style-name="P5">Regimen Común</text:p>
|
||||||
<text:p text:style-name="P5"><text:span text:style-name="T3">Actividad Economica 46</text:span><text:span text:style-name="T4">59</text:span></text:p>
|
<text:p text:style-name="P5"><text:span text:style-name="T3">Actividad Economica 46</text:span><text:span text:style-name="T4">59</text:span></text:p>
|
||||||
<text:p text:style-name="P6"><text:span text:style-name="T5">Dirección: </text:span><text:span text:style-name="T3"><text:placeholder text:placeholder-type="text"><company.party.addresses[0].street></text:placeholder></text:span><text:span text:style-name="T3"><text:s/></text:span><text:span text:style-name="T3"><text:placeholder text:placeholder-type="text"><company.party.addresses[0].city></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P6"><text:span text:style-name="T5">Dirección:</text:span> <text:span text:style-name="T6"><text:placeholder text:placeholder-type="text"><company.party.addresses[0].street></text:placeholder></text:span><text:span text:style-name="T7"><text:s/></text:span><text:span text:style-name="T8"><text:placeholder text:placeholder-type="text"><company.party.addresses[0].city></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P7"><text:span text:style-name="T6">Teléfono:</text:span><text:span text:style-name="T7"> </text:span><text:span text:style-name="T2"><text:placeholder text:placeholder-type="text"><company.party.phone></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P7"><text:span text:style-name="T9">Teléfono:</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T11"><text:placeholder text:placeholder-type="text"><company.party.phone></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P8"><text:span text:style-name="T8">Celular: </text:span><text:span text:style-name="T9"><text:placeholder text:placeholder-type="text"><company.party.mobile></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P8"><text:span text:style-name="T12">Celular: </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><company.party.mobile></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P8"><text:span text:style-name="T10">E-mail</text:span><text:span text:style-name="T8">: </text:span><text:span text:style-name="T9"><text:placeholder text:placeholder-type="text"><company.party.email></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P8"><text:span text:style-name="T14">E-mail</text:span><text:span text:style-name="T12">: </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><company.party.email></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P9"><text:placeholder text:placeholder-type="text"></if></text:placeholder></text:p>
|
<text:p text:style-name="P9"><text:placeholder text:placeholder-type="text"></if></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
@ -1356,24 +1396,24 @@
|
|||||||
<text:p text:style-name="P44">REGISTRO DE MANTENIMIENTO CORRECTIVO</text:p>
|
<text:p text:style-name="P44">REGISTRO DE MANTENIMIENTO CORRECTIVO</text:p>
|
||||||
<text:p text:style-name="P48"><text:placeholder text:placeholder-type="text"></when></text:placeholder></text:p>
|
<text:p text:style-name="P48"><text:placeholder text:placeholder-type="text"></when></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P45"><text:placeholder text:placeholder-type="text"></choose></text:placeholder></text:p>
|
<text:p text:style-name="P45"><text:placeholder text:placeholder-type="text"></choose></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P38"><text:span text:style-name="T32">Fecha</text:span><text:span text:style-name="T22"> </text:span><text:span text:style-name="T27"><text:placeholder text:placeholder-type="text" text:description="format_datetime(datetime.datetime.now(),user.language, '%25B %25d ,%25Y %25H:%25M%25p', maintenance.company.timezone)"><format_datetime(datetime.datetime.now(),user.language, '%b/%d/%Y', maintenance.company.timezone)></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P38"><text:span text:style-name="T40">Fecha</text:span><text:span text:style-name="T30"> </text:span><text:span text:style-name="T35"><text:placeholder text:placeholder-type="text" text:description="format_datetime(datetime.datetime.now(),user.language, '%25B %25d ,%25Y %25H:%25M%25p', maintenance.company.timezone)"><format_datetime(datetime.datetime.now(),user.language, '%b/%d/%Y', maintenance.company.timezone)></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P38"><text:span text:style-name="T31">Consecutivo</text:span> <text:span text:style-name="T33"><text:placeholder text:placeholder-type="text"><maintenance.code></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P38"><text:span text:style-name="T39">Consecutivo</text:span> <text:span text:style-name="T41"><text:placeholder text:placeholder-type="text"><maintenance.code></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P53"/>
|
<text:p text:style-name="P53"/>
|
||||||
<text:p text:style-name="P39"><text:span text:style-name="T23">INFORMACIÓN</text:span><text:span text:style-name="T29"> </text:span><text:span text:style-name="T23">DEL</text:span><text:span text:style-name="T30"> </text:span><text:span text:style-name="T23">PROPIETARIO</text:span></text:p>
|
<text:p text:style-name="P39"><text:span text:style-name="T31">INFORMACIÓN</text:span><text:span text:style-name="T37"> </text:span><text:span text:style-name="T31">DEL</text:span><text:span text:style-name="T38"> </text:span><text:span text:style-name="T31">PROPIETARIO</text:span></text:p>
|
||||||
<table:table table:name="Tabla4" table:style-name="Tabla4">
|
<table:table table:name="Tabla4" table:style-name="Tabla4">
|
||||||
<table:table-column table:style-name="Tabla4.A"/>
|
<table:table-column table:style-name="Tabla4.A"/>
|
||||||
<table:table-column table:style-name="Tabla4.B"/>
|
<table:table-column table:style-name="Tabla4.B"/>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla4.A1" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.A1" office:value-type="string">
|
||||||
<text:p text:style-name="P35"><text:span text:style-name="T23">Nombre / Razón Social: </text:span><text:span text:style-name="T26"><text:placeholder text:placeholder-type="text"><maintenance.propietary.name></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P35"><text:span text:style-name="T31">Nombre / Razón Social: </text:span><text:span text:style-name="T34"><text:placeholder text:placeholder-type="text"><maintenance.propietary.name></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P35"><text:span text:style-name="T23">Ciudad: </text:span><text:span text:style-name="T26"><text:placeholder text:placeholder-type="text"><maintenance.propietary_address.subdivision_municipality.name></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P35"><text:span text:style-name="T31">Ciudad: </text:span><text:span text:style-name="T34"><text:placeholder text:placeholder-type="text"><maintenance.propietary_address.subdivision_municipality.name></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P36"><text:span text:style-name="T23">Teléfono:</text:span><text:span text:style-name="T26"> </text:span><text:span text:style-name="T27"><text:placeholder text:placeholder-type="text"><maintenance.propietary.phone></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P36"><text:span text:style-name="T31">Teléfono:</text:span><text:span text:style-name="T34"> </text:span><text:span text:style-name="T35"><text:placeholder text:placeholder-type="text"><maintenance.propietary.phone></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P37"><text:span text:style-name="T24">Movil</text:span><text:span text:style-name="T25">:</text:span><text:span text:style-name="T27"> </text:span><text:span text:style-name="T27"><text:placeholder text:placeholder-type="text"><maintenance.propietary.mobile></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P37"><text:span text:style-name="T32">Movil</text:span><text:span text:style-name="T33">:</text:span><text:span text:style-name="T35"> </text:span><text:span text:style-name="T35"><text:placeholder text:placeholder-type="text"><maintenance.propietary.mobile></text:placeholder></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla4.A1" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.A1" office:value-type="string">
|
||||||
<text:p text:style-name="P35"><text:span text:style-name="T23">Tipo Documento: </text:span><text:span text:style-name="T26"><text:placeholder text:placeholder-type="text"><"NIT" if maintenance.propietary.tax_identifier.type=="31" else "CC"></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P35"><text:span text:style-name="T31">Tipo Documento: </text:span><text:span text:style-name="T34"><text:placeholder text:placeholder-type="text"><"NIT" if maintenance.propietary.tax_identifier.type=="31" else "CC"></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P35"><text:span text:style-name="T23">Documento:</text:span><text:span text:style-name="T26"> </text:span><text:span text:style-name="T26"><text:placeholder text:placeholder-type="text"><maintenance.propietary.tax_identifier.code></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P35"><text:span text:style-name="T31">Documento:</text:span><text:span text:style-name="T34"> </text:span><text:span text:style-name="T34"><text:placeholder text:placeholder-type="text"><maintenance.propietary.tax_identifier.code></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P35"><text:span text:style-name="T23">Dirección:</text:span><text:span text:style-name="T26"> </text:span><text:span text:style-name="T26"><text:placeholder text:placeholder-type="text"><maintenance.propietary_address.street></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P35"><text:span text:style-name="T31">Dirección:</text:span><text:span text:style-name="T34"> </text:span><text:span text:style-name="T34"><text:placeholder text:placeholder-type="text"><maintenance.propietary_address.street></text:placeholder></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
</table:table>
|
</table:table>
|
||||||
@ -1384,22 +1424,22 @@
|
|||||||
<table:table-column table:style-name="Tabla2.B"/>
|
<table:table-column table:style-name="Tabla2.B"/>
|
||||||
<table:table-row table:style-name="Tabla2.1">
|
<table:table-row table:style-name="Tabla2.1">
|
||||||
<table:table-cell table:style-name="Tabla2.A1" office:value-type="string">
|
<table:table-cell table:style-name="Tabla2.A1" office:value-type="string">
|
||||||
<text:p text:style-name="P16"><text:span text:style-name="T23">Nombre del Dispositivo: </text:span><text:span text:style-name="T27"><text:placeholder text:placeholder-type="text"><maintenance.equipment.product.name></text:placeholder></text:span><text:span text:style-name="T27"><text:s text:c="2"/></text:span></text:p>
|
<text:p text:style-name="P16"><text:span text:style-name="T31">Nombre del Dispositivo: </text:span><text:span text:style-name="T35"><text:placeholder text:placeholder-type="text"><maintenance.equipment.product.name></text:placeholder></text:span><text:span text:style-name="T35"><text:s text:c="2"/></text:span></text:p>
|
||||||
<text:p text:style-name="P16"><text:span text:style-name="T23">Marca: </text:span><text:span text:style-name="T27"><text:placeholder text:placeholder-type="text"><maintenance.equipment.mark_category.name></text:placeholder></text:span><text:span text:style-name="T27"><text:s text:c="11"/></text:span></text:p>
|
<text:p text:style-name="P16"><text:span text:style-name="T31">Marca: </text:span><text:span text:style-name="T35"><text:placeholder text:placeholder-type="text"><maintenance.equipment.mark_category.name></text:placeholder></text:span><text:span text:style-name="T35"><text:s text:c="11"/></text:span></text:p>
|
||||||
<text:p text:style-name="P16"><text:span text:style-name="T25">Serial:</text:span><text:span text:style-name="T27"> </text:span><text:span text:style-name="T27"><text:placeholder text:placeholder-type="text"><maintenance.equipment.serial></text:placeholder></text:span><text:span text:style-name="T27"><text:s text:c="2"/></text:span></text:p>
|
<text:p text:style-name="P16"><text:span text:style-name="T33">Serial:</text:span><text:span text:style-name="T35"> </text:span><text:span text:style-name="T35"><text:placeholder text:placeholder-type="text"><maintenance.equipment.serial></text:placeholder></text:span><text:span text:style-name="T35"><text:s text:c="2"/></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla2.A1" office:value-type="string">
|
<table:table-cell table:style-name="Tabla2.A1" office:value-type="string">
|
||||||
<text:p text:style-name="P16"><text:span text:style-name="T23">Modelo:</text:span><text:span text:style-name="T26"> </text:span><text:span text:style-name="T27"><text:placeholder text:placeholder-type="text"><maintenance.equipment.model_category.name></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P16"><text:span text:style-name="T31">Modelo:</text:span><text:span text:style-name="T34"> </text:span><text:span text:style-name="T35"><text:placeholder text:placeholder-type="text"><maintenance.equipment.model_category.name></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P16"><text:span text:style-name="T23">Referencia: </text:span><text:span text:style-name="T27"><text:placeholder text:placeholder-type="text"><maintenance.equipment.reference_category.name></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P16"><text:span text:style-name="T31">Referencia: </text:span><text:span text:style-name="T35"><text:placeholder text:placeholder-type="text"><maintenance.equipment.reference_category.name></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P16"><text:span text:style-name="T25">Registro Invima:</text:span><text:span text:style-name="T27"> </text:span><text:span text:style-name="T27"><text:placeholder text:placeholder-type="text"><maintenance.equipment.health_register></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P16"><text:span text:style-name="T33">Registro Invima:</text:span><text:span text:style-name="T35"> </text:span><text:span text:style-name="T35"><text:placeholder text:placeholder-type="text"><maintenance.equipment.health_register></text:placeholder></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
</table:table>
|
</table:table>
|
||||||
<text:p text:style-name="P30"/>
|
<text:p text:style-name="P30"/>
|
||||||
<text:p text:style-name="P20"/>
|
<text:p text:style-name="P20"/>
|
||||||
<text:p text:style-name="P52"><text:placeholder text:placeholder-type="text"><choose test=""></text:placeholder></text:p>
|
<text:p text:style-name="P52"><text:placeholder text:placeholder-type="text"><choose test=""></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P18">Trabajo Realizado</text:p>
|
<text:p text:style-name="P18"><text:soft-page-break/>Trabajo Realizado</text:p>
|
||||||
<text:p text:style-name="P18"><text:soft-page-break/></text:p>
|
<text:p text:style-name="P18"/>
|
||||||
<table:table table:name="Tabla5" table:style-name="Tabla5">
|
<table:table table:name="Tabla5" table:style-name="Tabla5">
|
||||||
<table:table-column table:style-name="Tabla5.A"/>
|
<table:table-column table:style-name="Tabla5.A"/>
|
||||||
<table:table-column table:style-name="Tabla5.B"/>
|
<table:table-column table:style-name="Tabla5.B"/>
|
||||||
@ -1502,7 +1542,7 @@
|
|||||||
<text:p text:style-name="P32"><text:placeholder text:placeholder-type="text"><maintenance.description_activity></text:placeholder></text:p>
|
<text:p text:style-name="P32"><text:placeholder text:placeholder-type="text"><maintenance.description_activity></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P32"/>
|
<text:p text:style-name="P32"/>
|
||||||
<text:p text:style-name="P32"/>
|
<text:p text:style-name="P32"/>
|
||||||
<text:p text:style-name="P19">Fecha del <text:span text:style-name="T34">p</text:span>róximo mantenimiento <text:span text:style-name="T28"><text:placeholder text:placeholder-type="text"><str(maintenance.next_maintenance)[0:11]></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P19">Fecha del <text:span text:style-name="T42">p</text:span>róximo mantenimiento <text:span text:style-name="T36"><text:placeholder text:placeholder-type="text"><str(maintenance.next_maintenance)[0:11]></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P19"/>
|
<text:p text:style-name="P19"/>
|
||||||
<table:table table:name="Tabla10" table:style-name="Tabla10">
|
<table:table table:name="Tabla10" table:style-name="Tabla10">
|
||||||
<table:table-column table:style-name="Tabla10.A"/>
|
<table:table-column table:style-name="Tabla10.A"/>
|
||||||
@ -1515,7 +1555,7 @@
|
|||||||
</table:table>
|
</table:table>
|
||||||
<text:p text:style-name="P21"><text:placeholder text:placeholder-type="text"></for></text:placeholder></text:p>
|
<text:p text:style-name="P21"><text:placeholder text:placeholder-type="text"></for></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P34"/>
|
<text:p text:style-name="P34"/>
|
||||||
<text:p text:style-name="P21"/>
|
<text:p text:style-name="P21"><text:soft-page-break/></text:p>
|
||||||
</office:text>
|
</office:text>
|
||||||
</office:body>
|
</office:body>
|
||||||
</office:document>
|
</office:document>
|
1829
report/Service.fodt
Normal file
1829
report/Service.fodt
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user