finalizado servicios encuadernado

This commit is contained in:
2023-11-28 12:08:27 +01:00
parent 37bd5fbd44
commit a5a2181faa
17 changed files with 489 additions and 95 deletions

View File

@ -12,6 +12,8 @@ class TarifaEncuadernacionEntity extends \CodeIgniter\Entity\Entity
"precio_min" => 0,
"importe_fijo" => 0,
"mostrar_en_presupuesto" => 1,
"tipo_encuadernacion" => 0,
"servicio_encuadernacion" => 0,
"user_created_id" => 0,
"user_updated_id" => 0,
"is_deleted" => 0,
@ -23,6 +25,8 @@ class TarifaEncuadernacionEntity extends \CodeIgniter\Entity\Entity
"precio_min" => "float",
"importe_fijo" => "float",
"mostrar_en_presupuesto" => "int",
"tipo_encuadernacion" => "int",
"servicio_encuadernacion" => "int",
"user_created_id" => "int",
"user_updated_id" => "int",
"is_deleted" => "int",