mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Reubicados los campos del formulario de clientes
This commit is contained in:
@ -24,28 +24,20 @@ class ClienteEntity extends \CodeIgniter\Entity\Entity
|
||||
"vencimiento" => 15,
|
||||
"fecha_vencimiento" => null,
|
||||
"margen" => 40.0,
|
||||
"margen_pod" => null,
|
||||
"descuento" => 0.0,
|
||||
"limite_credito" => 0.0,
|
||||
"limite_credito_user_id" => 1,
|
||||
"limite_credito_change_at" => null,
|
||||
"credito_solunion" => null,
|
||||
"credito_asegurado" => false,
|
||||
"ccc" => null,
|
||||
"ccc_cliente" => null,
|
||||
"num_cuenta" => null,
|
||||
"disponible_fe" => false,
|
||||
"message_tracking" => true,
|
||||
"message_production_start" => true,
|
||||
"tirada_flexible" => false,
|
||||
"descuento_tirada_flexible" => 20.0,
|
||||
"comentarios_tirada_flexible" => null,
|
||||
"saturacion" => 100.0,
|
||||
"tienda_id" => null,
|
||||
"margen_plantilla_id" => null,
|
||||
"comentarios_produccion" => null,
|
||||
"ps_customer_id" => null,
|
||||
"lineasEnvioFactura" => true,
|
||||
"comentarios" => null,
|
||||
"is_deleted" => 0,
|
||||
"deleted_at" => null,
|
||||
@ -63,21 +55,15 @@ class ClienteEntity extends \CodeIgniter\Entity\Entity
|
||||
"forma_pago_id" => "?int",
|
||||
"vencimiento" => "int",
|
||||
"margen" => "float",
|
||||
"margen_pod" => "?float",
|
||||
"descuento" => "float",
|
||||
"limite_credito" => "float",
|
||||
"limite_credito_user_id" => "int",
|
||||
"credito_asegurado" => "?boolean",
|
||||
"disponible_fe" => "boolean",
|
||||
"message_tracking" => "boolean",
|
||||
"message_production_start" => "boolean",
|
||||
"tirada_flexible" => "boolean",
|
||||
"descuento_tirada_flexible" => "float",
|
||||
"saturacion" => "float",
|
||||
"tienda_id" => "?int",
|
||||
"margen_plantilla_id" => "?int",
|
||||
"ps_customer_id" => "?int",
|
||||
"lineasEnvioFactura" => "boolean",
|
||||
"is_deleted" => "int",
|
||||
"user_created_id" => "int",
|
||||
"user_update_id" => "int",
|
||||
|
||||
Reference in New Issue
Block a user