cargando papeles y gramaje en el comparador

This commit is contained in:
Jaime Jimenez
2023-09-20 21:45:22 +02:00
parent ba176c04c2
commit 96a2c7f985
12 changed files with 516 additions and 280 deletions

View File

@ -21,6 +21,10 @@ class PresupuestoEntity extends \CodeIgniter\Entity\Entity
"estado_id" => 1,
"inc_rei" => null,
"causa_cancelacion" => null,
"retractilado" => false,
"retractilado5" => false,
"guardas" => false,
"faja_color" => false,
"recoger_en_taller" => false,
"ferro" => false,
"ferro_digital" => false,
@ -186,6 +190,10 @@ class PresupuestoEntity extends \CodeIgniter\Entity\Entity
"catalogo_id" => "?int",
"estado_id" => "int",
"inc_rei" => "?int",
"retractilado" => "boolean",
"retractilado5" => "boolean",
"guardas" => "boolean",
"faja_color" => "boolean",
"recoger_en_taller" => "boolean",
"ferro" => "boolean",
"ferro_digital" => "boolean",