diff --git a/report/CVS_Equipments.fodt b/report/CVS_Equipments.fodt index aa7e920..838d02c 100644 --- a/report/CVS_Equipments.fodt +++ b/report/CVS_Equipments.fodt @@ -1,10 +1,10 @@ - 2022-10-25T06:02:43.8293012812023-05-14T23:00:14.520420251PT7H30M1S114LibreOffice/7.4.6.2$Linux_X86_64 LibreOffice_project/40$Build-2 + 2022-10-25T06:02:43.8293012812023-05-14T23:03:39.044418588PT7H30M54S115LibreOffice/7.4.6.2$Linux_X86_64 LibreOffice_project/40$Build-2 - 18598 + 9220 0 35003 15688 @@ -13,12 +13,12 @@ view2 - 22744 - 14106 + 17597 + 17436 0 - 18598 + 9220 35001 - 34285 + 24906 0 1 false @@ -91,7 +91,7 @@ true true - 2711397 + 2747784 true false @@ -159,7 +159,7 @@ - + @@ -661,170 +661,170 @@ - + + + + + + + + + + + + - + - + - + - - - - - - - - - - - - - + - + - + - - + + - - + + - + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1575,7 +1575,7 @@ - <for each="maintenance in records"> + <for each="maintenance in records"> <for each="equipment in maintenance.lines"> HOJA DE VIDA DISPOSITIVOS BIOMEDICOS @@ -1583,14 +1583,14 @@ - Fecha de generación: <format_datetime(datetime.datetime.now(),user.language, '%b/%d/%Y', equipment.company.timezone)> + Fecha de generación: <format_datetime(datetime.datetime.now(),user.language, '%b/%d/%Y', equipment.company.timezone)> Código Equipo: <equipment.equipment.code> - + INFORMACIÓN DEL PROPIETARIO @@ -1609,8 +1609,8 @@ - - INFORMACIÓN DEL DISPOSITIVO + + INFORMACIÓN DEL DISPOSITIVO @@ -1627,20 +1627,20 @@ Serial: <equipment.equipment.serial> - <choose test=""> - <when test="equipment.product.risk == 'uno'"> - Clase de Riesgo: I - </when> - <when test="equipment.product.risk == 'dosA'"> - Clase de Riesgo: IIA - </when> - <when test="equipment.product.risk == 'dosB'"> - Clase de Riesgo: IIB - </when> - <otherwise test=""> - Clase de Riesgo: No Aplíca - </otherwise> - </choose> + <choose test=""> + <when test="equipment.equipment.product.risk == 'uno'"> + Clase de Riesgo: I + </when> + <when test="equipment.equipment.product.risk == 'dosA'"> + Clase de Riesgo: IIA + </when> + <when test="equipment.equipment.product.risk == 'dosB'"> + Clase de Riesgo: IIB + </when> + <otherwise test=""> + Clase de Riesgo: No Aplíca + </otherwise> + </choose> Clase Biomédica: <equipment.equipment.biomedical_class> <choose test=""> <when test="equipment.equipment.equipment_type == 'mobiliario_optico'"> @@ -1658,7 +1658,7 @@ <otherwise test=""> Tipo: n/a </otherwise> - </choose> + </choose> <choose test=""> <when test="equipment.equipment.use == 'medico'"> Uso: Médico @@ -1678,14 +1678,14 @@ - + - CARACTERÍSTICAS TÉCNICAS + CARACTERÍSTICAS TÉCNICAS @@ -1698,7 +1698,7 @@ Peso - <str(equipment.equipment.product.weight) + " "+ equipment.equipment.product.weight_uom.symbol if equipment.equipment.product.weight else ""> + <str(equipment.equipment.product.weight) + " "+ equipment.equipment.product.weight_uom.symbol if equipment.equipment.product.weight else ""> @@ -1707,7 +1707,7 @@ Medidas - <"Longitud:" +str(equipment.equipment.product.length) + " "+ equipment.equipment.product.length_uom.symbol+" Altura: "+str(equipment.equipment.product.height) + " "+ equipment.equipment.product.height_uom.symbol + " Ancho: "+str(equipment.equipment.product.width) + " "+ equipment.equipment.product.width_uom.symbol if equipment.equipment.product.width else ""> + <"Longitud:" +str(equipment.equipment.product.length) + " "+ equipment.equipment.product.length_uom.symbol+" Altura: "+str(equipment.equipment.product.height) + " "+ equipment.equipment.product.height_uom.symbol + " Ancho: "+str(equipment.equipment.product.width) + " "+ equipment.equipment.product.width_uom.symbol if equipment.equipment.product.width else ""> @@ -1718,7 +1718,7 @@ Voltaje (VAC) - <str(equipment.equipment.product.voltageAC) + " "+ equipment.equipment.product.voltageAC_uom.symbol if equipment.equipment.product.voltageAC else "No Aplica"> + <str(equipment.equipment.product.voltageAC) + " "+ equipment.equipment.product.voltageAC_uom.symbol if equipment.equipment.product.voltageAC else "No Aplica"> @@ -1727,7 +1727,7 @@ Voltaje (VDC) - <str(equipment.equipment.product.voltageDC) + " "+ equipment.equipment.product.voltageDC_uom.symbol if equipment.equipment.product.voltageDC else "No Aplica"> + <str(equipment.equipment.product.voltageDC) + " "+ equipment.equipment.product.voltageDC_uom.symbol if equipment.equipment.product.voltageDC else "No Aplica"> @@ -1738,7 +1738,7 @@ Tem Min Uso - <str(equipment.equipment.product.temperature_min) + " "+ equipment.equipment.product.temperature_uom.symbol if equipment.equipment.product.temperature_min else ""> + <str(equipment.equipment.product.temperature_min) + " "+ equipment.equipment.product.temperature_uom.symbol if equipment.equipment.product.temperature_min else ""> @@ -1747,7 +1747,7 @@ Tem Max Uso - <str(equipment.equipment.product.temperature_max) + " "+ equipment.equipment.product.temperature_uom.symbol if equipment.equipment.product.temperature_max else ""> + <str(equipment.equipment.product.temperature_max) + " "+ equipment.equipment.product.temperature_uom.symbol if equipment.equipment.product.temperature_max else ""> @@ -1756,7 +1756,7 @@ Hum Min Uso - <str(equipment.equipment.product.moisture_min) + " "+ equipment.equipment.product.moisture_uom.symbol if equipment.equipment.product.moisture_min else ""> + <str(equipment.equipment.product.moisture_min) + " "+ equipment.equipment.product.moisture_uom.symbol if equipment.equipment.product.moisture_min else ""> @@ -1765,7 +1765,7 @@ Hum Max Uso - <str(equipment.equipment.product.moisture_max) + " "+ equipment.equipment.product.moisture_uom.symbol if equipment.equipment.product.moisture_max else ""> + <str(equipment.equipment.product.moisture_max) + " "+ equipment.equipment.product.moisture_uom.symbol if equipment.equipment.product.moisture_max else ""> @@ -1774,7 +1774,7 @@ - <"SI" if equipment.equipment.calibration else "NO"> + <"SI" if equipment.equipment.calibration else "NO"> @@ -1790,21 +1790,21 @@ - + Texto 1: - El equipo funciona cumpliendo los parámetros establecidos por el fabricante - ANTHONY STIVEN RODRIGUEZ FONSECA - INVIMA : RH-202208-01301 + El equipo funciona cumpliendo los parámetros establecidos por el fabricante + ANTHONY STIVEN RODRIGUEZ FONSECA + INVIMA : RH-202208-01301 - - + + </for> </for>