diff --git a/report/Service.fodt b/report/Service.fodt index 190ef90..da8c53c 100644 --- a/report/Service.fodt +++ b/report/Service.fodt @@ -1,10 +1,10 @@ - 2022-11-03T17:09:30.5000787642023-12-05T18:28:47.895632483PT5H2M48S99LibreOffice/7.5.8.2$Linux_X86_64 LibreOffice_project/50$Build-2 + 2022-11-03T17:09:30.5000787642023-12-06T15:52:44.452656605PT5H12M28S106LibreOffice/7.5.8.2$Linux_X86_64 LibreOffice_project/50$Build-2 - 7 + 1261 0 35003 16425 @@ -13,12 +13,12 @@ view2 - 8707 - 9070 + 14441 + 9486 0 - 7 + 1261 35001 - 16431 + 17685 0 1 false @@ -73,7 +73,7 @@ true true false - 3434607 + 3563221 true false false @@ -160,7 +160,7 @@ - + @@ -341,10 +341,10 @@ - + - + @@ -353,10 +353,10 @@ - + - + @@ -584,245 +584,253 @@ - + + + + + - - - - - + - + - + - + - - - + + + - + - + - + - + - + - + - + - - - + + + - + + + + + - + - - - - + - - + - + - - + + - + - - + + - + - + - + - - + + - + - + - + - + - - + + - - + + - + - - + + - + - + - + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - + - + + + + + + + + + - - - - - - - - - + - - + + + + + + + + + + @@ -986,7 +994,7 @@ - + @@ -1004,7 +1012,7 @@ - + /9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoM DAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsN FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAAR @@ -1555,7 +1563,7 @@ - + @@ -1567,41 +1575,41 @@ <for each="maintenance in records"> - <for each="line in maintenance.lines"> - <choose test=""> - <when test="line.maintenance_type == 'initial'"> - REGISTRO DE MANTENIMIENTO INICIAL - </when> - <when test="line.maintenance_type == 'preventive'"> - REGISTRO DE MANTENIMIENTO PREVENTIVO - </when> - <when test="line.maintenance_type == 'corrective'"> - REGISTRO DE MANTENIMIENTO CORRECTIVO - </when> - </choose> - Fecha <maintenance.estimated_agended.date()> - Consecutivo <line.code> - - INFORMACIÓN DEL PROPIETARIO + <for each="line in maintenance.lines"> + <choose test=""> + <when test="line.maintenance_type == 'initial'"> + REGISTRO DE MANTENIMIENTO INICIAL + </when> + <when test="line.maintenance_type == 'preventive'"> + REGISTRO DE MANTENIMIENTO PREVENTIVO + </when> + <when test="line.maintenance_type == 'corrective'"> + REGISTRO DE MANTENIMIENTO CORRECTIVO + </when> + </choose> + Fecha <maintenance.estimated_agended.date()> + Consecutivo <line.code> + + INFORMACIÓN DEL PROPIETARIO - Nombre / Razón Social: <line.propietary.name> - Ciudad: <line.propietary_address.subdivision_municipality.name> - Teléfono: <line.propietary.phone> - Movil: <line.propietary.mobile> + Nombre / Razón Social: <line.propietary.name> + Ciudad: <line.propietary_address.subdivision_municipality.name> + Teléfono: <line.propietary.phone> + Movil: <line.propietary.mobile> - Tipo Documento: <"NIT" if line.propietary.tax_identifier.type=="31" else "CC"> - Documento: <line.propietary.tax_identifier.code> - Dirección: <line.propietary_address.street> + Tipo Documento: <"NIT" if line.propietary.tax_identifier.type=="31" else "CC"> + Documento: <line.propietary.tax_identifier.code> + Dirección: <line.propietary_address.street> - - INFORMACIÓN DEL DISPOSITIVO + + INFORMACIÓN DEL DISPOSITIVO @@ -1618,134 +1626,134 @@ - <choose test=""> - <when test="line.maintenance_type == 'preventive' or line.maintenance_type == 'initial'"> + <choose test=""> + <when test="line.maintenance_type == 'preventive' or line.maintenance_type == 'initial'"> - Verificación inicial de funcionamiento: + Verificación inicial de funcionamiento: - <"SI APLICA" if line.initial_operation else "NO APLICA"> + <"SI APLICA" if line.initial_operation else "NO APLICA"> - Revisión del Equipo: + Revisión del Equipo: - <"SI APLICA" if line.check_equipment else "NO APLICA"> + <"SI APLICA" if line.check_equipment else "NO APLICA"> + + + + + Revisión del sistema eléctrico: + + + <"SI APLICA" if line.check_electric_system else "NO APLICA"> - Revisión del sistema eléctrico: + Limpieza interior y exterior: - <"SI APLICA" if line.check_electric_system else "NO APLICA"> + <"SI APLICA" if line.clean_int_ext else "NO APLICA"> - Limpieza interior y exterior: + Limpieza de lentes y espejos: - <"SI APLICA" if line.clean_int_ext else "NO APLICA"> + <"SI APLICA" if line.clean_eyes else "NO APLICA"> - Limpieza de lentes y espejos: + Verificar Calibración: - <"SI APLICA" if line.clean_eyes else "NO APLICA"> - - - - - Verificar Calibración: - - - <"SI APLICA" if line.check_calibration else "NO APLICA"> + <"SI APLICA" if line.check_calibration else "NO APLICA"> - - </when> - <when test="line.maintenance_type == 'corrective'"> - Trabajo Realizado + </when> + <when test="line.maintenance_type == 'corrective'"> + Trabajo Realizado - Repuesto + Repuesto - Actividad de Mantenimiento + Actividad de Mantenimiento - Descripción + Descripción - <for each="line_maintenance in line.maintenance_lines"> + <for each="line_maintenance in line.maintenance_lines"> - <"X" if line_maintenance.line_replace else ""> + <"X" if line_maintenance.line_replace else ""> - <"X" if line_maintenance.line_maintenance_activity else ""> + <"X" if line_maintenance.line_maintenance_activity else ""> - <line_maintenance.maintenance_activity.name if line.line_maintenance_activity else line.replacement.name> + <line_maintenance.maintenance_activity.name if line.line_maintenance_activity else line.replacement.name> - </for> + </for> - </when> - </choose> - <choose test=""> - <when test="line.equipment.product.preventive_activities"> + </when> + </choose> + <choose test=""> + <when test="line.equipment.product.preventive_activities"> Actividades Realizadas: - <for each="description in (line.equipment.product.preventive_activities or '').split('\n')"> - <description> - </for> - </when> - </choose> + <for each="description in (line.equipment.product.preventive_activities or '').split('\n')"> + <description> + </for> + </when> + </choose> Observaciones: - <line.description_activity> - Fecha del próximo mantenimiento <str(line.next_maintenance)[0:11]> - - + <line.description_activity> + Fecha del próximo mantenimiento <str(line.next_maintenance)[0:11]> + + + - <if test="line.technician_signature"> - + <if test="line.technician_signature"> + - + Texto 1: - </if> + </if> @@ -1753,7 +1761,7 @@ - <line.technician_responsible> + <line.technician_responsible> RECIBIDO A SATISFACCION @@ -1768,10 +1776,11 @@ - </for> - </for> - - + + + + </for> + </for> \ No newline at end of file