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:
@ -40,28 +40,20 @@ class ClienteModel extends \App\Models\GoBaseModel
|
||||
"vencimiento",
|
||||
"fecha_vencimiento",
|
||||
"margen",
|
||||
"margen_pod",
|
||||
"descuento",
|
||||
"limite_credito",
|
||||
"limite_credito_user_id",
|
||||
"limite_credito_change_at",
|
||||
"credito_solunion",
|
||||
"credito_asegurado",
|
||||
"ccc",
|
||||
"ccc_cliente",
|
||||
"num_cuenta",
|
||||
"disponible_fe",
|
||||
"message_tracking",
|
||||
"message_production_start",
|
||||
"tirada_flexible",
|
||||
"descuento_tirada_flexible",
|
||||
"comentarios_tirada_flexible",
|
||||
"saturacion",
|
||||
"tienda_id",
|
||||
"margen_plantilla_id",
|
||||
"comentarios_produccion",
|
||||
"ps_customer_id",
|
||||
"lineasEnvioFactura",
|
||||
"comentarios",
|
||||
"is_deleted",
|
||||
"deleted_at",
|
||||
@ -99,10 +91,6 @@ class ClienteModel extends \App\Models\GoBaseModel
|
||||
"label" => "Clientes.comentarios",
|
||||
"rules" => "trim|max_length[16313]",
|
||||
],
|
||||
"comentarios_produccion" => [
|
||||
"label" => "Clientes.comentariosProduccion",
|
||||
"rules" => "trim|max_length[16313]",
|
||||
],
|
||||
"comentarios_tirada_flexible" => [
|
||||
"label" => "Clientes.comentariosTiradaFlexible",
|
||||
"rules" => "trim|required|max_length[16313]",
|
||||
@ -111,10 +99,6 @@ class ClienteModel extends \App\Models\GoBaseModel
|
||||
"label" => "Clientes.cp",
|
||||
"rules" => "trim|max_length[10]",
|
||||
],
|
||||
"credito_solunion" => [
|
||||
"label" => "Clientes.creditoSolunion",
|
||||
"rules" => "trim|max_length[100]",
|
||||
],
|
||||
"descuento" => [
|
||||
"label" => "Clientes.descuento",
|
||||
"rules" => "required|decimal",
|
||||
@ -159,10 +143,6 @@ class ClienteModel extends \App\Models\GoBaseModel
|
||||
"label" => "Clientes.margenPlantillaId",
|
||||
"rules" => "integer|permit_empty",
|
||||
],
|
||||
"margen_pod" => [
|
||||
"label" => "Clientes.margenPod",
|
||||
"rules" => "decimal|permit_empty",
|
||||
],
|
||||
"nombre" => [
|
||||
"label" => "Clientes.nombre",
|
||||
"rules" => "trim|required|max_length[255]",
|
||||
@ -171,22 +151,10 @@ class ClienteModel extends \App\Models\GoBaseModel
|
||||
"label" => "Clientes.numCuenta",
|
||||
"rules" => "trim|max_length[10]",
|
||||
],
|
||||
"ps_customer_id" => [
|
||||
"label" => "Clientes.psCustomerId",
|
||||
"rules" => "integer|permit_empty",
|
||||
],
|
||||
"saturacion" => [
|
||||
"label" => "Clientes.saturacion",
|
||||
"rules" => "required|decimal",
|
||||
],
|
||||
"telefono" => [
|
||||
"label" => "Clientes.telefono",
|
||||
"rules" => "trim|max_length[60]",
|
||||
],
|
||||
"tienda_id" => [
|
||||
"label" => "Clientes.tiendaId",
|
||||
"rules" => "integer|permit_empty",
|
||||
],
|
||||
"user_created_id" => [
|
||||
"label" => "Clientes.userCreatedId",
|
||||
"rules" => "required|integer",
|
||||
@ -222,9 +190,6 @@ class ClienteModel extends \App\Models\GoBaseModel
|
||||
"comentarios" => [
|
||||
"max_length" => "Clientes.validation.comentarios.max_length",
|
||||
],
|
||||
"comentarios_produccion" => [
|
||||
"max_length" => "Clientes.validation.comentarios_produccion.max_length",
|
||||
],
|
||||
"comentarios_tirada_flexible" => [
|
||||
"max_length" => "Clientes.validation.comentarios_tirada_flexible.max_length",
|
||||
"required" => "Clientes.validation.comentarios_tirada_flexible.required",
|
||||
@ -232,9 +197,6 @@ class ClienteModel extends \App\Models\GoBaseModel
|
||||
"cp" => [
|
||||
"max_length" => "Clientes.validation.cp.max_length",
|
||||
],
|
||||
"credito_solunion" => [
|
||||
"max_length" => "Clientes.validation.credito_solunion.max_length",
|
||||
],
|
||||
"descuento" => [
|
||||
"decimal" => "Clientes.validation.descuento.decimal",
|
||||
"required" => "Clientes.validation.descuento.required",
|
||||
@ -276,9 +238,6 @@ class ClienteModel extends \App\Models\GoBaseModel
|
||||
"margen_plantilla_id" => [
|
||||
"integer" => "Clientes.validation.margen_plantilla_id.integer",
|
||||
],
|
||||
"margen_pod" => [
|
||||
"decimal" => "Clientes.validation.margen_pod.decimal",
|
||||
],
|
||||
"nombre" => [
|
||||
"max_length" => "Clientes.validation.nombre.max_length",
|
||||
"required" => "Clientes.validation.nombre.required",
|
||||
@ -286,13 +245,6 @@ class ClienteModel extends \App\Models\GoBaseModel
|
||||
"num_cuenta" => [
|
||||
"max_length" => "Clientes.validation.num_cuenta.max_length",
|
||||
],
|
||||
"ps_customer_id" => [
|
||||
"integer" => "Clientes.validation.ps_customer_id.integer",
|
||||
],
|
||||
"saturacion" => [
|
||||
"decimal" => "Clientes.validation.saturacion.decimal",
|
||||
"required" => "Clientes.validation.saturacion.required",
|
||||
],
|
||||
"telefono" => [
|
||||
"max_length" => "Clientes.validation.telefono.max_length",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user