mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
corregidas direfencias en totales presupuestos. tiradas alternativas ok. corregido calculo envio base
This commit is contained in:
@ -15,6 +15,8 @@ class PresupuestoAcabadosEntity extends \CodeIgniter\Entity\Entity
|
||||
"tarifa_acabado_id" => null,
|
||||
"proveedor_id" => null,
|
||||
"precio_unidad" => null,
|
||||
"importe_minimo" => null,
|
||||
"importe_fijo" => null,
|
||||
"precio_total" => null,
|
||||
"margen" => null,
|
||||
"cubierta" => null,
|
||||
@ -28,7 +30,8 @@ class PresupuestoAcabadosEntity extends \CodeIgniter\Entity\Entity
|
||||
"tarifa_acabado_id" => "int",
|
||||
"proveedor_id" => "int",
|
||||
"precio_unidad" => "float",
|
||||
"precio_total" => "float",
|
||||
"importe_minimo" => "float",
|
||||
"importe_fijo" => "float",
|
||||
"margen" => "float",
|
||||
"cubierta" => "int",
|
||||
"sobrecubierta" => "int",
|
||||
|
||||
Reference in New Issue
Block a user