paginas por cuadernillo añadido a presupuesto comercial

This commit is contained in:
2024-08-23 13:44:24 +02:00
parent 50334186f2
commit b9f28c5ee8
8 changed files with 129 additions and 29 deletions

View File

@ -11,6 +11,7 @@ class PresupuestoEncuadernacionesEntity extends \CodeIgniter\Entity\Entity
"tarifa_encuadernado_id" => null,
"proveedor_id" => null,
"precio_unidad" => null,
"paginas_por_cuadernillo" => null,
"tiempo" => null,
"precio_total" => null,
"margen" => null,
@ -22,6 +23,7 @@ class PresupuestoEncuadernacionesEntity extends \CodeIgniter\Entity\Entity
"tarifa_encuadernado_id" => "int",
"proveedor_id" => "int",
"precio_unidad" => "float",
"paginas_por_cuadernillo" => "int",
"tiempo" => "float",
"precio_total" => "float",
"margen" => "float",