corregidas direfencias en totales presupuestos. tiradas alternativas ok. corregido calculo envio base

This commit is contained in:
2025-02-04 20:31:04 +01:00
parent 430cf0fd6c
commit 2149796cbb
18 changed files with 568 additions and 431 deletions

View File

@ -15,6 +15,8 @@ class PresupuestoAcabadosEntity extends \CodeIgniter\Entity\Entity
"tarifa_acabado_id" => null,
"proveedor_id" => null,
"precio_unidad" => null,
"importe_minimo" => null,
"importe_fijo" => null,
"precio_total" => null,
"margen" => null,
"cubierta" => null,
@ -28,7 +30,8 @@ class PresupuestoAcabadosEntity extends \CodeIgniter\Entity\Entity
"tarifa_acabado_id" => "int",
"proveedor_id" => "int",
"precio_unidad" => "float",
"precio_total" => "float",
"importe_minimo" => "float",
"importe_fijo" => "float",
"margen" => "float",
"cubierta" => "int",
"sobrecubierta" => "int",