mistake 0
This commit is contained in:
parent
196a5a90cc
commit
9355cb73d1
@ -598,7 +598,10 @@ class CalibrationSample(sequence_ordered(), ModelView, ModelSQL):
|
|||||||
else:
|
else:
|
||||||
self.mistake = -self.value_patterns.pattern + self.value_equipment
|
self.mistake = -self.value_patterns.pattern + self.value_equipment
|
||||||
|
|
||||||
self.mistake_rate = abs(self.mistake / self.value_patterns.pattern) * 100
|
if self.value_patterns.pattern == self.value_equipment:
|
||||||
|
self.mistake_rate = 0
|
||||||
|
else:
|
||||||
|
self.mistake_rate = abs(self.mistake / self.value_patterns.pattern) * 100
|
||||||
|
|
||||||
|
|
||||||
class AgendedInitial(ModelView):
|
class AgendedInitial(ModelView):
|
||||||
|
@ -1,24 +1,24 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<office:document xmlns:officeooo="http://openoffice.org/2009/office" 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:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rpt="http://openoffice.org/2005/report" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d: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:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:dom="http://www.w3.org/2001/xml-events" 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:xforms="http://www.w3.org/2002/xforms" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
|
<office:document xmlns:officeooo="http://openoffice.org/2009/office" 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:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rpt="http://openoffice.org/2005/report" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d: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:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:dom="http://www.w3.org/2001/xml-events" 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:xforms="http://www.w3.org/2002/xforms" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
|
||||||
<office:meta><meta:creation-date>2022-10-25T06:02:43.829301281</meta:creation-date><dc:date>2022-10-27T16:09:29.561417388</dc:date><meta:editing-duration>PT4H45M30S</meta:editing-duration><meta:editing-cycles>29</meta:editing-cycles><meta:generator>LibreOffice/7.3.6.2$Linux_X86_64 LibreOffice_project/30$Build-2</meta:generator><meta:document-statistic meta:table-count="5" meta:image-count="1" meta:object-count="0" meta:page-count="2" meta:paragraph-count="59" meta:word-count="258" meta:character-count="2968" meta:non-whitespace-character-count="2762"/></office:meta>
|
<office:meta><meta:creation-date>2022-10-25T06:02:43.829301281</meta:creation-date><dc:date>2022-11-01T16:58:45.118494979</dc:date><meta:editing-duration>PT4H48M25S</meta:editing-duration><meta:editing-cycles>31</meta:editing-cycles><meta:generator>LibreOffice/7.3.6.2$Linux_X86_64 LibreOffice_project/30$Build-2</meta:generator><meta:document-statistic meta:table-count="5" meta:image-count="1" meta:object-count="0" meta:page-count="2" meta:paragraph-count="60" meta:word-count="257" meta:character-count="2992" meta:non-whitespace-character-count="2788"/></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">3969</config:config-item>
|
<config:config-item config:name="ViewAreaTop" config:type="long">5292</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">0</config:config-item>
|
||||||
<config:config-item config:name="ViewAreaWidth" config:type="long">30709</config:config-item>
|
<config:config-item config:name="ViewAreaWidth" config:type="long">30496</config:config-item>
|
||||||
<config:config-item config:name="ViewAreaHeight" config:type="long">12901</config:config-item>
|
<config:config-item config:name="ViewAreaHeight" config:type="long">13379</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">8694</config:config-item>
|
<config:config-item config:name="ViewLeft" config:type="long">6537</config:config-item>
|
||||||
<config:config-item config:name="ViewTop" config:type="long">5833</config:config-item>
|
<config:config-item config:name="ViewTop" config:type="long">9232</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">0</config:config-item>
|
||||||
<config:config-item config:name="VisibleTop" config:type="long">3969</config:config-item>
|
<config:config-item config:name="VisibleTop" config:type="long">5292</config:config-item>
|
||||||
<config:config-item config:name="VisibleRight" config:type="long">30708</config:config-item>
|
<config:config-item config:name="VisibleRight" config:type="long">30494</config:config-item>
|
||||||
<config:config-item config:name="VisibleBottom" config:type="long">16868</config:config-item>
|
<config:config-item config:name="VisibleBottom" config:type="long">18669</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>
|
||||||
@ -88,7 +88,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">1303959</config:config-item>
|
<config:config-item config:name="Rsid" config:type="int">1371393</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>
|
||||||
@ -156,7 +156,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.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: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.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:flow-with-text="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:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" 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%" 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%" 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"/>
|
||||||
@ -546,25 +546,33 @@
|
|||||||
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
||||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese2" fo:font-size="9pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="000f983e" officeooo:paragraph-rsid="0010ed64" style:font-size-asian="9pt" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-size-complex="9pt" style:font-weight-complex="bold" style:text-emphasize="none"/>
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese2" fo:font-size="9pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="000f983e" officeooo:paragraph-rsid="0010ed64" style:font-size-asian="9pt" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-size-complex="9pt" style:font-weight-complex="bold" style:text-emphasize="none"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P39" style:family="paragraph" style:parent-style-name="Standard">
|
<style:style style:name="P39" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
||||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese2" fo:font-size="6pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="6pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="6pt" style:text-emphasize="none"/>
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese2" fo:font-size="9pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="000f983e" officeooo:paragraph-rsid="0013e597" style:font-size-asian="9pt" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-size-complex="9pt" style:font-weight-complex="bold" style:text-emphasize="none"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P40" style:family="paragraph" style:parent-style-name="Standard">
|
<style:style style:name="P40" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
||||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese" fo:font-size="9.5pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="00064e04" style:font-size-asian="9.5pt" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-size-complex="10pt" style:font-weight-complex="bold" style:text-emphasize="none"/>
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese2" fo:font-size="6pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="6pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="6pt" style:text-emphasize="none"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P41" style:family="paragraph" style:parent-style-name="Standard">
|
<style:style style:name="P41" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
||||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans" fo:font-size="7pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="7pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="7pt" style:text-emphasize="none"/>
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese" fo:font-size="9.5pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="00064e04" style:font-size-asian="9.5pt" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-size-complex="10pt" style:font-weight-complex="bold" style:text-emphasize="none"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P42" style:family="paragraph" style:parent-style-name="Standard">
|
<style:style style:name="P42" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
|
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
||||||
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans" fo:font-size="7pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="7pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="7pt" style:text-emphasize="none"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P43" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
||||||
<style:text-properties style:font-name="Droid Sans" fo:font-size="7pt" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
<style:text-properties style:font-name="Droid Sans" fo:font-size="7pt" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P43" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
<style:style style:name="P44" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
||||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese2" fo:font-size="9pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="000f983e" officeooo:paragraph-rsid="0013e597" style:font-size-asian="9pt" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-size-complex="9pt" style:font-weight-complex="bold" style:text-emphasize="none"/>
|
<style:text-properties style:font-name="Droid Sans Japanese1" fo:font-size="9pt" fo:font-weight="bold" officeooo:rsid="00061322" officeooo:paragraph-rsid="000f983e" style:font-size-asian="9pt" style:font-weight-asian="bold" style:font-size-complex="9pt" style:font-weight-complex="bold"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P45" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
|
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
||||||
|
<style:text-properties style:font-name="Droid Sans Japanese1" fo:font-size="9pt" fo:font-weight="bold" officeooo:rsid="00061322" officeooo:paragraph-rsid="0014ed01" style:font-size-asian="9pt" style:font-weight-asian="bold" style:font-size-complex="9pt" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T1" style:family="text">
|
<style:style style:name="T1" style:family="text">
|
||||||
<style:text-properties fo:color="#000000" loext:opacity="100%" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese" fo:font-size="8pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="8pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:text-emphasize="none"/>
|
<style:text-properties fo:color="#000000" loext:opacity="100%" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese" fo:font-size="8pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="8pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:text-emphasize="none"/>
|
||||||
@ -600,54 +608,60 @@
|
|||||||
<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="000ca057" style:font-style-asian="normal" style:text-emphasize="none"/>
|
<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="000ca057" style:font-style-asian="normal" style:text-emphasize="none"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T12" style:family="text">
|
<style:style style:name="T12" 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 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="T13" style:family="text">
|
<style:style style:name="T13" 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 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:style style:name="T14" style:family="text">
|
<style:style style:name="T14" 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:text-emphasize="none"/>
|
<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:style style:name="T15" style:family="text">
|
<style:style style:name="T15" 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.012cm" 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 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="0014ed01" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-weight-complex="normal" style:text-emphasize="none"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T16" style:family="text">
|
<style:style style:name="T16" 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.005cm" 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 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:text-emphasize="none"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T17" style:family="text">
|
<style:style style:name="T17" 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.018cm" 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 style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:letter-spacing="-0.012cm" 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="T18" style:family="text">
|
<style:style style:name="T18" 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.011cm" 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 style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:letter-spacing="0.005cm" 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="T19" style:family="text">
|
<style:style style:name="T19" style:family="text">
|
||||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese2" fo:font-size="10pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="000cde7f" style:font-size-asian="10pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:font-weight-complex="normal" style:text-emphasize="none"/>
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:letter-spacing="-0.018cm" 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="T20" style:family="text">
|
<style:style style:name="T20" style:family="text">
|
||||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Open Sans Condensed" fo:font-size="12.5pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="12.5pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:text-emphasize="none"/>
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:letter-spacing="0.011cm" 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="T21" style:family="text">
|
<style:style style:name="T21" style:family="text">
|
||||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Devanagari" fo:font-size="12.5pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="12.5pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:text-emphasize="none"/>
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese2" fo:font-size="10pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="000cde7f" style:font-size-asian="10pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:font-weight-complex="normal" style:text-emphasize="none"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T22" style:family="text">
|
<style:style style:name="T22" 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="12.5pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="12.5pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:text-emphasize="none"/>
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Open Sans Condensed" fo:font-size="12.5pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="12.5pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:text-emphasize="none"/>
|
||||||
</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" style:font-name="Cantarell" fo:font-size="8pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" style:font-size-asian="8pt" style:font-style-asian="normal" style:font-size-complex="8pt" style:text-emphasize="none"/>
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Devanagari" fo:font-size="12.5pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="12.5pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:text-emphasize="none"/>
|
||||||
</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" style:font-name="Cantarell" fo:font-size="8pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="8pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="8pt" style:font-weight-complex="normal" style:text-emphasize="none"/>
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-size="12.5pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="12.5pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:text-emphasize="none"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T25" style:family="text">
|
<style:style style:name="T25" style:family="text">
|
||||||
<style:text-properties officeooo:rsid="000669cd"/>
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Cantarell" fo:font-size="8pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" style:font-size-asian="8pt" style:font-style-asian="normal" style:font-size-complex="8pt" style:text-emphasize="none"/>
|
||||||
</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-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color"/>
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Cantarell" fo:font-size="8pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="8pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="8pt" style:font-weight-complex="normal" style:text-emphasize="none"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T27" style:family="text">
|
<style:style style:name="T27" style:family="text">
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese1" fo:font-weight="normal" officeooo:rsid="000cde7f" style:font-weight-asian="normal" style:font-weight-complex="normal"/>
|
<style:text-properties officeooo:rsid="000669cd"/>
|
||||||
</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-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T29" style:family="text">
|
||||||
|
<style:text-properties style:font-name="Droid Sans Japanese1" fo:font-weight="normal" officeooo:rsid="000cde7f" style:font-weight-asian="normal" style:font-weight-complex="normal"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="T30" style:family="text">
|
||||||
<style:text-properties officeooo:rsid="0013e597"/>
|
<style:text-properties officeooo:rsid="0013e597"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="fr1" style:family="graphic" style:parent-style-name="Frame">
|
<style:style style:name="fr1" style:family="graphic" style:parent-style-name="Frame">
|
||||||
@ -1209,11 +1223,11 @@
|
|||||||
</draw:frame></text:p>
|
</draw:frame></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla1.B1" office:value-type="string">
|
<table:table-cell table:style-name="Tabla1.B1" office:value-type="string">
|
||||||
<text:p text:style-name="P41">Smart <text:s/>Visión S.A.S</text:p>
|
<text:p text:style-name="P42">Smart <text:s/>Visión S.A.S</text:p>
|
||||||
<text:p text:style-name="P41">NIT 901091201</text:p>
|
<text:p text:style-name="P42">NIT 901091201</text:p>
|
||||||
<text:p text:style-name="P41">DIRECCIÓN Carrera 16 # 52-85 piso 4 <text:s/></text:p>
|
<text:p text:style-name="P42">DIRECCIÓN Carrera 16 # 52-85 piso 4 <text:s/></text:p>
|
||||||
<text:p text:style-name="P41">TELÉFONOS +57 320 8197664 E – MAIL smartvisioncolombia@gmail.com</text:p>
|
<text:p text:style-name="P42">TELÉFONOS +57 320 8197664 E – MAIL smartvisioncolombia@gmail.com</text:p>
|
||||||
<text:p text:style-name="P39"/>
|
<text:p text:style-name="P40"/>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
</table:table>
|
</table:table>
|
||||||
@ -1231,17 +1245,17 @@
|
|||||||
<text:sequence-decl text:display-outline-level="0" text:name="Figure"/>
|
<text:sequence-decl text:display-outline-level="0" text:name="Figure"/>
|
||||||
</text:sequence-decls>
|
</text:sequence-decls>
|
||||||
<text:p text:style-name="P2"><text:placeholder text:placeholder-type="text"><for each="equipment in records"></text:placeholder></text:p>
|
<text:p text:style-name="P2"><text:placeholder text:placeholder-type="text"><for each="equipment in records"></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P25"><text:span text:style-name="T9">HOJA</text:span><text:span text:style-name="T15"> </text:span><text:span text:style-name="T9">DE</text:span><text:span text:style-name="T16"> </text:span><text:span text:style-name="T9">VIDA</text:span><text:span text:style-name="T17"> </text:span><text:span text:style-name="T9">DISPOSITIVOS</text:span><text:span text:style-name="T18"> </text:span><text:span text:style-name="T9">BIOMEDICOS</text:span></text:p>
|
<text:p text:style-name="P25"><text:span text:style-name="T9">HOJA</text:span><text:span text:style-name="T17"> </text:span><text:span text:style-name="T9">DE</text:span><text:span text:style-name="T18"> </text:span><text:span text:style-name="T9">VIDA</text:span><text:span text:style-name="T19"> </text:span><text:span text:style-name="T9">DISPOSITIVOS</text:span><text:span text:style-name="T20"> </text:span><text:span text:style-name="T9">BIOMEDICOS</text:span></text:p>
|
||||||
<text:p text:style-name="P37"/>
|
<text:p text:style-name="P37"/>
|
||||||
<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"/>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla5.A1" office:value-type="string">
|
<table:table-cell table:style-name="Tabla5.A1" office:value-type="string">
|
||||||
<text:p text:style-name="P43">Fecha <text:span text:style-name="T28">de generación</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', equipment.company.timezone)"><format_datetime(datetime.datetime.now(),user.language, '%b/%d/%Y', equipment.company.timezone)></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P39">Fecha <text:span text:style-name="T30">de generación</text:span>: <text:span text:style-name="T29"><text:placeholder text:placeholder-type="text" text:description="format_datetime(datetime.datetime.now(),user.language, '%25B %25d ,%25Y %25H:%25M%25p', equipment.company.timezone)"><format_datetime(datetime.datetime.now(),user.language, '%b/%d/%Y', equipment.company.timezone)></text:placeholder></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla5.A1" office:value-type="string">
|
<table:table-cell table:style-name="Tabla5.A1" office:value-type="string">
|
||||||
<text:p text:style-name="P18"><text:span text:style-name="T5">Código Equipo: </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><equipment.code></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P18"><text:span text:style-name="T5">Código Equipo: </text:span><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text"><equipment.code></text:placeholder></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
</table:table>
|
</table:table>
|
||||||
@ -1252,14 +1266,15 @@
|
|||||||
<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="P27"><text:span text:style-name="T9">Nombre / Razón Social: </text:span><text:span text:style-name="T12"><text:placeholder text:placeholder-type="text"><equipment.propietary.name></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P27"><text:span text:style-name="T9">Nombre / Razón Social: </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><equipment.propietary.name></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P27"><text:span text:style-name="T9">Ciudad: </text:span><text:span text:style-name="T12"><text:placeholder text:placeholder-type="text"><equipment.propietary_address.subdivision_municipality.name></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P27"><text:span text:style-name="T9">Ciudad: </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><equipment.propietary_address.subdivision_municipality.name></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P29"><text:span text:style-name="T9">Teléfono:</text:span><text:span text:style-name="T12"> </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><equipment.propietary.phone></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P29"><text:span text:style-name="T9">Teléfono:</text:span><text:span text:style-name="T13"> </text:span><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text"><equipment.propietary.phone></text:placeholder></text:span></text:p>
|
||||||
|
<text:p text:style-name="P45"><text:span text:style-name="T12">Movil</text:span><text:span text:style-name="T10">:</text:span><text:span text:style-name="T14"> </text:span><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text"><equipment.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="P27"><text:span text:style-name="T9">Tipo Documento: </text:span><text:span text:style-name="T12"><text:placeholder text:placeholder-type="text"><"NIT" if equipment.propietary.tax_identifier.type=="31" else "CC"></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P27"><text:span text:style-name="T9">Tipo Documento: </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><"NIT" if equipment.propietary.tax_identifier.type=="31" else "CC"></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P27"><text:span text:style-name="T9">Documento:</text:span><text:span text:style-name="T12"> </text:span><text:span text:style-name="T12"><text:placeholder text:placeholder-type="text"><equipment.propietary.tax_identifier.code></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P27"><text:span text:style-name="T9">Documento:</text:span><text:span text:style-name="T13"> </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><equipment.propietary.tax_identifier.code></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P27"><text:span text:style-name="T9">Dirección:</text:span><text:span text:style-name="T12"> </text:span><text:span text:style-name="T12"><text:placeholder text:placeholder-type="text"><equipment.propietary_address.street></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P27"><text:span text:style-name="T9">Dirección:</text:span><text:span text:style-name="T13"> </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><equipment.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>
|
||||||
@ -1270,23 +1285,23 @@
|
|||||||
<table:table-column table:style-name="Tabla3.B"/>
|
<table:table-column table:style-name="Tabla3.B"/>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla3.A1" office:value-type="string">
|
<table:table-cell table:style-name="Tabla3.A1" office:value-type="string">
|
||||||
<text:p text:style-name="P12"><text:span text:style-name="T9">Nombre del Dispositivo: </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><equipment.product.name></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P12"><text:span text:style-name="T9">Nombre del Dispositivo: </text:span><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text"><equipment.product.name></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P12"><text:span text:style-name="T9">Restaurado: </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><"SI" if equipment.refurbish else "NO"></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P12"><text:span text:style-name="T9">Restaurado: </text:span><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text"><"SI" if equipment.refurbish else "NO"></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P12"><text:span text:style-name="T9">Marca: </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><equipment.mark_category.name></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P12"><text:span text:style-name="T9">Marca: </text:span><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text"><equipment.mark_category.name></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P12"><text:span text:style-name="T9">Modelo:</text:span><text:span text:style-name="T12"> </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><equipment.model_category.name></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P12"><text:span text:style-name="T9">Modelo:</text:span><text:span text:style-name="T13"> </text:span><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text"><equipment.model_category.name></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P12"><text:span text:style-name="T9">Referencia: </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><equipment.reference_category.name></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P12"><text:span text:style-name="T9">Referencia: </text:span><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text"><equipment.reference_category.name></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P12"><text:span text:style-name="T10">País de Origen:</text:span><text:span text:style-name="T13"> </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><equipment.origin_country.name></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P12"><text:span text:style-name="T10">País de Origen:</text:span><text:span text:style-name="T14"> </text:span><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text"><equipment.origin_country.name></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P12"><text:span text:style-name="T10">Registro Invima:</text:span><text:span text:style-name="T13"> </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><equipment.health_register></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P12"><text:span text:style-name="T10">Registro Invima:</text:span><text:span text:style-name="T14"> </text:span><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text"><equipment.health_register></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P12"><text:span text:style-name="T10">Software Versión:</text:span><text:span text:style-name="T13"> </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><equipment.software_version if equipment.software_version != "" else "No Aplica"></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P12"><text:span text:style-name="T10">Software Versión:</text:span><text:span text:style-name="T14"> </text:span><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text"><equipment.software_version if equipment.software_version != "" else "No Aplica"></text:placeholder></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla3.A1" office:value-type="string">
|
<table:table-cell table:style-name="Tabla3.A1" office:value-type="string">
|
||||||
<text:p text:style-name="P12"><text:span text:style-name="T10">S</text:span><text:span text:style-name="T9">erial: </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><equipment.serial></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P12"><text:span text:style-name="T10">S</text:span><text:span text:style-name="T9">erial: </text:span><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text"><equipment.serial></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P12"><text:span text:style-name="T10">Clase de Riesgo:</text:span><text:span text:style-name="T13"> </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><equipment.product.risk></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P12"><text:span text:style-name="T10">Clase de Riesgo:</text:span><text:span text:style-name="T14"> </text:span><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text"><equipment.product.risk></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P12"><text:span text:style-name="T10">Clase Biomédica:</text:span><text:span text:style-name="T13"> </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><equipment.biomedical_class></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P12"><text:span text:style-name="T10">Clase Biomédica:</text:span><text:span text:style-name="T14"> </text:span><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text"><equipment.biomedical_class></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P12"><text:span text:style-name="T10">Tipo:</text:span><text:span text:style-name="T13"> </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><equipment.equipment_type></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P12"><text:span text:style-name="T10">Tipo:</text:span><text:span text:style-name="T14"> </text:span><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text"><equipment.equipment_type></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P12"><text:span text:style-name="T10">Uso:</text:span><text:span text:style-name="T13"> </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><equipment.use></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P12"><text:span text:style-name="T10">Uso:</text:span><text:span text:style-name="T14"> </text:span><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text"><equipment.use></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P12"><text:span text:style-name="T10">Garantía:</text:span><text:span text:style-name="T13"> </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><equipment.warranty></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P12"><text:span text:style-name="T10">Garantía:</text:span><text:span text:style-name="T14"> </text:span><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text"><equipment.warranty></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P12"><text:span text:style-name="T10">Vida Útil:</text:span><text:span text:style-name="T13"> </text:span><text:span text:style-name="T13"><text:placeholder text:placeholder-type="text"><equipment.useful_life></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P12"><text:span text:style-name="T10">Vida Útil:</text:span><text:span text:style-name="T14"> </text:span><text:span text:style-name="T14"><text:placeholder text:placeholder-type="text"><equipment.useful_life></text:placeholder></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
</table:table>
|
</table:table>
|
||||||
@ -1298,7 +1313,7 @@
|
|||||||
<table:table-column table:style-name="Tabla2.C"/>
|
<table:table-column table:style-name="Tabla2.C"/>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla2.A1" table:number-columns-spanned="3" office:value-type="string">
|
<table:table-cell table:style-name="Tabla2.A1" table:number-columns-spanned="3" office:value-type="string">
|
||||||
<text:p text:style-name="P40">CARACTERÍSTICAS TÉCNICAS</text:p>
|
<text:p text:style-name="P41">CARACTERÍSTICAS TÉCNICAS</text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:covered-table-cell/>
|
<table:covered-table-cell/>
|
||||||
<table:covered-table-cell/>
|
<table:covered-table-cell/>
|
||||||
@ -1348,7 +1363,7 @@
|
|||||||
<text:p text:style-name="P13">Condiciones Ambientales</text:p>
|
<text:p text:style-name="P13">Condiciones Ambientales</text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla2.A2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla2.A2" office:value-type="string">
|
||||||
<text:p text:style-name="P13">Te<text:span text:style-name="T25">m </text:span>Min Uso</text:p>
|
<text:p text:style-name="P13">Te<text:span text:style-name="T27">m </text:span>Min Uso</text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla2.C2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla2.C2" office:value-type="string">
|
||||||
<text:p text:style-name="P35"><text:placeholder text:placeholder-type="text"><str(equipment.product.temperature_min) + " "+ equipment.product.temperature_uom.symbol if equipment.product.temperature_min else ""></text:placeholder></text:p>
|
<text:p text:style-name="P35"><text:placeholder text:placeholder-type="text"><str(equipment.product.temperature_min) + " "+ equipment.product.temperature_uom.symbol if equipment.product.temperature_min else ""></text:placeholder></text:p>
|
||||||
@ -1369,7 +1384,7 @@
|
|||||||
<text:p text:style-name="P13">Hum Min Uso</text:p>
|
<text:p text:style-name="P13">Hum Min Uso</text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla2.C2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla2.C2" office:value-type="string">
|
||||||
<text:p text:style-name="P35"><text:placeholder text:placeholder-type="text"><str(equipment.product.moisture_min) + " "+ equipment.product.moisture_uom.symbol if equipment.product.moisture_min else ""></text:placeholder><text:soft-page-break/></text:p>
|
<text:p text:style-name="P35"><text:placeholder text:placeholder-type="text"><str(equipment.product.moisture_min) + " "+ equipment.product.moisture_uom.symbol if equipment.product.moisture_min else ""></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
@ -1381,6 +1396,7 @@
|
|||||||
<text:p text:style-name="P35"><text:placeholder text:placeholder-type="text"><str(equipment.product.moisture_max) + " "+ equipment.product.moisture_uom.symbol if equipment.product.moisture_max else ""></text:placeholder></text:p>
|
<text:p text:style-name="P35"><text:placeholder text:placeholder-type="text"><str(equipment.product.moisture_max) + " "+ equipment.product.moisture_uom.symbol if equipment.product.moisture_max else ""></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
|
<text:soft-page-break/>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla2.A2" table:number-columns-spanned="2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla2.A2" table:number-columns-spanned="2" office:value-type="string">
|
||||||
<text:p text:style-name="P15">Requiere Calibración</text:p>
|
<text:p text:style-name="P15">Requiere Calibración</text:p>
|
||||||
|
@ -1,24 +1,24 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<office:document xmlns:officeooo="http://openoffice.org/2009/office" 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:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rpt="http://openoffice.org/2005/report" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d: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:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:dom="http://www.w3.org/2001/xml-events" 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:xforms="http://www.w3.org/2002/xforms" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
|
<office:document xmlns:officeooo="http://openoffice.org/2009/office" 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:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rpt="http://openoffice.org/2005/report" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d: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:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:dom="http://www.w3.org/2001/xml-events" 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:xforms="http://www.w3.org/2002/xforms" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
|
||||||
<office:meta><meta:creation-date>2022-10-11T16:28:51.101948480</meta:creation-date><dc:date>2022-10-31T12:02:05.421891011</dc:date><meta:editing-duration>PT3H28M47S</meta:editing-duration><meta:editing-cycles>47</meta:editing-cycles><meta:generator>LibreOffice/7.3.6.2$Linux_X86_64 LibreOffice_project/30$Build-2</meta:generator><meta:document-statistic meta:table-count="4" meta:image-count="1" meta:object-count="0" meta:page-count="2" meta:paragraph-count="55" meta:word-count="213" meta:character-count="2383" meta:non-whitespace-character-count="2220"/></office:meta>
|
<office:meta><meta:creation-date>2022-10-11T16:28:51.101948480</meta:creation-date><dc:date>2022-11-01T17:33:23.505454842</dc:date><meta:editing-duration>PT3H32M8S</meta:editing-duration><meta:editing-cycles>48</meta:editing-cycles><meta:generator>LibreOffice/7.3.6.2$Linux_X86_64 LibreOffice_project/30$Build-2</meta:generator><meta:document-statistic meta:table-count="4" meta:image-count="1" meta:object-count="0" meta:page-count="2" meta:paragraph-count="53" meta:word-count="210" meta:character-count="2334" meta:non-whitespace-character-count="2172"/></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">8012</config:config-item>
|
<config:config-item config:name="ViewAreaTop" config:type="long">5</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">0</config:config-item>
|
||||||
<config:config-item config:name="ViewAreaWidth" config:type="long">35096</config:config-item>
|
<config:config-item config:name="ViewAreaWidth" config:type="long">34851</config:config-item>
|
||||||
<config:config-item config:name="ViewAreaHeight" config:type="long">15857</config:config-item>
|
<config:config-item config:name="ViewAreaHeight" config:type="long">16028</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">17547</config:config-item>
|
<config:config-item config:name="ViewLeft" config:type="long">8631</config:config-item>
|
||||||
<config:config-item config:name="ViewTop" config:type="long">20870</config:config-item>
|
<config:config-item config:name="ViewTop" config:type="long">24728</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">0</config:config-item>
|
||||||
<config:config-item config:name="VisibleTop" config:type="long">8012</config:config-item>
|
<config:config-item config:name="VisibleTop" config:type="long">5</config:config-item>
|
||||||
<config:config-item config:name="VisibleRight" config:type="long">35094</config:config-item>
|
<config:config-item config:name="VisibleRight" config:type="long">34849</config:config-item>
|
||||||
<config:config-item config:name="VisibleBottom" config:type="long">23867</config:config-item>
|
<config:config-item config:name="VisibleBottom" config:type="long">16032</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>
|
||||||
@ -88,7 +88,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">3805299</config:config-item>
|
<config:config-item config:name="Rsid" config:type="int">3877224</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>
|
||||||
@ -155,7 +155,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.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: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.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:flow-with-text="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:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" 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%" style:font-name="Liberation Serif" fo:font-size="12pt" fo:language="es" fo:country="CO" style:letter-kerning="true" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="Droid Sans Devanagari1" 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%" style:font-name="Liberation Serif" fo:font-size="12pt" fo:language="es" fo:country="CO" style:letter-kerning="true" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="Droid Sans Devanagari1" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN"/>
|
||||||
@ -405,60 +405,24 @@
|
|||||||
<style:background-image/>
|
<style:background-image/>
|
||||||
</style:table-cell-properties>
|
</style:table-cell-properties>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="Tabla1" style:family="table">
|
<style:style style:name="Tabla2" style:family="table">
|
||||||
<style:table-properties style:width="17.575cm" table:align="left"/>
|
<style:table-properties style:width="17.59cm" table:align="margins"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="Tabla1.A" style:family="table-column">
|
<style:style style:name="Tabla2.A" style:family="table-column">
|
||||||
<style:table-column-properties style:column-width="2.041cm"/>
|
<style:table-column-properties style:column-width="4.397cm" style:rel-column-width="16383*"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="Tabla1.B" style:family="table-column">
|
<style:style style:name="Tabla2.A1" style:family="table-cell">
|
||||||
<style:table-column-properties style:column-width="3.949cm"/>
|
<style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.5pt solid #000000" fo:border-right="none" fo:border-top="0.5pt solid #000000" fo:border-bottom="0.5pt solid #000000"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="Tabla1.C" style:family="table-column">
|
<style:style style:name="Tabla2.D1" style:family="table-cell">
|
||||||
<style:table-column-properties style:column-width="4.404cm"/>
|
<style:table-cell-properties fo:padding="0.097cm" fo:border="0.5pt solid #000000"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="Tabla1.D" style:family="table-column">
|
<style:style style:name="Tabla2.A2" style:family="table-cell">
|
||||||
<style:table-column-properties style:column-width="3.307cm"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="Tabla1.E" style:family="table-column">
|
|
||||||
<style:table-column-properties style:column-width="3.874cm"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="Tabla1.A1" style:family="table-cell">
|
|
||||||
<style:table-cell-properties fo:background-color="transparent" fo:padding="0.097cm" fo:border-left="0.5pt solid #355269" fo:border-right="none" fo:border-top="0.5pt solid #355269" fo:border-bottom="0.5pt solid #355269">
|
|
||||||
<style:background-image/>
|
|
||||||
</style:table-cell-properties>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="Tabla1.C1" style:family="table-cell">
|
|
||||||
<style:table-cell-properties style:vertical-align="middle" fo:background-color="transparent" fo:padding="0.097cm" fo:border-left="0.5pt solid #355269" fo:border-right="none" fo:border-top="0.5pt solid #355269" fo:border-bottom="0.5pt solid #355269">
|
|
||||||
<style:background-image/>
|
|
||||||
</style:table-cell-properties>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="Tabla1.E1" style:family="table-cell">
|
|
||||||
<style:table-cell-properties fo:background-color="transparent" fo:padding="0.097cm" fo:border="0.5pt solid #355269">
|
|
||||||
<style:background-image/>
|
|
||||||
</style:table-cell-properties>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="Tabla1.A2" style:family="table-cell">
|
|
||||||
<style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.5pt solid #000000" fo:border-right="0.5pt solid #000000" fo:border-top="none" fo:border-bottom="0.5pt solid #000000"/>
|
<style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.5pt solid #000000" fo:border-right="0.5pt solid #000000" fo:border-top="none" fo:border-bottom="0.5pt solid #000000"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="Tabla1.A3" style:family="table-cell">
|
<style:style style:name="Tabla2.A3" style:family="table-cell">
|
||||||
<style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.5pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.5pt solid #000000"/>
|
<style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.5pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.5pt solid #000000"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="Tabla1.B3" style:family="table-cell">
|
|
||||||
<style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.5pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.5pt solid #000000"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="Tabla1.C3" style:family="table-cell">
|
|
||||||
<style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.5pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.5pt solid #000000"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="Tabla1.D3" style:family="table-cell">
|
|
||||||
<style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.5pt solid #000000" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.5pt solid #000000"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="Tabla1.E3" style:family="table-cell">
|
|
||||||
<style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.5pt solid #000000" fo:border-right="0.5pt solid #000000" fo:border-top="none" fo:border-bottom="0.5pt solid #000000"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="Tabla1.A4" style:family="table-cell">
|
|
||||||
<style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.5pt solid #000000" fo:border-right="0.5pt solid #000000" fo:border-top="none" fo:border-bottom="0.5pt solid #000000"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="P1" style:family="paragraph" style:parent-style-name="Header">
|
<style:style style:name="P1" 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 fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Open Sans Condensed" fo:font-size="10.5pt" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" officeooo:paragraph-rsid="0032e8b3" style:font-name-asian="Calibri" style:font-size-asian="10.5pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Calibri" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
|
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Open Sans Condensed" fo:font-size="10.5pt" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" officeooo:paragraph-rsid="0032e8b3" style:font-name-asian="Calibri" style:font-size-asian="10.5pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Calibri" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
|
||||||
@ -685,62 +649,66 @@
|
|||||||
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="8pt" style:font-size-asian="7pt" style:font-size-complex="8pt"/>
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="8pt" style:font-size-asian="7pt" style:font-size-complex="8pt"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P61" style:family="paragraph" style:parent-style-name="Standard">
|
<style:style style:name="P61" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
|
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
||||||
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="8pt" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="7pt" style:font-size-complex="8pt"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P62" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
<style:paragraph-properties fo:line-height="100%" fo:text-align="start" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
<style:paragraph-properties fo:line-height="100%" fo:text-align="start" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" fo:font-weight="bold" officeooo:rsid="00061322" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" fo:font-weight="bold" officeooo:rsid="00061322" officeooo:paragraph-rsid="0039bf19" 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="P62" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
<style:style style:name="P63" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" fo:font-weight="bold" officeooo:rsid="003364b6" officeooo:paragraph-rsid="003364b6" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" fo:font-weight="bold" officeooo:rsid="003364b6" officeooo:paragraph-rsid="003364b6" 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="P63" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
<style:style style:name="P64" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
|
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" fo:font-weight="bold" officeooo:rsid="00064e04" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" fo:font-weight="bold" officeooo:rsid="00064e04" officeooo:paragraph-rsid="0039bf19" 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="P64" style:family="paragraph" style:parent-style-name="Standard">
|
<style:style style:name="P65" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
|
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" fo:font-weight="bold" officeooo:rsid="001b9ac0" officeooo:paragraph-rsid="00391cc7" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-name-complex="Arial" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" fo:font-weight="bold" officeooo:rsid="001b9ac0" officeooo:paragraph-rsid="00391cc7" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-name-complex="Arial" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P65" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
<style:style style:name="P66" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
<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 Japanese" fo:font-size="7pt" fo:font-weight="bold" officeooo:rsid="003369d8" officeooo:paragraph-rsid="003369d8" fo:background-color="transparent" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" fo:font-weight="bold" officeooo:rsid="003369d8" officeooo:paragraph-rsid="003369d8" fo:background-color="transparent" 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="P66" style:family="paragraph" style:parent-style-name="Standard">
|
<style:style style:name="P67" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" fo:font-weight="normal" officeooo:rsid="001b9ac0" officeooo:paragraph-rsid="003369d8" style:font-size-asian="7pt" style:font-weight-asian="normal" style:font-name-complex="Arial" style:font-size-complex="7pt" style:font-weight-complex="normal"/>
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" fo:font-weight="normal" officeooo:rsid="001b9ac0" officeooo:paragraph-rsid="003369d8" style:font-size-asian="7pt" style:font-weight-asian="normal" style:font-name-complex="Arial" style:font-size-complex="7pt" style:font-weight-complex="normal"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P67" style:family="paragraph" style:parent-style-name="Standard">
|
<style:style style:name="P68" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" fo:font-weight="normal" officeooo:rsid="001b9ac0" officeooo:paragraph-rsid="00338972" style:font-size-asian="7pt" style:font-weight-asian="normal" style:font-name-complex="Arial" style:font-size-complex="7pt" style:font-weight-complex="normal"/>
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" fo:font-weight="normal" officeooo:rsid="001b9ac0" officeooo:paragraph-rsid="00338972" style:font-size-asian="7pt" style:font-weight-asian="normal" style:font-name-complex="Arial" style:font-size-complex="7pt" style:font-weight-complex="normal"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P68" style:family="paragraph" style:parent-style-name="Standard">
|
<style:style style:name="P69" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="P69" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P70" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
<style:style style:name="P70" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P71" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
<style:paragraph-properties fo:line-height="100%" fo:text-align="center" style:justify-single-word="false"/>
|
<style:paragraph-properties fo:line-height="100%" fo:text-align="center" style:justify-single-word="false"/>
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P71" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="P72" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
<style:style style:name="P72" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" officeooo:rsid="003364b6" officeooo:paragraph-rsid="003364b6" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P73" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
<style:style style:name="P73" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" officeooo:rsid="003364b6" officeooo:paragraph-rsid="003369d8" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" officeooo:rsid="003364b6" officeooo:paragraph-rsid="003364b6" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P74" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
<style:style style:name="P74" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" officeooo:rsid="003364b6" officeooo:paragraph-rsid="00391cc7" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" officeooo:rsid="003364b6" officeooo:paragraph-rsid="003369d8" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P75" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
<style:style style:name="P75" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" officeooo:paragraph-rsid="00391cc7" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" officeooo:rsid="003364b6" officeooo:paragraph-rsid="00391cc7" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P76" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
<style:style style:name="P76" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" officeooo:paragraph-rsid="00391cc7" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P77" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" officeooo:paragraph-rsid="00209ed6" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" officeooo:paragraph-rsid="00209ed6" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P77" style:family="paragraph" style:parent-style-name="Text">
|
<style:style style:name="P78" style:family="paragraph" style:parent-style-name="Text">
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P78" style:family="paragraph" style:parent-style-name="Standard">
|
<style:style style:name="P79" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false">
|
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false">
|
||||||
<style:tab-stops>
|
<style:tab-stops>
|
||||||
<style:tab-stop style:position="9.252cm"/>
|
<style:tab-stop style:position="9.252cm"/>
|
||||||
@ -748,48 +716,96 @@
|
|||||||
</style:paragraph-properties>
|
</style:paragraph-properties>
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="10pt" fo:font-weight="bold" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="10pt" style:font-weight-asian="bold" style:font-name-complex="Arial" style:font-size-complex="10pt" style:font-weight-complex="bold"/>
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="10pt" fo:font-weight="bold" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="10pt" style:font-weight-asian="bold" style:font-name-complex="Arial" style:font-size-complex="10pt" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P79" style:family="paragraph" style:parent-style-name="Standard">
|
|
||||||
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
|
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="10pt" fo:font-weight="bold" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="10pt" style:font-weight-asian="bold" style:font-size-complex="10pt" style:font-weight-complex="bold"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="P80" style:family="paragraph" style:parent-style-name="Standard">
|
<style:style style:name="P80" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
|
||||||
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="10pt" fo:font-weight="bold" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="10pt" style:font-weight-asian="bold" style:font-size-complex="10pt" style:font-weight-complex="bold"/>
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="10pt" fo:font-weight="bold" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="10pt" style:font-weight-asian="bold" style:font-size-complex="10pt" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P81" style:family="paragraph" style:parent-style-name="Standard">
|
<style:style style:name="P81" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
||||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese" fo:font-size="10pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="10pt" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-size-complex="10pt" style:font-weight-complex="bold" style:text-emphasize="none"/>
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="10pt" fo:font-weight="bold" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="10pt" style:font-weight-asian="bold" style:font-size-complex="10pt" style:font-weight-complex="bold"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P82" style:family="paragraph" style:parent-style-name="Standard">
|
<style:style style:name="P82" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
|
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
||||||
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese" fo:font-size="10pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="10pt" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-size-complex="10pt" style:font-weight-complex="bold" style:text-emphasize="none"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P83" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
||||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese" fo:font-size="8pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="00061322" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="8pt" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-size-complex="8pt" style:font-weight-complex="bold" style:text-emphasize="none"/>
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese" fo:font-size="8pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="00061322" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="8pt" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-size-complex="8pt" style:font-weight-complex="bold" style:text-emphasize="none"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P83" style:family="paragraph" style:parent-style-name="Standard">
|
|
||||||
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
|
||||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese" fo:font-size="7pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="7pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="7pt" style:font-weight-complex="normal" style:text-emphasize="none"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="P84" style:family="paragraph" style:parent-style-name="Standard">
|
<style:style style:name="P84" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
<style:text-properties fo:font-size="7pt" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="P85" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
|
||||||
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
|
||||||
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Droid Sans Japanese" fo:font-size="8pt" fo:font-weight="bold" officeooo:rsid="003369d8" officeooo:paragraph-rsid="003369d8" fo:background-color="transparent" style:font-size-asian="8pt" style:font-weight-asian="bold" style:font-size-complex="8pt" style:font-weight-complex="bold"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="P86" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
|
||||||
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
|
||||||
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Droid Sans Japanese" fo:font-size="8pt" fo:font-weight="bold" officeooo:rsid="0033a8e8" officeooo:paragraph-rsid="0033a8e8" fo:background-color="transparent" style:font-size-asian="8pt" style:font-weight-asian="bold" style:font-size-complex="8pt" style:font-weight-complex="bold"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="P87" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
|
||||||
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
|
||||||
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Droid Sans Japanese" fo:font-size="8pt" fo:font-weight="bold" officeooo:rsid="0039bf19" officeooo:paragraph-rsid="0039bf19" fo:background-color="transparent" style:font-size-asian="8pt" style:font-weight-asian="bold" style:font-size-complex="8pt" style:font-weight-complex="bold"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="P88" style:family="paragraph" style:parent-style-name="Standard">
|
|
||||||
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
||||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese" fo:font-size="8pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="8pt" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-size-complex="8pt" style:font-weight-complex="bold" style:text-emphasize="none"/>
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese" fo:font-size="8pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="8pt" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-size-complex="8pt" style:font-weight-complex="bold" style:text-emphasize="none"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P89" style:family="paragraph" style:parent-style-name="Standard">
|
<style:style style:name="P85" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
|
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
||||||
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese" fo:font-size="7pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="7pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="7pt" style:font-weight-complex="normal" style:text-emphasize="none"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P86" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
|
<style:text-properties fo:font-size="7pt" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P87" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
<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 Japanese" fo:font-size="8pt" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="7pt" style:font-size-complex="8pt"/>
|
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Droid Sans Japanese" fo:font-size="8pt" fo:font-weight="bold" officeooo:rsid="003369d8" officeooo:paragraph-rsid="003369d8" fo:background-color="transparent" style:font-size-asian="8pt" style:font-weight-asian="bold" style:font-size-complex="8pt" style:font-weight-complex="bold"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P88" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
|
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
||||||
|
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Droid Sans Japanese" fo:font-size="8pt" fo:font-weight="bold" officeooo:rsid="0033a8e8" officeooo:paragraph-rsid="0033a8e8" fo:background-color="transparent" style:font-size-asian="8pt" style:font-weight-asian="bold" style:font-size-complex="8pt" style:font-weight-complex="bold"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P89" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
|
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
||||||
|
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Droid Sans Japanese" fo:font-size="8pt" fo:font-weight="bold" officeooo:rsid="0039bf19" officeooo:paragraph-rsid="0039bf19" fo:background-color="transparent" style:font-size-asian="8pt" style:font-weight-asian="bold" style:font-size-complex="8pt" style:font-weight-complex="bold"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P90" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
|
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
||||||
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="8pt" fo:font-weight="normal" officeooo:rsid="001b9ac0" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="7pt" style:font-weight-asian="normal" style:font-name-complex="Arial" style:font-size-complex="8pt" style:font-weight-complex="normal"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P91" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
|
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
|
||||||
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" fo:font-weight="bold" officeooo:rsid="001b9ac0" officeooo:paragraph-rsid="00391cc7" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-name-complex="Arial" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P92" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
|
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
|
||||||
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" fo:font-weight="bold" officeooo:rsid="001b9ac0" officeooo:paragraph-rsid="003b2968" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-name-complex="Arial" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P93" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
|
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false" style:writing-mode="lr-tb"/>
|
||||||
|
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Droid Sans Japanese" fo:font-size="10pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="10pt" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-size-complex="10pt" style:font-weight-complex="bold" style:text-emphasize="none"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P94" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
|
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
||||||
|
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Droid Sans Japanese" fo:font-size="8pt" fo:font-weight="bold" officeooo:rsid="003369d8" officeooo:paragraph-rsid="003369d8" fo:background-color="transparent" style:font-size-asian="8pt" style:font-weight-asian="bold" style:font-size-complex="8pt" style:font-weight-complex="bold"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P95" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
|
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
||||||
|
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Droid Sans Japanese" fo:font-size="8pt" fo:font-weight="bold" officeooo:rsid="0033a8e8" officeooo:paragraph-rsid="0033a8e8" fo:background-color="transparent" style:font-size-asian="8pt" style:font-weight-asian="bold" style:font-size-complex="8pt" style:font-weight-complex="bold"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P96" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
|
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
||||||
|
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Droid Sans Japanese" fo:font-size="8pt" fo:font-weight="bold" officeooo:rsid="0039bf19" officeooo:paragraph-rsid="0039bf19" fo:background-color="transparent" style:font-size-asian="8pt" style:font-weight-asian="bold" style:font-size-complex="8pt" style:font-weight-complex="bold"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P97" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" officeooo:paragraph-rsid="00391cc7" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P98" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" officeooo:paragraph-rsid="00209ed6" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P99" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" officeooo:paragraph-rsid="0039bf19" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P100" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
|
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
||||||
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" officeooo:paragraph-rsid="003b2968" style:font-size-asian="7pt" style:font-name-complex="Arial" style:font-size-complex="7pt"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P101" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||||
|
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
||||||
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="8pt" style:font-size-asian="7pt" style:font-name-complex="Arial" style:font-size-complex="8pt"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P102" style:family="paragraph" style:parent-style-name="Text">
|
||||||
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||||
|
</style:style>
|
||||||
|
<style:style style:name="P103" style:family="paragraph" style:parent-style-name="Text">
|
||||||
|
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
|
||||||
|
<style:text-properties style:font-name="Droid Sans Japanese" fo:font-size="7pt" officeooo:paragraph-rsid="003b2968" style:font-size-asian="7pt" style:font-name-complex="Arial" style:font-size-complex="7pt"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="T1" style:family="text">
|
<style:style style:name="T1" style:family="text">
|
||||||
<style:text-properties fo:font-weight="normal" officeooo:rsid="001b9ac0" style:font-weight-asian="normal" style:font-name-complex="Arial" style:font-weight-complex="normal"/>
|
<style:text-properties fo:font-weight="normal" officeooo:rsid="001b9ac0" style:font-weight-asian="normal" style:font-name-complex="Arial" style:font-weight-complex="normal"/>
|
||||||
@ -1538,238 +1554,225 @@
|
|||||||
<text:p text:style-name="P51"><text:placeholder text:placeholder-type="text" text:description="for each="equipment in records""><for each="equipment in records"></text:placeholder></text:p>
|
<text:p text:style-name="P51"><text:placeholder text:placeholder-type="text" text:description="for each="equipment in records""><for each="equipment in records"></text:placeholder></text:p>
|
||||||
<text:h text:style-name="P39" text:outline-level="1">R<text:span text:style-name="T4">EGISTRO HISTORICO DE MANTENIMIENTO</text:span></text:h>
|
<text:h text:style-name="P39" text:outline-level="1">R<text:span text:style-name="T4">EGISTRO HISTORICO DE MANTENIMIENTO</text:span></text:h>
|
||||||
<text:p text:style-name="P40"/>
|
<text:p text:style-name="P40"/>
|
||||||
<text:p text:style-name="P82">INFORMACIÓN DEL DISPOSITIVO</text:p>
|
<text:p text:style-name="P83">INFORMACIÓN DEL DISPOSITIVO</text:p>
|
||||||
<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"/>
|
||||||
<table:table-row table:style-name="Tabla5.1">
|
<table:table-row table:style-name="Tabla5.1">
|
||||||
<table:table-cell table:style-name="Tabla5.A1" office:value-type="string">
|
<table:table-cell table:style-name="Tabla5.A1" office:value-type="string">
|
||||||
<text:p text:style-name="P61"><text:span text:style-name="T7">Nombre del Dispositivo: </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.product.name></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P62"><text:span text:style-name="T7">Nombre del Dispositivo: </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.product.name></text:placeholder></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla5.B1" office:value-type="string">
|
<table:table-cell table:style-name="Tabla5.B1" office:value-type="string">
|
||||||
<text:p text:style-name="P61"><text:span text:style-name="T8">S</text:span><text:span text:style-name="T7">erial: </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.serial></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P62"><text:span text:style-name="T8">S</text:span><text:span text:style-name="T7">erial: </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.serial></text:placeholder></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla5.A2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla5.A2" office:value-type="string">
|
||||||
<text:p text:style-name="P61"><text:span text:style-name="T7">Restaurado: </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><"SI" if equipment.refurbish else "NO"></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P62"><text:span text:style-name="T7">Restaurado: </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><"SI" if equipment.refurbish else "NO"></text:placeholder></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla5.B2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla5.B2" office:value-type="string">
|
||||||
<text:p text:style-name="P61"><text:span text:style-name="T8">Clase de Riesgo:</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.product.risk></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P62"><text:span text:style-name="T8">Clase de Riesgo:</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.product.risk></text:placeholder></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla5.A2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla5.A2" office:value-type="string">
|
||||||
<text:p text:style-name="P61"><text:span text:style-name="T7">Marca: </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.mark_category.name></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P62"><text:span text:style-name="T7">Marca: </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.mark_category.name></text:placeholder></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla5.B2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla5.B2" office:value-type="string">
|
||||||
<text:p text:style-name="P61"><text:span text:style-name="T8">Clase Biomédica:</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.biomedical_class></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P62"><text:span text:style-name="T8">Clase Biomédica:</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.biomedical_class></text:placeholder></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla5.A2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla5.A2" office:value-type="string">
|
||||||
<text:p text:style-name="P61"><text:span text:style-name="T7">Marca: </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.mark_category.name></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P62"><text:span text:style-name="T7">Marca: </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.mark_category.name></text:placeholder></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla5.B2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla5.B2" office:value-type="string">
|
||||||
<text:p text:style-name="P61"><text:span text:style-name="T8">Tipo:</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.equipment_type></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P62"><text:span text:style-name="T8">Tipo:</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.equipment_type></text:placeholder></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla5.A2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla5.A2" office:value-type="string">
|
||||||
<text:p text:style-name="P61"><text:span text:style-name="T7">Referencia: </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.reference_category.name></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P62"><text:span text:style-name="T7">Referencia: </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.reference_category.name></text:placeholder></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla5.B2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla5.B2" office:value-type="string">
|
||||||
<text:p text:style-name="P61"><text:span text:style-name="T8">Uso:</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.use></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P62"><text:span text:style-name="T8">Uso:</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.use></text:placeholder></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla5.A2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla5.A2" office:value-type="string">
|
||||||
<text:p text:style-name="P61"><text:span text:style-name="T8">País de Origen:</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.origin_country.name></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P62"><text:span text:style-name="T8">País de Origen:</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.origin_country.name></text:placeholder></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla5.B2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla5.B2" office:value-type="string">
|
||||||
<text:p text:style-name="P61"><text:span text:style-name="T8">Registro Invima:</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.health_register></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P62"><text:span text:style-name="T8">Registro Invima:</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.health_register></text:placeholder></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla5.A2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla5.A2" office:value-type="string">
|
||||||
<text:p text:style-name="P61"><text:span text:style-name="T8">Software Versión:</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.software_version if equipment.software_version != "" else "No Aplica"></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P62"><text:span text:style-name="T8">Software Versión:</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T10"><text:placeholder text:placeholder-type="text"><equipment.software_version if equipment.software_version != "" else "No Aplica"></text:placeholder></text:span></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla5.B2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla5.B2" office:value-type="string">
|
||||||
<text:p text:style-name="P70"/>
|
<text:p text:style-name="P71"/>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
</table:table>
|
</table:table>
|
||||||
<text:p text:style-name="P82"/>
|
<text:p text:style-name="P83"/>
|
||||||
<text:p text:style-name="P88">CARACTERÍSTICAS TÉCNICAS</text:p>
|
<text:p text:style-name="P84">CARACTERÍSTICAS TÉCNICAS</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-column table:style-name="Tabla4.C"/>
|
<table:table-column table:style-name="Tabla4.C"/>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla4.A1" table:number-rows-spanned="2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.A1" table:number-rows-spanned="2" office:value-type="string">
|
||||||
<text:p text:style-name="P63">Características Físicas</text:p>
|
<text:p text:style-name="P64">Características Físicas</text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla4.B1" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.B1" office:value-type="string">
|
||||||
<text:p text:style-name="P63">Peso</text:p>
|
<text:p text:style-name="P64">Peso</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="P83"><text:placeholder text:placeholder-type="text"><str(equipment.product.weight) + " "+ equipment.product.weight_uom.symbol if equipment.product.weight else ""></text:placeholder></text:p>
|
<text:p text:style-name="P85"><text:placeholder text:placeholder-type="text"><str(equipment.product.weight) + " "+ equipment.product.weight_uom.symbol if equipment.product.weight else ""></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
<table:table-row table:style-name="Tabla4.2">
|
<table:table-row table:style-name="Tabla4.2">
|
||||||
<table:covered-table-cell table:style-name="Tabla4.A2"/>
|
<table:covered-table-cell table:style-name="Tabla4.A2"/>
|
||||||
<table:table-cell table:style-name="Tabla4.B2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.B2" office:value-type="string">
|
||||||
<text:p text:style-name="P63">Medidas</text:p>
|
<text:p text:style-name="P64">Medidas</text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla4.C2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.C2" office:value-type="string">
|
||||||
<text:p text:style-name="P83"><text:placeholder text:placeholder-type="text"><"Longitud:" +str(equipment.product.length) + " "+ equipment.product.length_uom.symbol+" Altura: "+str(equipment.product.height) + " "+ equipment.product.height_uom.symbol + " Ancho: "+str(equipment.product.width) + " "+ equipment.product.width_uom.symbol if equipment.product.width else ""></text:placeholder></text:p>
|
<text:p text:style-name="P85"><text:placeholder text:placeholder-type="text"><"Longitud:" +str(equipment.product.length) + " "+ equipment.product.length_uom.symbol+" Altura: "+str(equipment.product.height) + " "+ equipment.product.height_uom.symbol + " Ancho: "+str(equipment.product.width) + " "+ equipment.product.width_uom.symbol if equipment.product.width else ""></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla4.B2" table:number-rows-spanned="2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.B2" table:number-rows-spanned="2" office:value-type="string">
|
||||||
<text:p text:style-name="P63">Características Eléctricas</text:p>
|
<text:p text:style-name="P64">Características Eléctricas</text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla4.B2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.B2" office:value-type="string">
|
||||||
<text:p text:style-name="P63">Voltaje (VAC)</text:p>
|
<text:p text:style-name="P64">Voltaje (VAC)</text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla4.A2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.A2" office:value-type="string">
|
||||||
<text:p text:style-name="P83"><text:placeholder text:placeholder-type="text"><str(equipment.product.voltageAC) + " "+ equipment.product.voltageAC_uom.symbol if equipment.product.voltageAC else ""></text:placeholder></text:p>
|
<text:p text:style-name="P85"><text:placeholder text:placeholder-type="text"><str(equipment.product.voltageAC) + " "+ equipment.product.voltageAC_uom.symbol if equipment.product.voltageAC else ""></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:covered-table-cell table:style-name="Tabla4.B2"/>
|
<table:covered-table-cell table:style-name="Tabla4.B2"/>
|
||||||
<table:table-cell table:style-name="Tabla4.B2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.B2" office:value-type="string">
|
||||||
<text:p text:style-name="P63">Voltaje (VDC)</text:p>
|
<text:p text:style-name="P64">Voltaje (VDC)</text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla4.A2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.A2" office:value-type="string">
|
||||||
<text:p text:style-name="P83"><text:placeholder text:placeholder-type="text"><str(equipment.product.voltageDC) + " "+ equipment.product.voltageDC_uom.symbol if equipment.product.voltageDC else ""></text:placeholder></text:p>
|
<text:p text:style-name="P85"><text:placeholder text:placeholder-type="text"><str(equipment.product.voltageDC) + " "+ equipment.product.voltageDC_uom.symbol if equipment.product.voltageDC else ""></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla4.B2" table:number-rows-spanned="4" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.B2" table:number-rows-spanned="4" office:value-type="string">
|
||||||
<text:p text:style-name="P63">Condiciones Ambientales</text:p>
|
<text:p text:style-name="P64">Condiciones Ambientales</text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla4.B2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.B2" office:value-type="string">
|
||||||
<text:p text:style-name="P63">Te<text:span text:style-name="T13">m </text:span>Min Uso</text:p>
|
<text:p text:style-name="P64">Te<text:span text:style-name="T13">m </text:span>Min Uso</text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla4.A2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.A2" office:value-type="string">
|
||||||
<text:p text:style-name="P83"><text:placeholder text:placeholder-type="text"><str(equipment.product.temperature_min) + " "+ equipment.product.temperature_uom.symbol if equipment.product.temperature_min else ""></text:placeholder></text:p>
|
<text:p text:style-name="P85"><text:placeholder text:placeholder-type="text"><str(equipment.product.temperature_min) + " "+ equipment.product.temperature_uom.symbol if equipment.product.temperature_min else ""></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:covered-table-cell table:style-name="Tabla4.B2"/>
|
<table:covered-table-cell table:style-name="Tabla4.B2"/>
|
||||||
<table:table-cell table:style-name="Tabla4.B2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.B2" office:value-type="string">
|
||||||
<text:p text:style-name="P63">Tem Max Uso</text:p>
|
<text:p text:style-name="P64">Tem Max Uso</text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla4.A2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.A2" office:value-type="string">
|
||||||
<text:p text:style-name="P83"><text:placeholder text:placeholder-type="text"><str(equipment.product.temperature_max) + " "+ equipment.product.temperature_uom.symbol if equipment.product.temperature_max else ""></text:placeholder></text:p>
|
<text:p text:style-name="P85"><text:placeholder text:placeholder-type="text"><str(equipment.product.temperature_max) + " "+ equipment.product.temperature_uom.symbol if equipment.product.temperature_max else ""></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:covered-table-cell table:style-name="Tabla4.B2"/>
|
<table:covered-table-cell table:style-name="Tabla4.B2"/>
|
||||||
<table:table-cell table:style-name="Tabla4.B2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.B2" office:value-type="string">
|
||||||
<text:p text:style-name="P63">Hum Min Uso</text:p>
|
<text:p text:style-name="P64">Hum Min Uso</text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla4.A2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.A2" office:value-type="string">
|
||||||
<text:p text:style-name="P83"><text:placeholder text:placeholder-type="text"><str(equipment.product.moisture_min) + " "+ equipment.product.moisture_uom.symbol if equipment.product.moisture_min else ""></text:placeholder></text:p>
|
<text:p text:style-name="P85"><text:placeholder text:placeholder-type="text"><str(equipment.product.moisture_min) + " "+ equipment.product.moisture_uom.symbol if equipment.product.moisture_min else ""></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:covered-table-cell table:style-name="Tabla4.B2"/>
|
<table:covered-table-cell table:style-name="Tabla4.B2"/>
|
||||||
<table:table-cell table:style-name="Tabla4.B2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.B2" office:value-type="string">
|
||||||
<text:p text:style-name="P63">Hum Max Uso</text:p>
|
<text:p text:style-name="P64">Hum Max Uso</text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla4.A2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.A2" office:value-type="string">
|
||||||
<text:p text:style-name="P83"><text:placeholder text:placeholder-type="text"><str(equipment.product.moisture_max) + " "+ equipment.product.moisture_uom.symbol if equipment.product.moisture_max else ""></text:placeholder></text:p>
|
<text:p text:style-name="P85"><text:placeholder text:placeholder-type="text"><str(equipment.product.moisture_max) + " "+ equipment.product.moisture_uom.symbol if equipment.product.moisture_max else ""></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
</table:table>
|
</table:table>
|
||||||
<text:p text:style-name="P89"><text:span text:style-name="T1"/></text:p>
|
<text:p text:style-name="P90"/>
|
||||||
<table:table table:name="Tabla1" table:style-name="Tabla1">
|
<text:p text:style-name="P90"/>
|
||||||
<table:table-column table:style-name="Tabla1.A"/>
|
<table:table table:name="Tabla2" table:style-name="Tabla2">
|
||||||
<table:table-column table:style-name="Tabla1.B"/>
|
<table:table-column table:style-name="Tabla2.A" table:number-columns-repeated="4"/>
|
||||||
<table:table-column table:style-name="Tabla1.C"/>
|
|
||||||
<table:table-column table:style-name="Tabla1.D"/>
|
|
||||||
<table:table-column table:style-name="Tabla1.E"/>
|
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla1.A1" office:value-type="string">
|
<table:table-cell table:style-name="Tabla2.A1" office:value-type="string">
|
||||||
<text:p text:style-name="P85">Fecha</text:p>
|
<text:p text:style-name="P87">Fecha</text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla1.A1" office:value-type="string">
|
<table:table-cell table:style-name="Tabla2.A1" office:value-type="string">
|
||||||
<text:p text:style-name="P86">Tipo de mantenimiento</text:p>
|
<text:p text:style-name="P88">Tipo de mantenimiento</text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla1.C1" office:value-type="string">
|
<table:table-cell table:style-name="Tabla2.A1" office:value-type="string">
|
||||||
<text:p text:style-name="P85">Actividades Realizadas</text:p>
|
<text:p text:style-name="P89">N.º del Registro</text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla1.A1" office:value-type="string">
|
<table:table-cell table:style-name="Tabla2.D1" office:value-type="string">
|
||||||
<text:p text:style-name="P87">N.º del Registro</text:p>
|
<text:p text:style-name="P87">Firma T.P. No</text:p>
|
||||||
</table:table-cell>
|
|
||||||
<table:table-cell table:style-name="Tabla1.E1" office:value-type="string">
|
|
||||||
<text:p text:style-name="P85">Firma T.P. No</text:p>
|
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla1.A2" table:number-columns-spanned="5" office:value-type="string">
|
<table:table-cell table:style-name="Tabla2.A2" table:number-columns-spanned="4" office:value-type="string">
|
||||||
<text:p text:style-name="P64"><text:placeholder text:placeholder-type="text" text:description="for each="line in equipment.maintenance_history""><for each="line in equipment.maintenance_history"></text:placeholder></text:p>
|
<text:p text:style-name="P92"><text:placeholder text:placeholder-type="text" text:description="for each="line in equipment.maintenance_history""><for each="line in equipment.maintenance_history"></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:covered-table-cell/>
|
<table:covered-table-cell/>
|
||||||
<table:covered-table-cell/>
|
<table:covered-table-cell/>
|
||||||
<table:covered-table-cell/>
|
<table:covered-table-cell/>
|
||||||
<table:covered-table-cell/>
|
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla1.A3" office:value-type="string">
|
<table:table-cell table:style-name="Tabla2.A3" office:value-type="string">
|
||||||
<text:p text:style-name="P75"><text:placeholder text:placeholder-type="text" text:description="line.service_maintenance.estimated_agended"><line.service_maintenance.estimated_agended></text:placeholder></text:p>
|
<text:p text:style-name="P76"><text:placeholder text:placeholder-type="text" text:description="line.service_maintenance.estimated_agended"><line.service_maintenance.estimated_agended></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla1.B3" office:value-type="string">
|
<table:table-cell table:style-name="Tabla2.A3" office:value-type="string">
|
||||||
<text:p text:style-name="P76"><text:placeholder text:placeholder-type="text"><line.maintenance_type></text:placeholder></text:p>
|
<text:p text:style-name="P77"><text:placeholder text:placeholder-type="text"><line.maintenance_type></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla1.C3" office:value-type="string">
|
<table:table-cell table:style-name="Tabla2.A3" office:value-type="string">
|
||||||
<text:p text:style-name="P76"><text:placeholder text:placeholder-type="text" text:description="line.description_activity"><line.description_activity></text:placeholder></text:p>
|
<text:p text:style-name="P100"><text:placeholder text:placeholder-type="text" text:description="line.code"><line.code></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla1.D3" office:value-type="string">
|
<table:table-cell table:style-name="Tabla2.A2" office:value-type="string">
|
||||||
<text:p text:style-name="P69"><text:placeholder text:placeholder-type="text" text:description="line.code"><line.code></text:placeholder></text:p>
|
<text:p text:style-name="P101"/>
|
||||||
</table:table-cell>
|
|
||||||
<table:table-cell table:style-name="Tabla1.E3" office:value-type="string">
|
|
||||||
<text:p text:style-name="P76"/>
|
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla1.A4" table:number-columns-spanned="5" office:value-type="string">
|
<table:table-cell table:style-name="Tabla2.A2" table:number-columns-spanned="4" office:value-type="string">
|
||||||
<text:p text:style-name="P77"><text:placeholder text:placeholder-type="text"></for></text:placeholder></text:p>
|
<text:p text:style-name="P103"><text:placeholder text:placeholder-type="text"></for></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:covered-table-cell/>
|
<table:covered-table-cell/>
|
||||||
<table:covered-table-cell/>
|
<table:covered-table-cell/>
|
||||||
<table:covered-table-cell/>
|
<table:covered-table-cell/>
|
||||||
<table:covered-table-cell/>
|
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
</table:table>
|
</table:table>
|
||||||
<text:p text:style-name="P81"/>
|
<text:p text:style-name="P90"/>
|
||||||
<text:p text:style-name="P81"/>
|
<text:p text:style-name="P82"/>
|
||||||
<text:p text:style-name="P81"/>
|
<text:p text:style-name="P82"/>
|
||||||
<text:p text:style-name="P81"/>
|
<text:p text:style-name="P82"/>
|
||||||
<text:p text:style-name="P81"><text:soft-page-break/></text:p>
|
<text:p text:style-name="P82"/>
|
||||||
<text:p text:style-name="P81"/>
|
<text:p text:style-name="P82"/>
|
||||||
<text:p text:style-name="P81"/>
|
<text:p text:style-name="P82"/>
|
||||||
<text:p text:style-name="P81"/>
|
<text:p text:style-name="P82"><text:soft-page-break/></text:p>
|
||||||
<text:p text:style-name="P81"/>
|
<text:p text:style-name="P81"><draw:frame draw:style-name="fr1" draw:name="image: (equipment.product.images[0].image, 'image/jpg')" text:anchor-type="paragraph" svg:x="5.886cm" svg:y="0.159cm" svg:width="4.928cm" svg:height="4.928cm" draw:z-index="2">
|
||||||
<text:p text:style-name="P81"/>
|
|
||||||
<text:p text:style-name="P80"><draw:frame draw:style-name="fr1" draw:name="image: (equipment.product.images[0].image, 'image/jpg')" text:anchor-type="paragraph" svg:x="5.886cm" svg:y="0.159cm" svg:width="4.928cm" svg:height="4.928cm" draw:z-index="2">
|
|
||||||
<draw:text-box>
|
<draw:text-box>
|
||||||
<text:p text:style-name="P27"/>
|
<text:p text:style-name="P27"/>
|
||||||
<text:p text:style-name="Text">Texto <text:sequence text:ref-name="refText0" text:name="Text" text:formula="ooow:Text+1" style:num-format="1">1</text:sequence>: </text:p>
|
<text:p text:style-name="Text">Texto <text:sequence text:ref-name="refText0" text:name="Text" text:formula="ooow:Text+1" style:num-format="1">1</text:sequence>: </text:p>
|
||||||
</draw:text-box>
|
</draw:text-box>
|
||||||
</draw:frame></text:p>
|
</draw:frame></text:p>
|
||||||
|
<text:p text:style-name="P80"/>
|
||||||
|
<text:p text:style-name="P80"/>
|
||||||
|
<text:p text:style-name="P80"/>
|
||||||
|
<text:p text:style-name="P79"/>
|
||||||
|
<text:p text:style-name="P79"/>
|
||||||
|
<text:p text:style-name="P79"/>
|
||||||
|
<text:p text:style-name="P79"/>
|
||||||
<text:p text:style-name="P79"/>
|
<text:p text:style-name="P79"/>
|
||||||
<text:p text:style-name="P79"/>
|
<text:p text:style-name="P79"/>
|
||||||
<text:p text:style-name="P79"/>
|
<text:p text:style-name="P79"/>
|
||||||
<text:p text:style-name="P78"/>
|
|
||||||
<text:p text:style-name="P78"/>
|
|
||||||
<text:p text:style-name="P78"/>
|
|
||||||
<text:p text:style-name="P78"/>
|
|
||||||
<text:p text:style-name="P78"/>
|
|
||||||
<text:p text:style-name="P78"/>
|
|
||||||
<text:p text:style-name="P78"/>
|
|
||||||
<text:p text:style-name="P53"><text:placeholder text:placeholder-type="text"></for></text:placeholder></text:p>
|
<text:p text:style-name="P53"><text:placeholder text:placeholder-type="text"></for></text:placeholder></text:p>
|
||||||
</office:text>
|
</office:text>
|
||||||
</office:body>
|
</office:body>
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,28 +1,28 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<office:document xmlns:officeooo="http://openoffice.org/2009/office" 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:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rpt="http://openoffice.org/2005/report" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d: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:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:dom="http://www.w3.org/2001/xml-events" 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:xforms="http://www.w3.org/2002/xforms" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
|
<office:document xmlns:officeooo="http://openoffice.org/2009/office" 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:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rpt="http://openoffice.org/2005/report" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d: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:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:dom="http://www.w3.org/2001/xml-events" 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:xforms="http://www.w3.org/2002/xforms" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
|
||||||
<office:meta><meta:generator>LibreOffice/7.3.6.2$Linux_X86_64 LibreOffice_project/30$Build-2</meta:generator><meta:creation-date>2008-06-07T15:28:22</meta:creation-date><dc:date>2009-01-10T16:03:33</dc:date><meta:editing-cycles>1</meta:editing-cycles><meta:editing-duration>PT0S</meta:editing-duration><meta:document-statistic meta:table-count="4" meta:image-count="1" meta:object-count="0" meta:page-count="4" meta:paragraph-count="138" meta:word-count="477" meta:character-count="4336" meta:non-whitespace-character-count="3956"/><meta:user-defined meta:name="Info 1"/><meta:user-defined meta:name="Info 2"/><meta:user-defined meta:name="Info 3"/><meta:user-defined meta:name="Info 4"/></office:meta>
|
<office:meta><meta:generator>LibreOffice/7.3.6.2$Linux_X86_64 LibreOffice_project/30$Build-2</meta:generator><meta:creation-date>2008-06-07T15:28:22</meta:creation-date><dc:date>2009-01-10T16:03:33</dc:date><meta:editing-cycles>1</meta:editing-cycles><meta:editing-duration>PT0S</meta:editing-duration><meta:document-statistic meta:table-count="4" meta:image-count="1" meta:object-count="0" meta:page-count="3" meta:paragraph-count="133" meta:word-count="441" meta:character-count="4068" meta:non-whitespace-character-count="3729"/><meta:user-defined meta:name="Info 1"/><meta:user-defined meta:name="Info 2"/><meta:user-defined meta:name="Info 3"/><meta:user-defined meta:name="Info 4"/></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">70083</config:config-item>
|
<config:config-item config:name="ViewAreaTop" config:type="long">55497</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">0</config:config-item>
|
||||||
<config:config-item config:name="ViewAreaWidth" config:type="long">25862</config:config-item>
|
<config:config-item config:name="ViewAreaWidth" config:type="long">24396</config:config-item>
|
||||||
<config:config-item config:name="ViewAreaHeight" config:type="long">10864</config:config-item>
|
<config:config-item config:name="ViewAreaHeight" config:type="long">11737</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">5914</config:config-item>
|
<config:config-item config:name="ViewLeft" config:type="long">7684</config:config-item>
|
||||||
<config:config-item config:name="ViewTop" config:type="long">73189</config:config-item>
|
<config:config-item config:name="ViewTop" config:type="long">72905</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">0</config:config-item>
|
||||||
<config:config-item config:name="VisibleTop" config:type="long">70083</config:config-item>
|
<config:config-item config:name="VisibleTop" config:type="long">55497</config:config-item>
|
||||||
<config:config-item config:name="VisibleRight" config:type="long">25860</config:config-item>
|
<config:config-item config:name="VisibleRight" config:type="long">24395</config:config-item>
|
||||||
<config:config-item config:name="VisibleBottom" config:type="long">80945</config:config-item>
|
<config:config-item config:name="VisibleBottom" config:type="long">67232</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">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>
|
<config:config-item config:name="ViewLayoutBookMode" config:type="boolean">false</config:config-item>
|
||||||
<config:config-item config:name="ZoomFactor" config:type="short">190</config:config-item>
|
<config:config-item config:name="ZoomFactor" config:type="short">200</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="AnchoredTextOverflowLegacy" config:type="boolean">false</config:config-item>
|
<config:config-item config:name="AnchoredTextOverflowLegacy" config:type="boolean">false</config:config-item>
|
||||||
@ -88,7 +88,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">2652125</config:config-item>
|
<config:config-item config:name="Rsid" config:type="int">2772055</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>
|
||||||
@ -163,7 +163,7 @@
|
|||||||
<office:styles>
|
<office:styles>
|
||||||
<style:default-style style:family="graphic">
|
<style:default-style style:family="graphic">
|
||||||
<style:graphic-properties svg:stroke-color="#000000" draw:fill-color="#99ccff" fo:wrap-option="no-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:flow-with-text="false"/>
|
<style:graphic-properties svg:stroke-color="#000000" draw:fill-color="#99ccff" fo:wrap-option="no-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:flow-with-text="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:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" 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%" style:font-name="Thorndale AMT" fo:font-size="12pt" fo:language="en" fo:country="US" style:letter-kerning="true" style:font-name-asian="Andale Sans UI" style:font-size-asian="10.5pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="Andale Sans UI" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
|
<style:text-properties style:use-window-font-color="true" loext:opacity="0%" style:font-name="Thorndale AMT" fo:font-size="12pt" fo:language="en" fo:country="US" style:letter-kerning="true" style:font-name-asian="Andale Sans UI" style:font-size-asian="10.5pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="Andale Sans UI" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
|
||||||
@ -1295,7 +1295,7 @@
|
|||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla1.A1" office:value-type="string">
|
<table:table-cell table:style-name="Tabla1.A1" office:value-type="string">
|
||||||
<text:p text:style-name="P123"/>
|
<text:p text:style-name="P123"/>
|
||||||
<text:p text:style-name="P123"><draw:frame draw:style-name="fr1" draw:name="Imagen2" text:anchor-type="as-char" svg:y="-1.06cm" svg:width="7.195cm" svg:height="1.582cm" draw:z-index="3"><draw:image draw:mime-type="image/jpeg">
|
<text:p text:style-name="P123"><draw:frame draw:style-name="fr1" draw:name="Imagen2" text:anchor-type="as-char" svg:y="-1.06cm" svg:width="7.195cm" svg:height="1.582cm" draw:z-index="2"><draw:image draw:mime-type="image/jpeg">
|
||||||
<office:binary-data>/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgK
|
<office:binary-data>/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgK
|
||||||
CgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/2wBDAQMDAwQDBAgEBAgQCwkL
|
CgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/2wBDAQMDAwQDBAgEBAgQCwkL
|
||||||
EBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBD/wAAR
|
EBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBD/wAAR
|
||||||
@ -2139,7 +2139,7 @@
|
|||||||
<text:p text:style-name="P159"><text:placeholder text:placeholder-type="text"><format_number_symbol(line.quantity, sale.party.lang, line.unit, digits=line.unit.digits) if line.unit else format_number(line.quantity, sale.party.lang)></text:placeholder></text:p>
|
<text:p text:style-name="P159"><text:placeholder text:placeholder-type="text"><format_number_symbol(line.quantity, sale.party.lang, line.unit, digits=line.unit.digits) if line.unit else format_number(line.quantity, sale.party.lang)></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla4.G5" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.G5" office:value-type="string">
|
||||||
<text:p text:style-name="P162"><text:placeholder text:placeholder-type="text"><format_currency(line.unit_price, sale.party.lang, sale.currency, digits=line.__class__.unit_price.digits[1])></text:placeholder></text:p>
|
<text:p text:style-name="P162"><text:placeholder text:placeholder-type="text"><format_currency(line.unit_price, sale.party.lang, sale.currency)></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla4.H5" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.H5" office:value-type="string">
|
||||||
<text:p text:style-name="P159"><text:placeholder text:placeholder-type="text"><for each="tax in line.taxes"></text:placeholder></text:p>
|
<text:p text:style-name="P159"><text:placeholder text:placeholder-type="text"><for each="tax in line.taxes"></text:placeholder></text:p>
|
||||||
@ -2176,11 +2176,10 @@
|
|||||||
<table:covered-table-cell/>
|
<table:covered-table-cell/>
|
||||||
<table:covered-table-cell/>
|
<table:covered-table-cell/>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
<text:soft-page-break/>
|
|
||||||
<table:table-row>
|
<table:table-row>
|
||||||
<table:table-cell table:style-name="Tabla4.A8" table:number-columns-spanned="9" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.A8" table:number-columns-spanned="9" office:value-type="string">
|
||||||
<text:p text:style-name="P164"><text:placeholder text:placeholder-type="text"><for each="description in (line.description or '').split('\n')"></text:placeholder></text:p>
|
<text:p text:style-name="P164"><text:placeholder text:placeholder-type="text"><for each="description in (line.description or '').split('\n')"></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P164"><text:placeholder text:placeholder-type="text"><description></text:placeholder></text:p>
|
<text:p text:style-name="P164"><text:soft-page-break/><text:placeholder text:placeholder-type="text"><description></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P165"><text:placeholder text:placeholder-type="text"></for></text:placeholder></text:p>
|
<text:p text:style-name="P165"><text:placeholder text:placeholder-type="text"></for></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P163"><text:placeholder text:placeholder-type="text"><format_currency(line.amount, sale.party.lang, sale.currency)></text:placeholder></text:p>
|
<text:p text:style-name="P163"><text:placeholder text:placeholder-type="text"><format_currency(line.amount, sale.party.lang, sale.currency)></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
@ -2324,18 +2323,18 @@
|
|||||||
<table:covered-table-cell/>
|
<table:covered-table-cell/>
|
||||||
<table:covered-table-cell/>
|
<table:covered-table-cell/>
|
||||||
<table:table-cell table:style-name="Tabla4.G18" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.G18" office:value-type="string">
|
||||||
<text:p text:style-name="P153"><text:placeholder text:placeholder-type="text"><format_currency(sale.untaxed_amount, sale.party.lang, sale.currency)></text:placeholder><text:soft-page-break/></text:p>
|
<text:p text:style-name="P153"><text:placeholder text:placeholder-type="text"><format_currency(sale.untaxed_amount, sale.party.lang, sale.currency)></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla4.H18" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.H18" office:value-type="string">
|
||||||
<text:p text:style-name="P153"><text:placeholder text:placeholder-type="text"><format_currency(sale.tax_amount, sale.party.lang, sale.currency)></text:placeholder><text:soft-page-break/></text:p>
|
<text:p text:style-name="P153"><text:placeholder text:placeholder-type="text"><format_currency(sale.tax_amount, sale.party.lang, sale.currency)></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla4.I18" office:value-type="string">
|
<table:table-cell table:style-name="Tabla4.I18" office:value-type="string">
|
||||||
<text:p text:style-name="P153"><text:placeholder text:placeholder-type="text"><format_currency(sale.total_amount, sale.party.lang, sale.currency)></text:placeholder><text:soft-page-break/></text:p>
|
<text:p text:style-name="P153"><text:placeholder text:placeholder-type="text"><format_currency(sale.total_amount, sale.party.lang, sale.currency)></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
</table:table>
|
</table:table>
|
||||||
<text:p text:style-name="P119"><text:placeholder text:placeholder-type="text"><for each="comment in (sale.comment or '').split('\n')"></text:placeholder></text:p>
|
<text:p text:style-name="P119"><text:placeholder text:placeholder-type="text"><for each="comment in (sale.comment or '').split('\n')"></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P119"><text:placeholder text:placeholder-type="text"><comment></text:placeholder></text:p>
|
<text:p text:style-name="P119"><text:soft-page-break/><text:placeholder text:placeholder-type="text"><comment></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P119"><text:placeholder text:placeholder-type="text"></for></text:placeholder></text:p>
|
<text:p text:style-name="P119"><text:placeholder text:placeholder-type="text"></for></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P150">CONDICIONES DE NEGOCIACION Y PAGO:</text:p>
|
<text:p text:style-name="P150">CONDICIONES DE NEGOCIACION Y PAGO:</text:p>
|
||||||
<text:p text:style-name="P155"><text:s text:c="2"/>Tiempo de entrega: <text:span text:style-name="T17"><text:placeholder text:placeholder-type="text" text:description="sale"><sale></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P155"><text:s text:c="2"/>Tiempo de entrega: <text:span text:style-name="T17"><text:placeholder text:placeholder-type="text" text:description="sale"><sale></text:placeholder></text:span></text:p>
|
||||||
@ -2348,11 +2347,6 @@
|
|||||||
<text:p text:style-name="P173"><text:s text:c="2"/>- Manifiesto de importación (si aplica)</text:p>
|
<text:p text:style-name="P173"><text:s text:c="2"/>- Manifiesto de importación (si aplica)</text:p>
|
||||||
<text:p text:style-name="P173"><text:s text:c="2"/>- Hoja de vida de cada equipo </text:p>
|
<text:p text:style-name="P173"><text:s text:c="2"/>- Hoja de vida de cada equipo </text:p>
|
||||||
<text:p text:style-name="P173"><text:s text:c="2"/>- Certificado de calibración (Para equipos usados)</text:p>
|
<text:p text:style-name="P173"><text:s text:c="2"/>- Certificado de calibración (Para equipos usados)</text:p>
|
||||||
<text:p text:style-name="P157"><text:s text:c="2"/>- Certificado de Garantía (según tiempos estipulados en esta cotización)</text:p>
|
|
||||||
<text:p text:style-name="P157"><text:s text:c="2"/>- Registro de importación (DIAN si aplica)</text:p>
|
|
||||||
<text:p text:style-name="P157"><text:s text:c="2"/>- Invima (si aplica)</text:p>
|
|
||||||
<text:p text:style-name="P157"><text:s text:c="2"/>- Hoja de vida de cada equipo con cronograma de calibración</text:p>
|
|
||||||
<text:p text:style-name="P157"><text:s text:c="2"/>- Certificado de calibración (Para equipos usados)</text:p>
|
|
||||||
<text:p text:style-name="P150">Otras condiciones:</text:p>
|
<text:p text:style-name="P150">Otras condiciones:</text:p>
|
||||||
<text:p text:style-name="P171"><text:span text:style-name="T32"><text:s text:c="2"/></text:span>- El costo del envío es responsabilidad del comprador (para otras ciudades diferentes a <text:s text:c="2"/>Bogotá).</text:p>
|
<text:p text:style-name="P171"><text:span text:style-name="T32"><text:s text:c="2"/></text:span>- El costo del envío es responsabilidad del comprador (para otras ciudades diferentes a <text:s text:c="2"/>Bogotá).</text:p>
|
||||||
<text:p text:style-name="P171"><text:span text:style-name="T32"><text:s text:c="2"/></text:span>- Garantía no incluye bombillos o piezas de desgaste por uso.</text:p>
|
<text:p text:style-name="P171"><text:span text:style-name="T32"><text:s text:c="2"/></text:span>- Garantía no incluye bombillos o piezas de desgaste por uso.</text:p>
|
||||||
@ -2364,7 +2358,7 @@
|
|||||||
<text:p text:style-name="P150">GARANTIA DE 24 MESES, FOROPTER NEGRO, UNIDAD NEGRA</text:p>
|
<text:p text:style-name="P150">GARANTIA DE 24 MESES, FOROPTER NEGRO, UNIDAD NEGRA</text:p>
|
||||||
<text:p text:style-name="P110">VIGENCIA DE LA COTIZACIÓN: </text:p>
|
<text:p text:style-name="P110">VIGENCIA DE LA COTIZACIÓN: </text:p>
|
||||||
<text:p text:style-name="P133"><text:placeholder text:placeholder-type="text"></for></text:placeholder></text:p>
|
<text:p text:style-name="P133"><text:placeholder text:placeholder-type="text"></for></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P129"><text:soft-page-break/>Cordialmente</text:p>
|
<text:p text:style-name="P129">Cordialmente</text:p>
|
||||||
<text:p text:style-name="P129"/>
|
<text:p text:style-name="P129"/>
|
||||||
<table:table table:name="Tabla3" table:style-name="Tabla3">
|
<table:table table:name="Tabla3" table:style-name="Tabla3">
|
||||||
<table:table-column table:style-name="Tabla3.A"/>
|
<table:table-column table:style-name="Tabla3.A"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user