terminado resumenes + bugs

This commit is contained in:
Jaime Jiménez
2024-01-08 14:30:17 +01:00
parent 3fde88d15d
commit a825fd53ff
9 changed files with 90 additions and 64 deletions

View File

@ -176,6 +176,7 @@ class PresupuestoEntity extends \CodeIgniter\Entity\Entity
"total_margenes" => null,
"total_antes_descuento" => null,
"total_descuento" => null,
"total_descuentoPercent" => null,
"total_presupuesto" => null,
"total_precio_unidad" => null,
];
@ -318,6 +319,7 @@ class PresupuestoEntity extends \CodeIgniter\Entity\Entity
"total_margenes" => "?float",
"total_antes_descuento" => "?float",
"total_descuento" => "?float",
"total_descuentoPercent" => "?float",
"total_presupuesto" => "?float",
"total_precio_unidad" => "?float",
];