diff --git a/report/Maintenance_Service.fodt b/report/Maintenance_Service.fodt index faab0fe..7a79d5e 100644 --- a/report/Maintenance_Service.fodt +++ b/report/Maintenance_Service.fodt @@ -1,24 +1,24 @@ - 2022-11-03T17:09:30.5000787642023-11-28T11:27:08.556904665PT2H19M47S49LibreOffice/7.5.8.2$Linux_X86_64 LibreOffice_project/50$Build-2 + 2022-11-03T17:09:30.5000787642023-11-29T07:50:36.734392461PT2H21M14S51LibreOffice/7.5.8.2$Linux_X86_64 LibreOffice_project/50$Build-2 - 69393 + 63488 0 35003 - 15688 + 16425 true false view2 - 21586 - 72498 + 8707 + 37511 0 - 69393 + 63488 35001 - 85079 + 79911 0 1 false @@ -73,7 +73,7 @@ true true false - 2638665 + 2751277 true false false @@ -321,16 +321,16 @@ - + $ - + - $ - + @@ -443,6 +443,9 @@ + + + @@ -526,239 +529,235 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -914,7 +913,7 @@ - + @@ -1499,40 +1498,40 @@ <for each="maintenance in records"> - <choose test=""> - <when test="maintenance.maintenance_type == 'initial'"> - REGISTRO DE MANTENIMIENTO INICIAL - </when> - <when test="maintenance.maintenance_type == 'preventive'"> - REGISTRO DE MANTENIMIENTO PREVENTIVO - </when> - <when test="maintenance.maintenance_type == 'corrective'"> - REGISTRO DE MANTENIMIENTO CORRECTIVO - </when> - </choose> - Fecha <format_datetime(datetime.datetime.now(),user.language, '%b/%d/%Y', maintenance.company.timezone)> - Consecutivo <maintenance.code> - - INFORMACIÓN DEL PROPIETARIO + <choose test=""> + <when test="maintenance.maintenance_type == 'initial'"> + REGISTRO DE MANTENIMIENTO INICIAL + </when> + <when test="maintenance.maintenance_type == 'preventive'"> + REGISTRO DE MANTENIMIENTO PREVENTIVO + </when> + <when test="maintenance.maintenance_type == 'corrective'"> + REGISTRO DE MANTENIMIENTO CORRECTIVO + </when> + </choose> + Fecha <format_datetime(datetime.datetime.now(),user.language, '%b/%d/%Y', maintenance.company.timezone)> + Consecutivo <maintenance.code> + + INFORMACIÓN DEL PROPIETARIO - Nombre / Razón Social: <maintenance.propietary.name> - Ciudad: <maintenance.propietary_address.subdivision_municipality.name> - Teléfono: <maintenance.propietary.phone> - Movil: <maintenance.propietary.mobile> + Nombre / Razón Social: <maintenance.propietary.name> + Ciudad: <maintenance.propietary_address.subdivision_municipality.name> + Teléfono: <maintenance.propietary.phone> + Movil: <maintenance.propietary.mobile> - Tipo Documento: <"NIT" if maintenance.propietary.tax_identifier.type=="31" else "CC"> - Documento: <maintenance.propietary.tax_identifier.code> - Dirección: <maintenance.propietary_address.street> + Tipo Documento: <"NIT" if maintenance.propietary.tax_identifier.type=="31" else "CC"> + Documento: <maintenance.propietary.tax_identifier.code> + Dirección: <maintenance.propietary_address.street> - - INFORMACIÓN DEL DISPOSITIVO + + INFORMACIÓN DEL DISPOSITIVO @@ -1549,155 +1548,155 @@ - + - <choose test=""> - <when test="maintenance.maintenance_type == 'preventive'"> + <choose test=""> + <when test="maintenance.maintenance_type == 'preventive' or maintenance.maintenance_type == 'initial'"> Trabajo Realizado - 1. Verificación inicial de funcionamiento: + 1. Verificación inicial de funcionamiento: - <"X" if maintenance.initial_operation else ""> + <"X" if maintenance.initial_operation else ""> - 2. Revisión del Equipo: + 2. Revisión del Equipo: - <"X" if maintenance.check_equipment else ""> + <"X" if maintenance.check_equipment else ""> - 3. Revisión del sistema eléctrico: + 3. Revisión del sistema eléctrico: - <"X" if maintenance.check_electric_system else ""> + <"X" if maintenance.check_electric_system else ""> - 4. Limpieza interior y exterior: + 4. Limpieza interior y exterior: - <"X" if maintenance.clean_int_ext else ""> + <"X" if maintenance.clean_int_ext else ""> - 5. Limpieza de lentes y espejos: + 5. Limpieza de lentes y espejos: - <"X" if maintenance.clean_eyes else ""> + <"X" if maintenance.clean_eyes else ""> - 6. Verificar Calibración: + 6. Verificar Calibración: - <"X" if maintenance.check_calibration else ""> + <"X" if maintenance.check_calibration else ""> - </when> - <when test="maintenance.maintenance_type == 'corrective'"> - Trabajo Realizado + </when> + <when test="maintenance.maintenance_type == 'corrective'"> + Trabajo Realizado - Repuesto + Repuesto - Actividad de Mantenimiento + Actividad de Mantenimiento - Descripción + Descripción - <for each="line in maintenance.maintenance_lines"> + <for each="line in maintenance.maintenance_lines"> - <"X" if line.line_replace else ""> + <"X" if line.line_replace else ""> - <"X" if line.line_maintenance_activity else ""> + <"X" if line.line_maintenance_activity else ""> - <line.maintenance_activity.name if line.line_maintenance_activity else line.replacement.name> - <if test="line.description"> - <for each="description in line.description.split('\n')"> - <description> - </for> - </if> - + <line.maintenance_activity.name if line.line_maintenance_activity else line.replacement.name> + <if test="line.description"> + <for each="description in line.description.split('\n')"> + <description> + </for> + </if> + - </for> + </for> - </when> - </choose> - <choose test=""> - <when test="maintenance.equipment.product.preventive_activities"> - Actividades Realizadas: - <for each="description in (maintenance.equipment.product.preventive_activities or '').split('\n')"> - <description> - </for> - </when> - </choose> + </when> + </choose> + <choose test=""> + <when test="maintenance.equipment.product.preventive_activities"> + Actividades Realizadas: + <for each="description in (maintenance.equipment.product.preventive_activities or '').split('\n')"> + <description> + </for> + </when> + </choose> Observaciones - <maintenance.description_activity> - - + <maintenance.description_activity> + + Fecha del próximo mantenimiento <str(maintenance.next_maintenance)[0:11]> - + + - <if test="maintenance.technician_signature"> - + <if test="maintenance.technician_signature"> + - + Texto 1: - </if> - <maintenance.technician_responsible> - INVIMA :<maintenance.invima> + </if> + <maintenance.technician_responsible> + INVIMA :<maintenance.invima> - + Recibido a Satisfacción: - </for> - + diff --git a/report/Service.fodt b/report/Service.fodt index aff5977..2212a7d 100644 --- a/report/Service.fodt +++ b/report/Service.fodt @@ -1,24 +1,24 @@ - 2022-11-03T17:09:30.5000787642023-11-28T08:44:57.381710837PT4H28M54S78LibreOffice/7.5.8.2$Linux_X86_64 LibreOffice_project/50$Build-2 + 2022-11-03T17:09:30.5000787642023-11-29T07:49:19.731074046PT4H29M33S79LibreOffice/7.5.8.2$Linux_X86_64 LibreOffice_project/50$Build-2 - 30379 + 11790 0 35003 - 15688 + 16425 true false view2 - 12497 - 71221 + 8707 + 24079 0 - 30379 + 11790 35001 - 46066 + 28213 0 1 false @@ -73,7 +73,7 @@ true true false - 2955950 + 3076416 true false false @@ -160,7 +160,7 @@ - + @@ -321,16 +321,16 @@ - + $ - + - $ - + @@ -629,98 +629,98 @@ - - + + - + - + - + - + - + + + + + - + - + - + - + - + - + - + - + - + - - - - - + - + - + + + + + - + - - - - - - + + @@ -867,7 +867,7 @@ - + @@ -1455,35 +1455,35 @@ <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 + <choose test=""> + <when test="line.maintenance_type == 'initial'"> + REGISTRO DE MANTENIMIENTO INICIAL </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 + <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> @@ -1505,8 +1505,8 @@ - <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'"> Trabajo Realizado @@ -1514,101 +1514,101 @@ - 1. Verificación inicial de funcionamiento: + 1. Verificación inicial de funcionamiento: - <"X" if line.initial_operation else ""> + <"X" if line.initial_operation else ""> - 2. Revisión del Equipo: + 2. Revisión del Equipo: - <"X" if line.check_equipment else ""> + <"X" if line.check_equipment else ""> - 3. Revisión del sistema eléctrico: + 3. Revisión del sistema eléctrico: - <"X" if line.check_electric_system else ""> + <"X" if line.check_electric_system else ""> - 4. Limpieza interior y exterior: + 4. Limpieza interior y exterior: - <"X" if line.clean_int_ext else ""> + <"X" if line.clean_int_ext else ""> - 5. Limpieza de lentes y espejos: + 5. Limpieza de lentes y espejos: - <"X" if line.clean_eyes else ""> + <"X" if line.clean_eyes else ""> - 6. Verificar Calibración: + 6. Verificar Calibración: - <"X" if line.check_calibration else ""> + <"X" if line.check_calibration else ""> </when> - <when test="line.maintenance_type == 'corrective'"> - Trabajo Realizado + <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> + </when> + </choose> <choose test=""> <when test="line.equipment.product.preventive_activities"> Actividades Realizadas: @@ -1616,22 +1616,22 @@ <description> </for> </when> - </choose> + </choose> Observaciones: - <line.description_activity> + <line.description_activity> Fecha del próximo mantenimiento <str(line.next_maintenance)[0:11]> <if test="line.technician_signature"> - - - - Texto 1: - - - </if> + + + + Texto 1: + + + </if> <line.technician_responsible> INVIMA :<line.invima>