update report
This commit is contained in:
parent
dae8317b24
commit
3551cf4f43
@ -53,7 +53,7 @@ class MaintenanceService(Workflow, ModelSQL, ModelView):
|
|||||||
domain=[('party', '=', Eval('propietary'))],
|
domain=[('party', '=', Eval('propietary'))],
|
||||||
states=_states)
|
states=_states)
|
||||||
lines = fields.One2Many('optical_equipment.maintenance', 'service_maintenance', "Lines")
|
lines = fields.One2Many('optical_equipment.maintenance', 'service_maintenance', "Lines")
|
||||||
estimated_agended = fields.DateTime("Date Maintenance", states=_states)
|
estimated_agended = fields.DateTime("Date Maintenance", readonly=True)
|
||||||
current_agended = fields.Many2One('optical_equipment_maintenance.diary', "Current Agended",
|
current_agended = fields.Many2One('optical_equipment_maintenance.diary', "Current Agended",
|
||||||
states=_states)
|
states=_states)
|
||||||
history_agended = fields.Many2Many('optical_equipment_maintenance.service-maintenance.diary', 'maintenance_service', 'agended', "History Agended", readonly=True)
|
history_agended = fields.Many2Many('optical_equipment_maintenance.service-maintenance.diary', 'maintenance_service', 'agended', "History Agended", readonly=True)
|
||||||
@ -61,8 +61,8 @@ class MaintenanceService(Workflow, ModelSQL, ModelView):
|
|||||||
('agended', "Agended"),
|
('agended', "Agended"),
|
||||||
('in_progress', "In progress"),
|
('in_progress', "In progress"),
|
||||||
('finish', "Finish"),
|
('finish', "Finish"),
|
||||||
('failed', "Failed")], "State Agenda", states=_states)
|
('failed', "Failed")], "State Agenda", readonly=True)
|
||||||
technical = fields.Many2One('company.employee', "Technical", states=_states)
|
technical = fields.Many2One('company.employee', "Technical", readonly=True)
|
||||||
state = fields.Selection([('draft', "Draft"),
|
state = fields.Selection([('draft', "Draft"),
|
||||||
('agended', "Agended"),
|
('agended', "Agended"),
|
||||||
('in_progress', "In Progress"),
|
('in_progress', "In Progress"),
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<office:document xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:rpt="http://openoffice.org/2005/report" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
|
<office:document xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:rpt="http://openoffice.org/2005/report" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
|
||||||
<office:meta><meta:creation-date>2022-11-03T17:09:30.500078764</meta:creation-date><dc:date>2023-04-03T16:41:02.805514975</dc:date><meta:editing-duration>PT1H31M30S</meta:editing-duration><meta:editing-cycles>27</meta:editing-cycles><meta:generator>LibreOffice/7.4.6.2$Linux_X86_64 LibreOffice_project/40$Build-2</meta:generator><meta:document-statistic meta:table-count="6" meta:image-count="1" meta:object-count="0" meta:page-count="2" meta:paragraph-count="77" meta:word-count="228" meta:character-count="2735" meta:non-whitespace-character-count="2567"/></office:meta>
|
<office:meta><meta:creation-date>2022-11-03T17:09:30.500078764</meta:creation-date><dc:date>2023-04-04T13:02:53.349084749</dc:date><meta:editing-duration>PT1H32M5S</meta:editing-duration><meta:editing-cycles>28</meta:editing-cycles><meta:generator>LibreOffice/7.4.6.2$Linux_X86_64 LibreOffice_project/40$Build-2</meta:generator><meta:document-statistic meta:table-count="6" meta:image-count="1" meta:object-count="0" meta:page-count="2" meta:paragraph-count="77" meta:word-count="228" meta:character-count="2732" meta:non-whitespace-character-count="2564"/></office:meta>
|
||||||
<office:settings>
|
<office:settings>
|
||||||
<config:config-item-set config:name="ooo:view-settings">
|
<config:config-item-set config:name="ooo:view-settings">
|
||||||
<config:config-item config:name="ViewAreaTop" config:type="long">0</config:config-item>
|
<config:config-item config:name="ViewAreaTop" config:type="long">0</config:config-item>
|
||||||
@ -13,8 +13,8 @@
|
|||||||
<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">8172</config:config-item>
|
<config:config-item config:name="ViewLeft" config:type="long">6519</config:config-item>
|
||||||
<config:config-item config:name="ViewTop" config:type="long">16147</config:config-item>
|
<config:config-item config:name="ViewTop" config:type="long">10093</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">0</config:config-item>
|
<config:config-item config:name="VisibleTop" config:type="long">0</config:config-item>
|
||||||
<config:config-item config:name="VisibleRight" config:type="long">30626</config:config-item>
|
<config:config-item config:name="VisibleRight" config:type="long">30626</config:config-item>
|
||||||
@ -91,7 +91,7 @@
|
|||||||
<config:config-item config:name="ChartAutoUpdate" config:type="boolean">true</config:config-item>
|
<config:config-item config:name="ChartAutoUpdate" config:type="boolean">true</config:config-item>
|
||||||
<config:config-item config:name="PrinterSetup" config:type="base64Binary"/>
|
<config:config-item config:name="PrinterSetup" config:type="base64Binary"/>
|
||||||
<config:config-item config:name="AddParaTableSpacingAtStart" config:type="boolean">true</config:config-item>
|
<config:config-item config:name="AddParaTableSpacingAtStart" config:type="boolean">true</config:config-item>
|
||||||
<config:config-item config:name="Rsid" config:type="int">1866001</config:config-item>
|
<config:config-item config:name="Rsid" config:type="int">1933266</config:config-item>
|
||||||
<config:config-item config:name="EmbeddedDatabaseName" config:type="string"/>
|
<config:config-item config:name="EmbeddedDatabaseName" config:type="string"/>
|
||||||
<config:config-item config:name="FieldAutoUpdate" config:type="boolean">true</config:config-item>
|
<config:config-item config:name="FieldAutoUpdate" config:type="boolean">true</config:config-item>
|
||||||
<config:config-item config:name="OutlineLevelYieldsNumbering" config:type="boolean">false</config:config-item>
|
<config:config-item config:name="OutlineLevelYieldsNumbering" config:type="boolean">false</config:config-item>
|
||||||
@ -158,7 +158,7 @@
|
|||||||
<office:styles>
|
<office:styles>
|
||||||
<style:default-style style:family="graphic">
|
<style:default-style style:family="graphic">
|
||||||
<style:graphic-properties svg:stroke-color="#3465a4" draw:fill-color="#729fcf" fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="false"/>
|
<style:graphic-properties svg:stroke-color="#3465a4" draw:fill-color="#729fcf" fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="false"/>
|
||||||
<style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style: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%" loext:color-lum-mod="100%" loext:color-lum-off="0%" style:font-name="DejaVu Serif" fo:font-size="12pt" fo:language="es" fo:country="CO" style:letter-kerning="true" style:font-name-asian="DejaVu Sans1" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="DejaVu Sans1" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN"/>
|
<style:text-properties style:use-window-font-color="true" loext:opacity="0%" loext:color-lum-mod="100%" loext:color-lum-off="0%" style:font-name="DejaVu Serif" fo:font-size="12pt" fo:language="es" fo:country="CO" style:letter-kerning="true" style:font-name-asian="DejaVu Sans1" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="DejaVu Sans1" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN"/>
|
||||||
@ -606,64 +606,56 @@
|
|||||||
<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 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: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:style style:name="P41" style:family="paragraph" style:parent-style-name="Table_20_Contents">
|
<style:style style:name="P41" 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" 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="P42" 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="P43" 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="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" 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="P45" 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="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" 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="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="00129398" style:font-size-asian="10pt" style:font-size-complex="10pt"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="P48" 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="P49" 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="P50" 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="P51" style:family="paragraph" style:parent-style-name="Standard">
|
|
||||||
<style:text-properties officeooo:rsid="000a7d47" officeooo:paragraph-rsid="000a7d47"/>
|
|
||||||
</style:style>
|
|
||||||
<style:style style:name="P52" 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="P53" style:family="paragraph" style:parent-style-name="Standard">
|
|
||||||
<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 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: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:style style:name="P54" style:family="paragraph" style:parent-style-name="Text_20_body">
|
<style:style style:name="P42" 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="P43" 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="P44" 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="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" 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="P46" 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="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" 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="P48" 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="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" 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="P50" 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="P51" 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="P52" style:family="paragraph" style:parent-style-name="Text_20_body">
|
||||||
<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 Japanese1" fo:font-size="10pt" officeooo:paragraph-rsid="00129398" 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="00129398" style:font-size-asian="10pt" style:font-size-complex="10pt"/>
|
||||||
</style:style>
|
</style:style>
|
||||||
<style:style style:name="P55" style:family="paragraph" style:parent-style-name="Text_20_body">
|
<style:style style:name="P53" style:family="paragraph" style:parent-style-name="Standard">
|
||||||
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
|
<style:text-properties officeooo:rsid="000a7d47" officeooo:paragraph-rsid="000a7d47"/>
|
||||||
<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:style style:name="T1" style:family="text">
|
<style:style style:name="T1" style:family="text">
|
||||||
<style:text-properties fo:color="#333333" loext:opacity="100%" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
<style:text-properties fo:color="#333333" loext:opacity="100%" fo:font-weight="bold" officeooo:rsid="026544ec" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
||||||
@ -1353,20 +1345,20 @@
|
|||||||
<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="P17"><text:placeholder text:placeholder-type="text"><for each="maintenance in records"></text:placeholder></text:p>
|
<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="P50"><text:placeholder text:placeholder-type="text"><choose test=""></text:placeholder></text:p>
|
<text:p text:style-name="P52"><text:placeholder text:placeholder-type="text"><choose test=""></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P55"><text:placeholder text:placeholder-type="text"><when test="maintenance.maintenance_type == 'initial"></text:placeholder></text:p>
|
<text:p text:style-name="P50"><text:placeholder text:placeholder-type="text"><when test="maintenance.maintenance_type == 'initial'"></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P53">REGISTRO DE MANTENIMIENTO PREVENTIVO</text:p>
|
<text:p text:style-name="P41">REGISTRO DE MANTENIMIENTO PREVENTIVO</text:p>
|
||||||
<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></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P47"><text:placeholder text:placeholder-type="text"><when test="maintenance.maintenance_type == 'preventive'"></text:placeholder></text:p>
|
<text:p text:style-name="P48"><text:placeholder text:placeholder-type="text"><when test="maintenance.maintenance_type == 'preventive'"></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P40">REGISTRO DE MANTENIMIENTO PREVENTIVO</text:p>
|
<text:p text:style-name="P40">REGISTRO DE MANTENIMIENTO PREVENTIVO</text:p>
|
||||||
<text:p text:style-name="P47"><text:placeholder text:placeholder-type="text"></when></text:placeholder></text:p>
|
<text:p text:style-name="P48"><text:placeholder text:placeholder-type="text"></when></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P47"><text:placeholder text:placeholder-type="text"><when test="maintenance.maintenance_type == 'corrective'"></text:placeholder></text:p>
|
<text:p text:style-name="P48"><text:placeholder text:placeholder-type="text"><when test="maintenance.maintenance_type == 'corrective'"></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P43">REGISTRO DE MANTENIMIENTO CORRECTIVO</text:p>
|
<text:p text:style-name="P44">REGISTRO DE MANTENIMIENTO CORRECTIVO</text:p>
|
||||||
<text:p text:style-name="P47"><text:placeholder text:placeholder-type="text"></when></text:placeholder></text:p>
|
<text:p text:style-name="P48"><text:placeholder text:placeholder-type="text"></when></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P44"><text:placeholder text:placeholder-type="text"></choose></text:placeholder></text:p>
|
<text:p text:style-name="P45"><text:placeholder text:placeholder-type="text"></choose></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P38"><text:span text:style-name="T32">Fecha</text:span><text:span text:style-name="T22"> </text:span><text:span text:style-name="T27"><text:placeholder text:placeholder-type="text" text:description="format_datetime(datetime.datetime.now(),user.language, '%25B %25d ,%25Y %25H:%25M%25p', maintenance.company.timezone)"><format_datetime(datetime.datetime.now(),user.language, '%b/%d/%Y', maintenance.company.timezone)></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P38"><text:span text:style-name="T32">Fecha</text:span><text:span text:style-name="T22"> </text:span><text:span text:style-name="T27"><text:placeholder text:placeholder-type="text" text:description="format_datetime(datetime.datetime.now(),user.language, '%25B %25d ,%25Y %25H:%25M%25p', maintenance.company.timezone)"><format_datetime(datetime.datetime.now(),user.language, '%b/%d/%Y', maintenance.company.timezone)></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P38"><text:span text:style-name="T31">Consecutivo</text:span> <text:span text:style-name="T33"><text:placeholder text:placeholder-type="text"><maintenance.code></text:placeholder></text:span></text:p>
|
<text:p text:style-name="P38"><text:span text:style-name="T31">Consecutivo</text:span> <text:span text:style-name="T33"><text:placeholder text:placeholder-type="text"><maintenance.code></text:placeholder></text:span></text:p>
|
||||||
<text:p text:style-name="P51"/>
|
<text:p text:style-name="P53"/>
|
||||||
<text:p text:style-name="P39"><text:span text:style-name="T23">INFORMACIÓN</text:span><text:span text:style-name="T29"> </text:span><text:span text:style-name="T23">DEL</text:span><text:span text:style-name="T30"> </text:span><text:span text:style-name="T23">PROPIETARIO</text:span></text:p>
|
<text:p text:style-name="P39"><text:span text:style-name="T23">INFORMACIÓN</text:span><text:span text:style-name="T29"> </text:span><text:span text:style-name="T23">DEL</text:span><text:span text:style-name="T30"> </text:span><text:span text:style-name="T23">PROPIETARIO</text:span></text:p>
|
||||||
<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"/>
|
||||||
@ -1405,7 +1397,7 @@
|
|||||||
</table:table>
|
</table:table>
|
||||||
<text:p text:style-name="P30"/>
|
<text:p text:style-name="P30"/>
|
||||||
<text:p text:style-name="P20"/>
|
<text:p text:style-name="P20"/>
|
||||||
<text:p text:style-name="P50"><text:placeholder text:placeholder-type="text"><choose test=""></text:placeholder></text:p>
|
<text:p text:style-name="P52"><text:placeholder text:placeholder-type="text"><choose test=""></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P18">Trabajo Realizado</text:p>
|
<text:p text:style-name="P18">Trabajo Realizado</text:p>
|
||||||
<text:p text:style-name="P18"><text:soft-page-break/></text:p>
|
<text:p text:style-name="P18"><text:soft-page-break/></text:p>
|
||||||
<table:table table:name="Tabla5" table:style-name="Tabla5">
|
<table:table table:name="Tabla5" table:style-name="Tabla5">
|
||||||
@ -1460,52 +1452,52 @@
|
|||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
</table:table-row>
|
</table:table-row>
|
||||||
</table:table>
|
</table:table>
|
||||||
<text:p text:style-name="P45"/>
|
<text:p text:style-name="P46"/>
|
||||||
<text:p text:style-name="P48"><text:placeholder text:placeholder-type="text"><when test="maintenance.maintenance_type == 'corrective'"></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="P46">Trabajo Realizado</text:p>
|
<text:p text:style-name="P47">Trabajo Realizado</text:p>
|
||||||
<table:table table:name="Tabla1" table:style-name="Tabla1">
|
<table:table table:name="Tabla1" table:style-name="Tabla1">
|
||||||
<table:table-column table:style-name="Tabla1.A"/>
|
<table:table-column table:style-name="Tabla1.A"/>
|
||||||
<table:table-column table:style-name="Tabla1.B"/>
|
<table:table-column table:style-name="Tabla1.B"/>
|
||||||
<table:table-column table:style-name="Tabla1.C"/>
|
<table:table-column table:style-name="Tabla1.C"/>
|
||||||
<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="P41">Repuesto</text:p>
|
<text:p text:style-name="P42">Repuesto</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="Tabla1.A1" office:value-type="string">
|
||||||
<text:p text:style-name="P42">Actividad de Mantenimiento</text:p>
|
<text:p text:style-name="P43">Actividad 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="Tabla1.C1" office:value-type="string">
|
||||||
<text:p text:style-name="P42">Descripción</text:p>
|
<text:p text:style-name="P43">Descripción</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="3" office:value-type="string">
|
<table:table-cell table:style-name="Tabla1.A2" table:number-columns-spanned="3" office:value-type="string">
|
||||||
<text:p text:style-name="P49"><text:placeholder text:placeholder-type="text"><for each="line in maintenance.maintenance_lines"></text:placeholder></text:p>
|
<text:p text:style-name="P51"><text:placeholder text:placeholder-type="text"><for each="line in maintenance.maintenance_lines"></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: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="Tabla1.A3" office:value-type="string">
|
||||||
<text:p text:style-name="P49"><text:placeholder text:placeholder-type="text"><"X" if line.line_replace else ""></text:placeholder></text:p>
|
<text:p text:style-name="P51"><text:placeholder text:placeholder-type="text"><"X" if line.line_replace else ""></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla1.A3" office:value-type="string">
|
<table:table-cell table:style-name="Tabla1.A3" office:value-type="string">
|
||||||
<text:p text:style-name="P49"><text:placeholder text:placeholder-type="text"><"X" if line.line_maintenance_activity else ""></text:placeholder></text:p>
|
<text:p text:style-name="P51"><text:placeholder text:placeholder-type="text"><"X" if line.line_maintenance_activity else ""></text:placeholder></text:p>
|
||||||
</table:table-cell>
|
</table:table-cell>
|
||||||
<table:table-cell table:style-name="Tabla1.A2" office:value-type="string">
|
<table:table-cell table:style-name="Tabla1.A2" office:value-type="string">
|
||||||
<text:p text:style-name="P49"><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"><line.maintenance_activity.name if line.line_maintenance_activity else line.replacement.name></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="Tabla1.A2" table:number-columns-spanned="3" office:value-type="string">
|
<table:table-cell table:style-name="Tabla1.A2" table:number-columns-spanned="3" office:value-type="string">
|
||||||
<text:p text:style-name="P49"><text:placeholder text:placeholder-type="text"></for></text:placeholder></text:p>
|
<text:p text:style-name="P51"><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:table-row>
|
</table:table-row>
|
||||||
</table:table>
|
</table:table>
|
||||||
<text:p text:style-name="P47"><text:placeholder text:placeholder-type="text"></when></text:placeholder></text:p>
|
<text:p text:style-name="P48"><text:placeholder text:placeholder-type="text"></when></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P44"><text:placeholder text:placeholder-type="text"></choose></text:placeholder></text:p>
|
<text:p text:style-name="P45"><text:placeholder text:placeholder-type="text"></choose></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P19">Observaciones</text:p>
|
<text:p text:style-name="P19">Observaciones</text:p>
|
||||||
<text:p text:style-name="P32"><text:placeholder text:placeholder-type="text"><maintenance.description_activity></text:placeholder></text:p>
|
<text:p text:style-name="P32"><text:placeholder text:placeholder-type="text"><maintenance.description_activity></text:placeholder></text:p>
|
||||||
<text:p text:style-name="P32"/>
|
<text:p text:style-name="P32"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user