add etiqueta envio maquina model and show in tarea card

This commit is contained in:
amazuecos
2025-05-05 08:27:01 +02:00
parent b4dfdfa101
commit 1c581db4cf
7 changed files with 52 additions and 6 deletions

View File

@ -42,6 +42,7 @@ class Maquina extends \CodeIgniter\Entity\Entity
"updated_at" => null,
"user_created_id" => 0,
"user_updated_id" => 0,
"etiqueta_envio" => false
];
protected $casts = [
"is_padre" => "boolean",
@ -57,6 +58,7 @@ class Maquina extends \CodeIgniter\Entity\Entity
"duracion_jornada" => "int",
"orden_planning" => "int",
"is_rotativa" => "boolean",
"etiqueta_envio" => "boolean",
"precio_tinta_negro" => "float",
"is_inkjet" => "boolean",
"precio_tinta_color" => "float",