modificacion hecha

This commit is contained in:
Jaime Jiménez
2024-01-07 20:19:54 +01:00
parent 2f5c205902
commit 55f26c85b8
21 changed files with 537 additions and 107 deletions

View File

@ -23,7 +23,7 @@ class Maquina extends \CodeIgniter\Entity\Entity
"orden_planning" => 1,
"is_rotativa" => false,
"precio_tinta_negro" => 0.0,
"is_tinta" => false,
"is_inkjet" => false,
"precio_tinta_color" => 0.0,
"velocidad_corte" => 0.0,
"precio_hora_corte" => 0.0,
@ -52,7 +52,7 @@ class Maquina extends \CodeIgniter\Entity\Entity
"orden_planning" => "int",
"is_rotativa" => "boolean",
"precio_tinta_negro" => "float",
"is_tinta" => "boolean",
"is_inkjet" => "boolean",
"precio_tinta_color" => "float",
"velocidad_corte" => "float",
"precio_hora_corte" => "float",

View File

@ -19,6 +19,7 @@ class PapelImpresion extends \CodeIgniter\Entity\Entity
"color" => true,
"cubierta" => false,
"sobrecubierta" => false,
"inkjet" => false,
"rotativa" => false,
"is_deleted" => 0,
"created_at" => null,