Se añade descripción en linea de mantenimiento correctivo
This commit is contained in:
parent
b7dd21f7a6
commit
97281a351b
44
locale/es.po
44
locale/es.po
@ -710,6 +710,50 @@ msgctxt "field:optical_equipment.maintenance,moisture_uom:"
|
||||
msgid "Moisture UOM"
|
||||
msgstr "Humedad UOM"
|
||||
|
||||
msgctxt "field:optical_equipment.maintenance.line,line_replace:"
|
||||
msgid "Replace"
|
||||
msgstr "Repuesto"
|
||||
|
||||
msgctxt "field:optical_equipment.maintenance.line,line_maintenance_activity:"
|
||||
msgid "Maintenance Activity"
|
||||
msgstr "Actividad de Mantenimiento"
|
||||
|
||||
msgctxt "field:optical_equipment.maintenance.line,maintenance:"
|
||||
msgid "Maintenance"
|
||||
msgstr "Mantenimiento"
|
||||
|
||||
msgctxt "field:optical_equipment.maintenance.line,replacement:"
|
||||
msgid "Replacement"
|
||||
msgstr "Reemplazo"
|
||||
|
||||
msgctxt "field:optical_equipment.maintenance.line,maintenance_activity:"
|
||||
msgid "Maintenance activity"
|
||||
msgstr "Actividad de Mantenimiento"
|
||||
|
||||
msgctxt "field:optical_equipment.maintenance.line,quantity:"
|
||||
msgid "Quantity"
|
||||
msgstr "Cantidad"
|
||||
|
||||
msgctxt "field:optical_equipment.maintenance.line,actual_quantity:"
|
||||
msgid "Actual Quantity"
|
||||
msgstr "Cantidad Actual"
|
||||
|
||||
msgctxt "field:optical_equipment.maintenance.line,unit:"
|
||||
msgid "Unit"
|
||||
msgstr "Unidad"
|
||||
|
||||
msgctxt "field:optical_equipment.maintenance.line,product_uom_category:"
|
||||
msgid "Product Uom Category"
|
||||
msgstr "Categoría de unidad de producto"
|
||||
|
||||
msgctxt "field:optical_equipment.maintenance.line,description:"
|
||||
msgid "Description"
|
||||
msgstr "Detalles"
|
||||
|
||||
msgctxt "field:optical_equipment.maintenance.line,company:"
|
||||
msgid "Company"
|
||||
msgstr "Empresa"
|
||||
|
||||
msgctxt "field:optical_equipment.maintenance,temperature_uom:"
|
||||
msgid "Temperature UOM"
|
||||
msgstr "Temperatura UOM"
|
||||
|
@ -749,6 +749,7 @@ class MaintenanceLine(ModelSQL, ModelView):
|
||||
(If(Eval('line_maintenance_activity') == False, True)),
|
||||
'required': If(Eval('line_maintenance_actitvity') == True, True)},
|
||||
depends={'line_maintenance_activity'})
|
||||
|
||||
quantity = fields.Float("Quantity", required=True, digits='unit')
|
||||
actual_quantity = fields.Float(
|
||||
"Actual Quantity", digits='unit', readonly=True,
|
||||
@ -764,6 +765,9 @@ class MaintenanceLine(ModelSQL, ModelView):
|
||||
])
|
||||
product_uom_category = fields.Function(fields.Many2One('product.uom.category', 'Product Uom Category'),
|
||||
'on_change_with_product_uom_category')
|
||||
description = fields.Text("Description", states={
|
||||
'readonly': Eval('_parent_maintenance.state') != 'draft',
|
||||
})
|
||||
company = fields.Function(fields.Many2One('company.company', "Company"),'on_change_with_company')
|
||||
|
||||
@fields.depends('maintenance', '_parent_maintenance.company')
|
||||
|
@ -1,24 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<office:document xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:rpt="http://openoffice.org/2005/report" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
|
||||
<office:meta><meta:creation-date>2022-11-03T17:09:30.500078764</meta:creation-date><dc:date>2023-08-10T08:47:46.821630265</dc:date><meta:editing-duration>PT1H34M29S</meta:editing-duration><meta:editing-cycles>30</meta:editing-cycles><meta:generator>LibreOffice/7.4.7.2$Linux_X86_64 LibreOffice_project/40$Build-2</meta:generator><meta:document-statistic meta:table-count="6" meta:image-count="1" meta:object-count="0" meta:page-count="3" meta:paragraph-count="79" meta:word-count="233" meta:character-count="2797" meta:non-whitespace-character-count="2626"/></office:meta>
|
||||
<office:meta><meta:creation-date>2022-11-03T17:09:30.500078764</meta:creation-date><dc:date>2023-09-11T11:10:54.763644979</dc:date><meta:editing-duration>PT1H36M56S</meta:editing-duration><meta:editing-cycles>31</meta:editing-cycles><meta:generator>LibreOffice/7.4.7.2$Linux_X86_64 LibreOffice_project/40$Build-2</meta:generator><meta:document-statistic meta:table-count="6" meta:image-count="1" meta:object-count="0" meta:page-count="3" meta:paragraph-count="84" meta:word-count="242" meta:character-count="2905" meta:non-whitespace-character-count="2730"/></office:meta>
|
||||
<office:settings>
|
||||
<config:config-item-set config:name="ooo:view-settings">
|
||||
<config:config-item config:name="ViewAreaTop" config:type="long">36953</config:config-item>
|
||||
<config:config-item config:name="ViewAreaTop" config:type="long">38239</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">35003</config:config-item>
|
||||
<config:config-item config:name="ViewAreaHeight" config:type="long">16425</config:config-item>
|
||||
<config:config-item config:name="ViewAreaHeight" config:type="long">15688</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-map-indexed config:name="Views">
|
||||
<config:config-item-map-entry>
|
||||
<config:config-item config:name="ViewId" config:type="string">view2</config:config-item>
|
||||
<config:config-item config:name="ViewLeft" config:type="long">10029</config:config-item>
|
||||
<config:config-item config:name="ViewTop" config:type="long">42998</config:config-item>
|
||||
<config:config-item config:name="ViewLeft" config:type="long">15270</config:config-item>
|
||||
<config:config-item config:name="ViewTop" config:type="long">50029</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">36953</config:config-item>
|
||||
<config:config-item config:name="VisibleTop" config:type="long">38239</config:config-item>
|
||||
<config:config-item config:name="VisibleRight" config:type="long">35001</config:config-item>
|
||||
<config:config-item config:name="VisibleBottom" config:type="long">53377</config:config-item>
|
||||
<config:config-item config:name="VisibleBottom" config:type="long">53926</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="ViewLayoutBookMode" config:type="boolean">false</config:config-item>
|
||||
@ -90,7 +90,7 @@
|
||||
<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="AddParaTableSpacingAtStart" config:type="boolean">true</config:config-item>
|
||||
<config:config-item config:name="Rsid" config:type="int">2062828</config:config-item>
|
||||
<config:config-item config:name="Rsid" config:type="int">2133308</config:config-item>
|
||||
<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="OutlineLevelYieldsNumbering" config:type="boolean">false</config:config-item>
|
||||
@ -152,12 +152,13 @@
|
||||
<style:font-face style:name="Droid Sans Japanese" svg:font-family="'Droid Sans Japanese'" style:font-family-generic="roman" style:font-pitch="variable"/>
|
||||
<style:font-face style:name="Droid Sans Japanese1" svg:font-family="'Droid Sans Japanese'" style:font-family-generic="swiss"/>
|
||||
<style:font-face style:name="Droid Sans Japanese2" svg:font-family="'Droid Sans Japanese'" style:font-family-generic="swiss" style:font-pitch="variable"/>
|
||||
<style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
|
||||
<style:font-face style:name="StarSymbol" svg:font-family="StarSymbol"/>
|
||||
</office:font-face-decls>
|
||||
<office:styles>
|
||||
<style:default-style style:family="graphic">
|
||||
<style:graphic-properties svg:stroke-color="#3465a4" draw:fill-color="#729fcf" fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="false"/>
|
||||
<style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:font-independent-line-spacing="false">
|
||||
<style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
|
||||
<style:tab-stops/>
|
||||
</style:paragraph-properties>
|
||||
<style:text-properties style:use-window-font-color="true" loext:opacity="0%" loext:color-lum-mod="100%" loext:color-lum-off="0%" style:font-name="DejaVu Serif" fo:font-size="12pt" fo:language="es" fo:country="CO" style:letter-kerning="true" style:font-name-asian="DejaVu Sans1" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="DejaVu Sans1" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN"/>
|
||||
@ -502,167 +503,159 @@
|
||||
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
||||
<style:text-properties style:font-name="Droid Sans Japanese2" fo:font-size="7pt" style:text-underline-style="solid" style:text-underline-type="double" style:text-underline-width="auto" style:text-underline-color="font-color" officeooo:rsid="0266c2a9" officeooo:paragraph-rsid="0049dca0" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||
</style:style>
|
||||
<style:style style:name="P15" style:family="paragraph" style:parent-style-name="Header">
|
||||
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
||||
<style:text-properties style:font-name="Droid Sans Japanese2" fo:font-size="7pt" style:text-underline-style="solid" style:text-underline-type="double" style:text-underline-width="auto" style:text-underline-color="font-color" officeooo:rsid="026544ec" officeooo:paragraph-rsid="0049dca0" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||
</style:style>
|
||||
<style:style style:name="P16" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P15" 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 Japanese2" fo:font-size="9pt" fo:font-weight="bold" officeooo:rsid="00061322" officeooo:paragraph-rsid="0015f757" 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="P17" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P16" 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 Japanese2" fo:font-size="9pt" fo:font-weight="bold" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="00061322" 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="P18" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P17" 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 Japanese2" fo:font-size="10pt" fo:font-weight="bold" officeooo:rsid="000baf52" officeooo:paragraph-rsid="000baf52" 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="P19" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P18" 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 Japanese2" fo:font-size="10pt" fo:font-weight="bold" officeooo:rsid="000d0c4f" officeooo:paragraph-rsid="00111685" 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="P20" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P19" 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 Japanese2" fo:font-size="10pt" fo:font-weight="bold" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="00061322" 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="P21" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P20" 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 Japanese2" fo:font-size="10pt" fo:font-weight="bold" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="00111685" 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="P22" style:family="paragraph" style:parent-style-name="Header">
|
||||
<style:style style:name="P21" style:family="paragraph" style:parent-style-name="Header">
|
||||
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
||||
<style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Droid Sans Japanese2" fo:font-size="8pt" fo:font-weight="normal" officeooo:paragraph-rsid="0049dca0" style:font-size-asian="8pt" style:font-weight-asian="normal" style:font-size-complex="8pt" style:font-weight-complex="normal"/>
|
||||
</style:style>
|
||||
<style:style style:name="P23" style:family="paragraph" style:parent-style-name="Header">
|
||||
<style:style style:name="P22" style:family="paragraph" style:parent-style-name="Header">
|
||||
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
||||
<style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Droid Sans Japanese2" fo:font-size="7pt" style:text-underline-style="solid" style:text-underline-type="double" style:text-underline-width="auto" style:text-underline-color="font-color" fo:font-weight="bold" officeooo:rsid="0266c2a9" officeooo:paragraph-rsid="0049dca0" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
||||
</style:style>
|
||||
<style:style style:name="P24" style:family="paragraph" style:parent-style-name="Header">
|
||||
<style:style style:name="P23" style:family="paragraph" style:parent-style-name="Header">
|
||||
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="center" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
|
||||
<style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Droid Sans Japanese2" fo:font-size="7pt" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" officeooo:paragraph-rsid="0049dca0" style:font-size-asian="7pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="7pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
|
||||
</style:style>
|
||||
<style:style style:name="P25" style:family="paragraph" style:parent-style-name="Header">
|
||||
<style:style style:name="P24" style:family="paragraph" style:parent-style-name="Header">
|
||||
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
||||
<style:text-properties officeooo:paragraph-rsid="0049dca0"/>
|
||||
</style:style>
|
||||
<style:style style:name="P26" 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 Japanese1" fo:font-size="9pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" officeooo:paragraph-rsid="00111685" style:font-size-asian="9pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="9pt" style:text-emphasize="none"/>
|
||||
</style:style>
|
||||
<style:style style:name="P27" 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 Japanese1" fo:font-size="9pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" officeooo:paragraph-rsid="001455f3" style:font-size-asian="9pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="9pt" style:text-emphasize="none"/>
|
||||
</style:style>
|
||||
<style:style style:name="P28" 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 Japanese1" fo:font-size="9pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="0014ed01" officeooo:paragraph-rsid="00111685" style:font-size-asian="9pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="9pt" style:text-emphasize="none"/>
|
||||
</style:style>
|
||||
<style:style style:name="P29" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P25" 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 Japanese1" fo:font-size="9pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="000e7fd8" style:font-size-asian="9pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="9pt" style:font-weight-complex="normal" style:text-emphasize="none"/>
|
||||
</style:style>
|
||||
<style:style style:name="P30" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P26" 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 Japanese1" 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="00061322" 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:name="P31" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P27" 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 Japanese2" fo:font-size="10pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="00061322" officeooo:paragraph-rsid="00061322" 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="P32" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P28" 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 Japanese2" 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="0012f95a" 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="P33" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P29" 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 Japanese2" fo:font-size="9pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="00111685" style:font-size-asian="9pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="9pt" style:font-weight-complex="normal" style:text-emphasize="none"/>
|
||||
</style:style>
|
||||
<style:style style:name="P34" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P30" 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="8pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" style:font-size-asian="8pt" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-size-complex="10pt" style:text-emphasize="none"/>
|
||||
</style:style>
|
||||
<style:style style:name="P35" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P31" 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="11pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="00111685" style:font-size-asian="11pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:font-weight-complex="bold" style:text-emphasize="none"/>
|
||||
</style:style>
|
||||
<style:style style:name="P36" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P32" 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="000cde7f" 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="P37" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P33" 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="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="P38" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P34" 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:name="P39" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P35" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:text-properties style:font-name="Droid Sans Japanese1" fo:font-size="9pt" officeooo:paragraph-rsid="0012f95a" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
|
||||
</style:style>
|
||||
<style:style style:name="P40" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P36" 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:font-name="Droid Sans Japanese1" fo:font-size="10pt" fo:font-weight="bold" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="00061322" 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="P41" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P37" 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 Japanese1" fo:font-size="10pt" fo:font-weight="bold" officeooo:rsid="000a7d47" officeooo:paragraph-rsid="00129398" 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="P42" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P38" 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 Japanese1" fo:font-size="10pt" fo:font-weight="bold" officeooo:rsid="000a7d47" officeooo:paragraph-rsid="001c7911" 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="P43" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||
<style:style style:name="P39" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
|
||||
<style:text-properties style:font-name="Droid Sans Japanese1" fo:font-size="10pt" fo:font-weight="bold" officeooo:rsid="0012f95a" officeooo:paragraph-rsid="0012f95a" 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="P44" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||
<style:style style:name="P40" 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 Japanese1" fo:font-size="10pt" fo:font-weight="bold" officeooo:rsid="0012f95a" officeooo:paragraph-rsid="0012f95a" 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="P45" 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:text-properties style:font-name="Droid Sans Japanese1" fo:font-size="10pt" style:text-underline-style="none" fo:font-weight="bold" officeooo:paragraph-rsid="00129398" 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="P46" style:family="paragraph" style:parent-style-name="Text_20_body">
|
||||
<style:style style:name="P42" style:family="paragraph" style:parent-style-name="Text_20_body">
|
||||
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
|
||||
<style:text-properties style:font-name="Droid Sans Japanese1" fo:font-size="10pt" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="00129398" 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="P47" 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 Japanese1" fo:font-size="10pt" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="000cde7f" officeooo:paragraph-rsid="000baf52" 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="P48" style:family="paragraph" style:parent-style-name="Text_20_body">
|
||||
<style:style style:name="P43" style:family="paragraph" style:parent-style-name="Text_20_body">
|
||||
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
|
||||
<style:text-properties style:font-name="Droid Sans Japanese1" fo:font-size="10pt" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="00129398" officeooo:paragraph-rsid="0012f95a" 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="P49" style:family="paragraph" style:parent-style-name="Text_20_body">
|
||||
<style:style style:name="P44" style:family="paragraph" style:parent-style-name="Text_20_body">
|
||||
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
|
||||
<style:text-properties style:font-name="Droid Sans Japanese1" fo:font-size="10pt" style:text-underline-style="none" officeooo:paragraph-rsid="00129398" style:font-size-asian="10pt" style:font-size-complex="10pt"/>
|
||||
</style:style>
|
||||
<style:style style:name="P50" style:family="paragraph" style:parent-style-name="Text_20_body">
|
||||
<style:style style:name="P45" style:family="paragraph" style:parent-style-name="Text_20_body">
|
||||
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
|
||||
<style:text-properties style:font-name="Droid Sans Japanese1" fo:font-size="10pt" style:text-underline-style="none" officeooo:paragraph-rsid="0012f95a" style:font-size-asian="10pt" style:font-size-complex="10pt"/>
|
||||
</style:style>
|
||||
<style:style style:name="P51" style:family="paragraph" style:parent-style-name="Text_20_body">
|
||||
<style:style style:name="P46" style:family="paragraph" style:parent-style-name="Text_20_body">
|
||||
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
|
||||
<style:text-properties style:font-name="Droid Sans Japanese1" fo:font-size="10pt" style:text-underline-style="none" officeooo:paragraph-rsid="001c7911" style:font-size-asian="10pt" style:font-size-complex="10pt"/>
|
||||
</style:style>
|
||||
<style:style style:name="P52" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||
<style:style style:name="P47" style:family="paragraph" style:parent-style-name="Text_20_body">
|
||||
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
|
||||
<style:text-properties style:font-name="Droid Sans Japanese1" fo:font-size="10pt" style:text-underline-style="none" officeooo:paragraph-rsid="001f79ec" style:font-size-asian="10pt" style:font-size-complex="10pt"/>
|
||||
</style:style>
|
||||
<style:style style:name="P48" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
|
||||
<style:text-properties style:font-name="Droid Sans Japanese1" fo:font-size="10pt" officeooo:paragraph-rsid="0012f95a" style:font-size-asian="10pt" style:font-size-complex="10pt"/>
|
||||
</style:style>
|
||||
<style:style style:name="P53" style:family="paragraph" style:parent-style-name="Text_20_body">
|
||||
<style:style style:name="P49" style:family="paragraph" style:parent-style-name="Text_20_body">
|
||||
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
|
||||
<style:text-properties style:font-name="Droid Sans Japanese1" fo:font-size="10pt" officeooo:paragraph-rsid="00129398" style:font-size-asian="10pt" style:font-size-complex="10pt"/>
|
||||
</style:style>
|
||||
<style:style style:name="P54" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:style style:name="P50" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:text-properties officeooo:rsid="000a7d47" officeooo:paragraph-rsid="000a7d47"/>
|
||||
</style:style>
|
||||
<style:style style:name="P55" style:family="paragraph" style:parent-style-name="Text_20_body">
|
||||
<style:style style:name="P51" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
|
||||
<style:text-properties style:font-name="Droid Sans Japanese2" fo:font-size="10pt" style:font-size-asian="10pt" style:font-size-complex="10pt"/>
|
||||
</style:style>
|
||||
<style:style style:name="P52" style:family="paragraph" style:parent-style-name="Standard">
|
||||
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false"/>
|
||||
<style:text-properties style:font-name="Droid Sans Japanese2" fo:font-size="10pt" officeooo:paragraph-rsid="0014b27d" style:font-size-asian="10pt" style:font-size-complex="10pt"/>
|
||||
</style:style>
|
||||
<style:style style:name="P53" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
||||
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
|
||||
<style:text-properties style:font-name="Droid Sans Japanese1" fo:font-size="10pt" style:text-underline-style="none" officeooo:paragraph-rsid="001f79ec" style:font-size-asian="10pt" style:font-size-complex="10pt"/>
|
||||
<style:text-properties style:font-name="Droid Sans Japanese1" fo:font-size="10pt" officeooo:paragraph-rsid="0012f95a" style:font-size-asian="10pt" style:font-size-complex="10pt"/>
|
||||
</style:style>
|
||||
<style:style style:name="T1" style:family="text">
|
||||
<style:text-properties fo:color="#333333" loext:opacity="100%" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||
@ -713,95 +706,80 @@
|
||||
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="Droid Sans Japanese2" fo:font-size="7pt" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
||||
</style:style>
|
||||
<style:style style:name="T17" style:family="text">
|
||||
<style:text-properties fo:color="#333333" loext:opacity="100%" style:text-underline-style="none" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||
</style:style>
|
||||
<style:style style:name="T18" style:family="text">
|
||||
<style:text-properties fo:color="#333333" loext:opacity="100%" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||
</style:style>
|
||||
<style:style style:name="T19" style:family="text">
|
||||
<style:style style:name="T18" style:family="text">
|
||||
<style:text-properties fo:color="#333333" loext:opacity="100%" style:text-underline-style="none" officeooo:rsid="026544ec"/>
|
||||
</style:style>
|
||||
<style:style style:name="T20" style:family="text">
|
||||
<style:style style:name="T19" style:family="text">
|
||||
<style:text-properties fo:color="#333333" loext:opacity="100%" style:text-underline-style="none" officeooo:rsid="0049dca0"/>
|
||||
</style:style>
|
||||
<style:style style:name="T21" style:family="text">
|
||||
<style:style style:name="T20" style:family="text">
|
||||
<style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||
</style:style>
|
||||
<style:style style:name="T22" style:family="text">
|
||||
<style:style style:name="T21" style:family="text">
|
||||
<style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||
</style:style>
|
||||
<style:style style:name="T23" style:family="text">
|
||||
<style:style style:name="T22" style:family="text">
|
||||
<style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-weight="bold" officeooo:rsid="001cd488" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||
</style:style>
|
||||
<style:style style:name="T24" style:family="text">
|
||||
<style:style style:name="T23" style:family="text">
|
||||
<style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Droid Sans Japanese2" fo:font-size="7pt" style:text-underline-style="solid" style:text-underline-type="double" style:text-underline-width="auto" style:text-underline-color="font-color" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
||||
</style:style>
|
||||
<style:style style:name="T25" style:family="text">
|
||||
<style:style style:name="T24" style:family="text">
|
||||
<style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Droid Sans Japanese2" fo:font-size="7pt" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
||||
</style:style>
|
||||
<style:style style:name="T26" style:family="text">
|
||||
<style:style style:name="T25" style:family="text">
|
||||
<style:text-properties fo:color="#666666" loext:opacity="100%" style:text-underline-style="none" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||
</style:style>
|
||||
<style:style style:name="T27" style:family="text">
|
||||
<style:style style:name="T26" style:family="text">
|
||||
<style:text-properties fo:color="#666666" loext:opacity="100%" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||
</style:style>
|
||||
<style:style style:name="T28" style:family="text">
|
||||
<style:style style:name="T27" style:family="text">
|
||||
<style:text-properties style:font-name="Droid Sans Japanese2" fo:font-size="7pt" fo:font-weight="bold" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
|
||||
</style:style>
|
||||
<style:style style:name="T29" style:family="text">
|
||||
<style:text-properties style:font-name="Droid Sans Japanese2" fo:font-size="7pt" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||
</style:style>
|
||||
<style:style style:name="T30" style:family="text">
|
||||
<style:style style:name="T28" style:family="text">
|
||||
<style:text-properties style:text-underline-style="none" officeooo:rsid="026544ec"/>
|
||||
</style:style>
|
||||
<style:style style:name="T31" style:family="text">
|
||||
<style:text-properties officeooo:rsid="026544ec"/>
|
||||
</style:style>
|
||||
<style:style style:name="T32" style:family="text">
|
||||
<style:text-properties officeooo:rsid="0014ed01"/>
|
||||
</style:style>
|
||||
<style:style style:name="T33" style:family="text">
|
||||
<style:style style:name="T29" style:family="text">
|
||||
<style:text-properties officeooo:rsid="000a7d47"/>
|
||||
</style:style>
|
||||
<style:style style:name="T34" style:family="text">
|
||||
<style:style style:name="T30" style:family="text">
|
||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" style:font-style-asian="normal" style:text-emphasize="none"/>
|
||||
</style:style>
|
||||
<style:style style:name="T35" style:family="text">
|
||||
<style:style style:name="T31" style:family="text">
|
||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" officeooo:rsid="0014ed01" style:font-style-asian="normal" style:text-emphasize="none"/>
|
||||
</style:style>
|
||||
<style:style style:name="T36" style:family="text">
|
||||
<style:style style:name="T32" style:family="text">
|
||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" officeooo:rsid="000cde7f" style:font-style-asian="normal" style:text-emphasize="none"/>
|
||||
</style:style>
|
||||
<style:style style:name="T37" style:family="text">
|
||||
<style:style style:name="T33" style:family="text">
|
||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-weight-complex="normal" style:text-emphasize="none"/>
|
||||
</style:style>
|
||||
<style:style style:name="T38" style:family="text">
|
||||
<style:style style:name="T34" style:family="text">
|
||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="000cde7f" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-weight-complex="normal" style:text-emphasize="none"/>
|
||||
</style:style>
|
||||
<style:style style:name="T39" style:family="text">
|
||||
<style:style style:name="T35" style:family="text">
|
||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-size="9pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="000cde7f" style:font-size-asian="9pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="9pt" style:font-weight-complex="normal" style:text-emphasize="none"/>
|
||||
</style:style>
|
||||
<style:style style:name="T40" style:family="text">
|
||||
<style:style style:name="T36" style:family="text">
|
||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:letter-spacing="-0.0075in" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" style:font-style-asian="normal" style:text-emphasize="none"/>
|
||||
</style:style>
|
||||
<style:style style:name="T41" style:family="text">
|
||||
<style:style style:name="T37" style:family="text">
|
||||
<style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:letter-spacing="-0.0071in" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" style:font-style-asian="normal" style:text-emphasize="none"/>
|
||||
</style:style>
|
||||
<style:style style:name="T42" style:family="text">
|
||||
<style:style style:name="T38" style:family="text">
|
||||
<style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||
</style:style>
|
||||
<style:style style:name="T43" style:family="text">
|
||||
<style:style style:name="T39" style:family="text">
|
||||
<style:text-properties fo:font-weight="bold" officeooo:rsid="000a7d47" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||
</style:style>
|
||||
<style:style style:name="T44" style:family="text">
|
||||
<style:style style:name="T40" style:family="text">
|
||||
<style:text-properties fo:font-weight="bold" officeooo:rsid="000cde7f" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||
</style:style>
|
||||
<style:style style:name="T45" style:family="text">
|
||||
<style:style style:name="T41" style:family="text">
|
||||
<style:text-properties officeooo:rsid="00106d28"/>
|
||||
</style:style>
|
||||
<style:style style:name="T46" style:family="text">
|
||||
<style:text-properties fo:font-size="7pt" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
|
||||
</style:style>
|
||||
<style:style style:name="fr1" style:family="graphic" style:parent-style-name="Graphics">
|
||||
<style:graphic-properties style:vertical-pos="middle" style:vertical-rel="baseline" style:horizontal-pos="from-left" style:horizontal-rel="paragraph" style:mirror="none" fo:clip="rect(0in, 0in, 0in, 0in)" draw:luminance="0%" draw:contrast="0%" draw:red="0%" draw:green="0%" draw:blue="0%" draw:gamma="100%" draw:color-inversion="false" draw:image-opacity="100%" draw:color-mode="standard" draw:wrap-influence-on-position="once-concurrent" loext:allow-overlap="true"/>
|
||||
</style:style>
|
||||
@ -1387,179 +1365,185 @@
|
||||
<text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
|
||||
<text:sequence-decl text:display-outline-level="0" text:name="Figure"/>
|
||||
</text:sequence-decls>
|
||||
<text:p text:style-name="P17"><text:placeholder text:placeholder-type="text"><for each="maintenance in records"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P53"><text:placeholder text:placeholder-type="text"><choose test=""></text:placeholder></text:p>
|
||||
<text:p text:style-name="P51"><text:placeholder text:placeholder-type="text"><when test="maintenance.maintenance_type == 'initial'"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P42">REGISTRO DE MANTENIMIENTO PREVENTIVO</text:p>
|
||||
<text:p text:style-name="P51"><text:placeholder text:placeholder-type="text"></when></text:placeholder></text:p>
|
||||
<text:p text:style-name="P49"><text:placeholder text:placeholder-type="text"><when test="maintenance.maintenance_type == 'preventive'"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P41">REGISTRO DE MANTENIMIENTO PREVENTIVO</text:p>
|
||||
<text:p text:style-name="P49"><text:placeholder text:placeholder-type="text"></when></text:placeholder></text:p>
|
||||
<text:p text:style-name="P49"><text:placeholder text:placeholder-type="text"><when test="maintenance.maintenance_type == 'corrective'"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P45">REGISTRO DE MANTENIMIENTO CORRECTIVO</text:p>
|
||||
<text:p text:style-name="P49"><text:placeholder text:placeholder-type="text"></when></text:placeholder></text:p>
|
||||
<text:p text:style-name="P46"><text:placeholder text:placeholder-type="text"></choose></text:placeholder></text:p>
|
||||
<text:p text:style-name="P39"><text:span text:style-name="T43">Fecha</text:span><text:span text:style-name="T33"> </text:span><text:span text:style-name="T38"><text:placeholder text:placeholder-type="text" text:description="format_datetime(datetime.datetime.now(),user.language, '%25B %25d ,%25Y %25H:%25M%25p', maintenance.company.timezone)"><format_datetime(datetime.datetime.now(),user.language, '%b/%d/%Y', maintenance.company.timezone)></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P39"><text:span text:style-name="T42">Consecutivo</text:span> <text:span text:style-name="T44"><text:placeholder text:placeholder-type="text"><maintenance.code></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P54"/>
|
||||
<text:p text:style-name="P40"><text:span text:style-name="T34">INFORMACIÓN</text:span><text:span text:style-name="T40"> </text:span><text:span text:style-name="T34">DEL</text:span><text:span text:style-name="T41"> </text:span><text:span text:style-name="T34">PROPIETARIO</text:span></text:p>
|
||||
<text:p text:style-name="P16"><text:placeholder text:placeholder-type="text"><for each="maintenance in records"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P49"><text:placeholder text:placeholder-type="text"><choose test=""></text:placeholder></text:p>
|
||||
<text:p text:style-name="P46"><text:placeholder text:placeholder-type="text"><when test="maintenance.maintenance_type == 'initial'"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P38">REGISTRO DE MANTENIMIENTO PREVENTIVO</text:p>
|
||||
<text:p text:style-name="P46"><text:placeholder text:placeholder-type="text"></when></text:placeholder></text:p>
|
||||
<text:p text:style-name="P44"><text:placeholder text:placeholder-type="text"><when test="maintenance.maintenance_type == 'preventive'"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P37">REGISTRO DE MANTENIMIENTO PREVENTIVO</text:p>
|
||||
<text:p text:style-name="P44"><text:placeholder text:placeholder-type="text"></when></text:placeholder></text:p>
|
||||
<text:p text:style-name="P44"><text:placeholder text:placeholder-type="text"><when test="maintenance.maintenance_type == 'corrective'"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P41">REGISTRO DE MANTENIMIENTO CORRECTIVO</text:p>
|
||||
<text:p text:style-name="P44"><text:placeholder text:placeholder-type="text"></when></text:placeholder></text:p>
|
||||
<text:p text:style-name="P42"><text:placeholder text:placeholder-type="text"></choose></text:placeholder></text:p>
|
||||
<text:p text:style-name="P35"><text:span text:style-name="T39">Fecha</text:span><text:span text:style-name="T29"> </text:span><text:span text:style-name="T34"><text:placeholder text:placeholder-type="text" text:description="format_datetime(datetime.datetime.now(),user.language, '%25B %25d ,%25Y %25H:%25M%25p', maintenance.company.timezone)"><format_datetime(datetime.datetime.now(),user.language, '%b/%d/%Y', maintenance.company.timezone)></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P35"><text:span text:style-name="T38">Consecutivo</text:span> <text:span text:style-name="T40"><text:placeholder text:placeholder-type="text"><maintenance.code></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P50"/>
|
||||
<text:p text:style-name="P36"><text:span text:style-name="T30">INFORMACIÓN</text:span><text:span text:style-name="T36"> </text:span><text:span text:style-name="T30">DEL</text:span><text:span text:style-name="T37"> </text:span><text:span text:style-name="T30">PROPIETARIO</text:span></text:p>
|
||||
<table:table table:name="Tabla4" table:style-name="Tabla4">
|
||||
<table:table-column table:style-name="Tabla4.A"/>
|
||||
<table:table-column table:style-name="Tabla4.B"/>
|
||||
<table:table-row>
|
||||
<table:table-cell table:style-name="Tabla4.A1" office:value-type="string">
|
||||
<text:p text:style-name="P36"><text:span text:style-name="T34">Nombre / Razón Social: </text:span><text:span text:style-name="T37"><text:placeholder text:placeholder-type="text"><maintenance.propietary.name></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P36"><text:span text:style-name="T34">Ciudad: </text:span><text:span text:style-name="T37"><text:placeholder text:placeholder-type="text"><maintenance.propietary_address.subdivision_municipality.name></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P37"><text:span text:style-name="T34">Teléfono:</text:span><text:span text:style-name="T37"> </text:span><text:span text:style-name="T38"><text:placeholder text:placeholder-type="text"><maintenance.propietary.phone></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P38"><text:span text:style-name="T35">Movil</text:span><text:span text:style-name="T36">:</text:span><text:span text:style-name="T38"> </text:span><text:span text:style-name="T38"><text:placeholder text:placeholder-type="text"><maintenance.propietary.mobile></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P32"><text:span text:style-name="T30">Nombre / Razón Social: </text:span><text:span text:style-name="T33"><text:placeholder text:placeholder-type="text"><maintenance.propietary.name></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P32"><text:span text:style-name="T30">Ciudad: </text:span><text:span text:style-name="T33"><text:placeholder text:placeholder-type="text"><maintenance.propietary_address.subdivision_municipality.name></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P33"><text:span text:style-name="T30">Teléfono:</text:span><text:span text:style-name="T33"> </text:span><text:span text:style-name="T34"><text:placeholder text:placeholder-type="text"><maintenance.propietary.phone></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P34"><text:span text:style-name="T31">Movil</text:span><text:span text:style-name="T32">:</text:span><text:span text:style-name="T34"> </text:span><text:span text:style-name="T34"><text:placeholder text:placeholder-type="text"><maintenance.propietary.mobile></text:placeholder></text:span></text:p>
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="Tabla4.A1" office:value-type="string">
|
||||
<text:p text:style-name="P36"><text:span text:style-name="T34">Tipo Documento: </text:span><text:span text:style-name="T37"><text:placeholder text:placeholder-type="text"><"NIT" if maintenance.propietary.tax_identifier.type=="31" else "CC"></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P36"><text:span text:style-name="T34">Documento:</text:span><text:span text:style-name="T37"> </text:span><text:span text:style-name="T37"><text:placeholder text:placeholder-type="text"><maintenance.propietary.tax_identifier.code></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P36"><text:span text:style-name="T34">Dirección:</text:span><text:span text:style-name="T37"> </text:span><text:span text:style-name="T37"><text:placeholder text:placeholder-type="text"><maintenance.propietary_address.street></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P32"><text:span text:style-name="T30">Tipo Documento: </text:span><text:span text:style-name="T33"><text:placeholder text:placeholder-type="text"><"NIT" if maintenance.propietary.tax_identifier.type=="31" else "CC"></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P32"><text:span text:style-name="T30">Documento:</text:span><text:span text:style-name="T33"> </text:span><text:span text:style-name="T33"><text:placeholder text:placeholder-type="text"><maintenance.propietary.tax_identifier.code></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P32"><text:span text:style-name="T30">Dirección:</text:span><text:span text:style-name="T33"> </text:span><text:span text:style-name="T33"><text:placeholder text:placeholder-type="text"><maintenance.propietary_address.street></text:placeholder></text:span></text:p>
|
||||
</table:table-cell>
|
||||
</table:table-row>
|
||||
</table:table>
|
||||
<text:p text:style-name="P30"/>
|
||||
<text:p text:style-name="P31">INFORMACIÓN DEL DISPOSITIVO</text:p>
|
||||
<text:p text:style-name="P26"/>
|
||||
<text:p text:style-name="P27">INFORMACIÓN DEL DISPOSITIVO</text:p>
|
||||
<table:table table:name="Tabla2" table:style-name="Tabla2">
|
||||
<table:table-column table:style-name="Tabla2.A"/>
|
||||
<table:table-column table:style-name="Tabla2.B"/>
|
||||
<table:table-row table:style-name="Tabla2.1">
|
||||
<table:table-cell table:style-name="Tabla2.A1" office:value-type="string">
|
||||
<text:p text:style-name="P16"><text:span text:style-name="T34">Nombre del Dispositivo: </text:span><text:span text:style-name="T38"><text:placeholder text:placeholder-type="text"><maintenance.equipment.product.name></text:placeholder></text:span><text:span text:style-name="T38"><text:s text:c="2"/></text:span></text:p>
|
||||
<text:p text:style-name="P16"><text:span text:style-name="T34">Marca: </text:span><text:span text:style-name="T38"><text:placeholder text:placeholder-type="text"><maintenance.equipment.mark_category.name></text:placeholder></text:span><text:span text:style-name="T38"><text:s text:c="11"/></text:span></text:p>
|
||||
<text:p text:style-name="P16"><text:span text:style-name="T36">Serial:</text:span><text:span text:style-name="T38"> </text:span><text:span text:style-name="T38"><text:placeholder text:placeholder-type="text"><maintenance.equipment.serial></text:placeholder></text:span><text:span text:style-name="T38"><text:s text:c="2"/></text:span></text:p>
|
||||
<text:p text:style-name="P15"><text:span text:style-name="T30">Nombre del Dispositivo: </text:span><text:span text:style-name="T34"><text:placeholder text:placeholder-type="text"><maintenance.equipment.product.name></text:placeholder></text:span><text:span text:style-name="T34"><text:s text:c="2"/></text:span></text:p>
|
||||
<text:p text:style-name="P15"><text:span text:style-name="T30">Marca: </text:span><text:span text:style-name="T34"><text:placeholder text:placeholder-type="text"><maintenance.equipment.mark_category.name></text:placeholder></text:span><text:span text:style-name="T34"><text:s text:c="11"/></text:span></text:p>
|
||||
<text:p text:style-name="P15"><text:span text:style-name="T32">Serial:</text:span><text:span text:style-name="T34"> </text:span><text:span text:style-name="T34"><text:placeholder text:placeholder-type="text"><maintenance.equipment.serial></text:placeholder></text:span><text:span text:style-name="T34"><text:s text:c="2"/></text:span></text:p>
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="Tabla2.A1" office:value-type="string">
|
||||
<text:p text:style-name="P16"><text:span text:style-name="T34">Modelo:</text:span><text:span text:style-name="T37"> </text:span><text:span text:style-name="T38"><text:placeholder text:placeholder-type="text"><maintenance.equipment.model_category.name></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P16"><text:span text:style-name="T34">Referencia: </text:span><text:span text:style-name="T38"><text:placeholder text:placeholder-type="text"><maintenance.equipment.reference_category.name></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P16"><text:span text:style-name="T36">Registro Invima:</text:span><text:span text:style-name="T38"> </text:span><text:span text:style-name="T38"><text:placeholder text:placeholder-type="text"><maintenance.equipment.health_register></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P15"><text:span text:style-name="T30">Modelo:</text:span><text:span text:style-name="T33"> </text:span><text:span text:style-name="T34"><text:placeholder text:placeholder-type="text"><maintenance.equipment.model_category.name></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P15"><text:span text:style-name="T30">Referencia: </text:span><text:span text:style-name="T34"><text:placeholder text:placeholder-type="text"><maintenance.equipment.reference_category.name></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P15"><text:span text:style-name="T32">Registro Invima:</text:span><text:span text:style-name="T34"> </text:span><text:span text:style-name="T34"><text:placeholder text:placeholder-type="text"><maintenance.equipment.health_register></text:placeholder></text:span></text:p>
|
||||
</table:table-cell>
|
||||
</table:table-row>
|
||||
</table:table>
|
||||
<text:p text:style-name="P31"/>
|
||||
<text:p text:style-name="P20"/>
|
||||
<text:p text:style-name="P53"><text:placeholder text:placeholder-type="text"><choose test=""></text:placeholder></text:p>
|
||||
<text:p text:style-name="P55"><text:soft-page-break/><text:placeholder text:placeholder-type="text"><when test="maintenance.maintenance_type == 'preventive'"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P18">Trabajo Realizado</text:p>
|
||||
<text:p text:style-name="P18"/>
|
||||
<text:p text:style-name="P27"/>
|
||||
<text:p text:style-name="P19"/>
|
||||
<text:p text:style-name="P49"><text:placeholder text:placeholder-type="text"><choose test=""></text:placeholder></text:p>
|
||||
<text:p text:style-name="P47"><text:soft-page-break/><text:placeholder text:placeholder-type="text"><when test="maintenance.maintenance_type == 'preventive'"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P17">Trabajo Realizado</text:p>
|
||||
<text:p text:style-name="P17"/>
|
||||
<table:table table:name="Tabla5" table:style-name="Tabla5">
|
||||
<table:table-column table:style-name="Tabla5.A"/>
|
||||
<table:table-column table:style-name="Tabla5.B"/>
|
||||
<table:table-row>
|
||||
<table:table-cell table:style-name="Tabla5.A1" office:value-type="string">
|
||||
<text:p text:style-name="P34">1. Verificación inicial de funcionamiento:</text:p>
|
||||
<text:p text:style-name="P30">1. Verificación inicial de funcionamiento:</text:p>
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="Tabla5.B1" office:value-type="string">
|
||||
<text:p text:style-name="P29"><text:placeholder text:placeholder-type="text"><"SI" if maintenance.initial_operation else "NO"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P25"><text:placeholder text:placeholder-type="text"><"SI" if maintenance.initial_operation else "NO"></text:placeholder></text:p>
|
||||
</table:table-cell>
|
||||
</table:table-row>
|
||||
<table:table-row>
|
||||
<table:table-cell table:style-name="Tabla5.A2" office:value-type="string">
|
||||
<text:p text:style-name="P34">2. Revisión del Equipo:</text:p>
|
||||
<text:p text:style-name="P30">2. Revisión del Equipo:</text:p>
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="Tabla5.B2" office:value-type="string">
|
||||
<text:p text:style-name="P29"><text:placeholder text:placeholder-type="text"><"SI" if maintenance.check_equipment else "NO"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P25"><text:placeholder text:placeholder-type="text"><"SI" if maintenance.check_equipment else "NO"></text:placeholder></text:p>
|
||||
</table:table-cell>
|
||||
</table:table-row>
|
||||
<table:table-row>
|
||||
<table:table-cell table:style-name="Tabla5.A2" office:value-type="string">
|
||||
<text:p text:style-name="P34">3. Revisión del sistema eléctrico:</text:p>
|
||||
<text:p text:style-name="P30">3. Revisión del sistema eléctrico:</text:p>
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="Tabla5.B2" office:value-type="string">
|
||||
<text:p text:style-name="P29"><text:placeholder text:placeholder-type="text"><"SI" if maintenance.check_electric_system else "NO"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P25"><text:placeholder text:placeholder-type="text"><"SI" if maintenance.check_electric_system else "NO"></text:placeholder></text:p>
|
||||
</table:table-cell>
|
||||
</table:table-row>
|
||||
<table:table-row>
|
||||
<table:table-cell table:style-name="Tabla5.A2" office:value-type="string">
|
||||
<text:p text:style-name="P34">4. Limpieza interior y exterior:</text:p>
|
||||
<text:p text:style-name="P30">4. Limpieza interior y exterior:</text:p>
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="Tabla5.B2" office:value-type="string">
|
||||
<text:p text:style-name="P29"><text:placeholder text:placeholder-type="text"><"SI" if maintenance.clean_int_ext else "NO"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P25"><text:placeholder text:placeholder-type="text"><"SI" if maintenance.clean_int_ext else "NO"></text:placeholder></text:p>
|
||||
</table:table-cell>
|
||||
</table:table-row>
|
||||
<table:table-row>
|
||||
<table:table-cell table:style-name="Tabla5.A2" office:value-type="string">
|
||||
<text:p text:style-name="P34">5. Limpieza de lentes y espejos:</text:p>
|
||||
<text:p text:style-name="P30">5. Limpieza de lentes y espejos:</text:p>
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="Tabla5.B2" office:value-type="string">
|
||||
<text:p text:style-name="P29"><text:placeholder text:placeholder-type="text"><"SI" if maintenance.clean_eyes else "NO"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P25"><text:placeholder text:placeholder-type="text"><"SI" if maintenance.clean_eyes else "NO"></text:placeholder></text:p>
|
||||
</table:table-cell>
|
||||
</table:table-row>
|
||||
<table:table-row>
|
||||
<table:table-cell table:style-name="Tabla5.A2" office:value-type="string">
|
||||
<text:p text:style-name="P34">6. Verificar Calibración:</text:p>
|
||||
<text:p text:style-name="P30">6. Verificar Calibración:</text:p>
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="Tabla5.B2" office:value-type="string">
|
||||
<text:p text:style-name="P29"><text:placeholder text:placeholder-type="text"><"SI" if maintenance.check_calibration else "NO"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P25"><text:placeholder text:placeholder-type="text"><"SI" if maintenance.check_calibration else "NO"></text:placeholder></text:p>
|
||||
</table:table-cell>
|
||||
</table:table-row>
|
||||
</table:table>
|
||||
<text:p text:style-name="P55"><text:placeholder text:placeholder-type="text"></when></text:placeholder></text:p>
|
||||
<text:p text:style-name="P50"><text:placeholder text:placeholder-type="text"><when test="maintenance.maintenance_type == 'corrective'"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P48">Trabajo Realizado</text:p>
|
||||
<text:p text:style-name="P47"><text:placeholder text:placeholder-type="text"></when></text:placeholder></text:p>
|
||||
<text:p text:style-name="P45"><text:placeholder text:placeholder-type="text"><when test="maintenance.maintenance_type == 'corrective'"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P43">Trabajo Realizado</text:p>
|
||||
<table:table table:name="Tabla1" table:style-name="Tabla1">
|
||||
<table:table-column table:style-name="Tabla1.A"/>
|
||||
<table:table-column table:style-name="Tabla1.B"/>
|
||||
<table:table-column table:style-name="Tabla1.C"/>
|
||||
<table:table-row>
|
||||
<table:table-cell table:style-name="Tabla1.A1" office:value-type="string">
|
||||
<text:p text:style-name="P43">Repuesto</text:p>
|
||||
<text:p text:style-name="P39">Repuesto</text:p>
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="Tabla1.A1" office:value-type="string">
|
||||
<text:p text:style-name="P44">Actividad de Mantenimiento</text:p>
|
||||
<text:p text:style-name="P40">Actividad de Mantenimiento</text:p>
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="Tabla1.C1" office:value-type="string">
|
||||
<text:p text:style-name="P44">Descripción</text:p>
|
||||
<text:p text:style-name="P40">Descripción</text:p>
|
||||
</table:table-cell>
|
||||
</table:table-row>
|
||||
<table:table-row>
|
||||
<table:table-cell table:style-name="Tabla1.A2" table:number-columns-spanned="3" office:value-type="string">
|
||||
<text:p text:style-name="P52"><text:placeholder text:placeholder-type="text"><for each="line in maintenance.maintenance_lines"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P48"><text:placeholder text:placeholder-type="text"><for each="line in maintenance.maintenance_lines"></text:placeholder></text:p>
|
||||
</table:table-cell>
|
||||
<table:covered-table-cell/>
|
||||
<table:covered-table-cell/>
|
||||
</table:table-row>
|
||||
<table:table-row>
|
||||
<table:table-cell table:style-name="Tabla1.A3" office:value-type="string">
|
||||
<text:p text:style-name="P52"><text:placeholder text:placeholder-type="text"><"X" if line.line_replace else ""></text:placeholder></text:p>
|
||||
<text:p text:style-name="P48"><text:placeholder text:placeholder-type="text"><"X" if line.line_replace else ""></text:placeholder></text:p>
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="Tabla1.A3" office:value-type="string">
|
||||
<text:p text:style-name="P52"><text:placeholder text:placeholder-type="text"><"X" if line.line_maintenance_activity else ""></text:placeholder></text:p>
|
||||
<text:p text:style-name="P48"><text:placeholder text:placeholder-type="text"><"X" if line.line_maintenance_activity else ""></text:placeholder></text:p>
|
||||
</table:table-cell>
|
||||
<table:table-cell table:style-name="Tabla1.A2" office:value-type="string">
|
||||
<text:p text:style-name="P52"><text:placeholder text:placeholder-type="text"><line.maintenance_activity.name if line.line_maintenance_activity else line.replacement.name></text:placeholder></text:p>
|
||||
<text:p text:style-name="P48"><text:placeholder text:placeholder-type="text"><line.maintenance_activity.name if line.line_maintenance_activity else line.replacement.name></text:placeholder></text:p>
|
||||
<text:p text:style-name="P51"><text:placeholder text:placeholder-type="text"><if test="line.description"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P51"><text:placeholder text:placeholder-type="text"><for each="description in line.description.split('\n')"></text:placeholder></text:p>
|
||||
<text:p text:style-name="P52"><text:placeholder text:placeholder-type="text"><description></text:placeholder></text:p>
|
||||
<text:p text:style-name="P52"><text:placeholder text:placeholder-type="text"></for></text:placeholder></text:p>
|
||||
<text:p text:style-name="P52"><text:placeholder text:placeholder-type="text"></if></text:placeholder></text:p>
|
||||
<text:p text:style-name="P48"/>
|
||||
</table:table-cell>
|
||||
</table:table-row>
|
||||
<table:table-row>
|
||||
<table:table-cell table:style-name="Tabla1.A2" table:number-columns-spanned="3" office:value-type="string">
|
||||
<text:p text:style-name="P52"><text:placeholder text:placeholder-type="text"></for></text:placeholder></text:p>
|
||||
<text:p text:style-name="P48"><text:placeholder text:placeholder-type="text"></for></text:placeholder></text:p>
|
||||
</table:table-cell>
|
||||
<table:covered-table-cell/>
|
||||
<table:covered-table-cell/>
|
||||
</table:table-row>
|
||||
</table:table>
|
||||
<text:p text:style-name="P49"><text:placeholder text:placeholder-type="text"></when></text:placeholder></text:p>
|
||||
<text:p text:style-name="P46"><text:placeholder text:placeholder-type="text"></choose></text:placeholder></text:p>
|
||||
<text:p text:style-name="P19">Observaciones</text:p>
|
||||
<text:p text:style-name="P33"><text:placeholder text:placeholder-type="text"><maintenance.description_activity></text:placeholder></text:p>
|
||||
<text:p text:style-name="P33"/>
|
||||
<text:p text:style-name="P33"/>
|
||||
<text:p text:style-name="P19">Fecha del <text:span text:style-name="T45">p</text:span>róximo mantenimiento <text:span text:style-name="T39"><text:placeholder text:placeholder-type="text"><str(maintenance.next_maintenance)[0:11]></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P19"/>
|
||||
<text:p text:style-name="P44"><text:placeholder text:placeholder-type="text"></when></text:placeholder></text:p>
|
||||
<text:p text:style-name="P42"><text:placeholder text:placeholder-type="text"></choose></text:placeholder></text:p>
|
||||
<text:p text:style-name="P18">Observaciones</text:p>
|
||||
<text:p text:style-name="P29"><text:placeholder text:placeholder-type="text"><maintenance.description_activity></text:placeholder></text:p>
|
||||
<text:p text:style-name="P29"/>
|
||||
<text:p text:style-name="P29"><text:soft-page-break/></text:p>
|
||||
<text:p text:style-name="P18">Fecha del <text:span text:style-name="T41">p</text:span>róximo mantenimiento <text:span text:style-name="T35"><text:placeholder text:placeholder-type="text"><str(maintenance.next_maintenance)[0:11]></text:placeholder></text:span></text:p>
|
||||
<text:p text:style-name="P18"/>
|
||||
<table:table table:name="Tabla10" table:style-name="Tabla10">
|
||||
<table:table-column table:style-name="Tabla10.A"/>
|
||||
<table:table-row table:style-name="Tabla10.1">
|
||||
<table:table-cell table:style-name="Tabla10.A1" office:value-type="string">
|
||||
<text:p text:style-name="P32">ANTHONY STIVEN RODRIGUEZ FONSECA </text:p>
|
||||
<text:p text:style-name="P32">INVIMA : RH-202208-01301</text:p>
|
||||
<text:p text:style-name="P28">ANTHONY STIVEN RODRIGUEZ FONSECA </text:p>
|
||||
<text:p text:style-name="P28">INVIMA : RH-202208-01301</text:p>
|
||||
</table:table-cell>
|
||||
</table:table-row>
|
||||
</table:table>
|
||||
<text:p text:style-name="P21"><text:soft-page-break/><text:placeholder text:placeholder-type="text"></for></text:placeholder></text:p>
|
||||
<text:p text:style-name="P35"/>
|
||||
<text:p text:style-name="P21"/>
|
||||
<text:p text:style-name="P20"><text:placeholder text:placeholder-type="text"></for></text:placeholder></text:p>
|
||||
<text:p text:style-name="P31"/>
|
||||
<text:p text:style-name="P20"/>
|
||||
</office:text>
|
||||
</office:body>
|
||||
</office:document>
|
@ -14,9 +14,11 @@
|
||||
<label name="maintenance_activity"/>
|
||||
<field name="maintenance_activity"/>
|
||||
<newline/>
|
||||
<label name="quantity"/>
|
||||
<field name="quantity"/>
|
||||
<label name="unit"/>
|
||||
<field name="unit"/>
|
||||
<newline/>
|
||||
<label name="quantity"/>
|
||||
<field name="quantity"/>
|
||||
<label name="description"/>
|
||||
<field name="description" xexpand="1"/>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user