diff --git a/lims_management/__manifest__.py b/lims_management/__manifest__.py index 446edb0..0dfb2cc 100644 --- a/lims_management/__manifest__.py +++ b/lims_management/__manifest__.py @@ -39,6 +39,8 @@ 'views/product_template_parameter_views.xml', 'views/parameter_range_views.xml', 'views/analysis_parameter_views.xml', + 'views/product_template_parameter_config_views.xml', + 'views/parameter_dashboard_views.xml', ], 'demo': [ 'demo/z_lims_demo.xml', diff --git a/lims_management/views/parameter_dashboard_views.xml b/lims_management/views/parameter_dashboard_views.xml new file mode 100644 index 0000000..2cd93fe --- /dev/null +++ b/lims_management/views/parameter_dashboard_views.xml @@ -0,0 +1,172 @@ + + + + + lims.analysis.parameter.kanban + lims.analysis.parameter + + + + + + + + + + +
+
+
+ + - + +
+
+
+
+ Tipo: + +
+
+ Unidad: + +
+
+
+
+ Archivado +
+
+ + análisis +
+
+
+
+
+
+
+
+ + + + product.template.parameter.graph + product.template.parameter + + + + + + + + + + + Panel de Parámetros + lims.analysis.parameter + kanban,list,form + + {'search_default_active': 1} + +

+ No hay parámetros configurados +

+

+ Configure los parámetros que se utilizarán en los análisis clínicos. + Cada parámetro puede tener múltiples rangos de referencia según + las características del paciente. +

+
+
+ + + + Estadísticas de Parámetros + product.template.parameter + graph,pivot,list + +

+ Visualización estadística del uso de parámetros en los diferentes análisis. +

+
+
+ + + + lims.config.summary.form + res.config.settings + primary + + + +
+
+

Estadísticas de Configuración

+
+
+
+
+

Parámetros

+

Total configurados

+
+
+
+
+
+
+

Rangos

+

Rangos de referencia

+
+
+
+
+
+
+

Análisis

+

Con parámetros

+
+
+
+
+
+
+

Estadísticas

+

Uso de parámetros

+
+
+
+
+
+
+
+ + + + + +
\ No newline at end of file diff --git a/lims_management/views/product_template_parameter_config_views.xml b/lims_management/views/product_template_parameter_config_views.xml new file mode 100644 index 0000000..ba1e13e --- /dev/null +++ b/lims_management/views/product_template_parameter_config_views.xml @@ -0,0 +1,129 @@ + + + + + product.template.parameter.config.form + product.template.parameter + +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + product.template.parameter.config.list + product.template.parameter + + + + + + + + + + + + + + + + product.template.parameter.config.search + product.template.parameter + + + + + + + + + + + + + + + + + + + + + + + + + + product.template.parameter.pivot + product.template.parameter + + + + + + + + + + + + Configuración Parámetros-Análisis + product.template.parameter + list,form,pivot + + +

+ Configurar parámetros en análisis +

+

+ Esta vista muestra la configuración de qué parámetros + están incluidos en cada análisis clínico. +

+
+
+ + + +
\ No newline at end of file