From 34a902fdff7ee46e6f02e516dec163376db3534f Mon Sep 17 00:00:00 2001 From: Shiro-Nek0 Date: Sat, 21 Mar 2026 02:46:46 -0300 Subject: [PATCH] editar rendicion fix --- README.md | 2 +- templates/macros/modals.html | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9bb7641..d360096 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ services: ``` # TODO general: +- hacer que trabajador acompañante solo muestre trabajadores en el mismo modulo - separar productos para tiendas - limpiar requirements.txt -- hacer que trabajador acompañante solo muestre trabajadores en el mismo modulo - hacer placeholders funcionales (si dice 0 que el sistema lea 0 no null) - mostrar rendiciones antiguas - hacer como un hub del trabajador qu permita ver antiguos y crear uno nuevo diff --git a/templates/macros/modals.html b/templates/macros/modals.html index 6d9731f..5bbae75 100644 --- a/templates/macros/modals.html +++ b/templates/macros/modals.html @@ -300,7 +300,7 @@ @@ -308,7 +308,7 @@ @@ -317,7 +317,7 @@ @@ -339,22 +339,22 @@ -
+
$ - +
-
+
$ - +
- {% set total_declarado_actual = (rendicion[5] or 0) + (rendicion[6] or 0) + (rendicion[7] or 0) %} + {% set total_declarado_actual = (rendicion[5] or 0) + (rendicion[6] or 0) + (rendicion[7] or 0) + (rendicion[8] or 0) %}
Total Declarado (Original): @@ -370,12 +370,12 @@
$ - +
- +