mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando en totalizadores
This commit is contained in:
@ -27,6 +27,8 @@ class PresupuestoLineaEntity extends \CodeIgniter\Entity\Entity
|
||||
"tarifa_impresion_id" => null,
|
||||
"click" => null,
|
||||
"precio" => null,
|
||||
"total_papel_pedido" => null,
|
||||
"margen_papel_pedido" => null,
|
||||
"rotativa_impresion" => null,
|
||||
"rotativa_pag_color" => 0,
|
||||
"rotativa_set_values" => false,
|
||||
@ -85,6 +87,8 @@ class PresupuestoLineaEntity extends \CodeIgniter\Entity\Entity
|
||||
"tarifa_impresion_id" => "?int",
|
||||
"click" => "?float",
|
||||
"precio" => "?float",
|
||||
"total_papel_pedido" => "?float",
|
||||
"margen_papel_pedido" => "?float",
|
||||
"rotativa_pag_color" => "int",
|
||||
"rotativa_set_values" => "boolean",
|
||||
"rotativa_negro" => "float",
|
||||
|
||||
0
ci4/app/Entities/Tarifas/TarifaEncuadernacionLineaHoras.php
Normal file → Executable file
0
ci4/app/Entities/Tarifas/TarifaEncuadernacionLineaHoras.php
Normal file → Executable file
Reference in New Issue
Block a user