mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Añadida funcion clientes desde ozar
This commit is contained in:
233
ci4/app/Language/en/Clientes.php
Normal file
233
ci4/app/Language/en/Clientes.php
Normal file
@ -0,0 +1,233 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'alias' => 'Alias',
|
||||
'ccc' => 'Ccc',
|
||||
'cccCliente' => 'Ccc Cliente',
|
||||
'cif' => 'Cif',
|
||||
'ciudad' => 'Ciudad',
|
||||
'cliente' => 'Clientes',
|
||||
'clienteList' => 'Cliente List',
|
||||
'clientes' => 'Clientes',
|
||||
'comentarios' => 'Comentarios',
|
||||
'comentariosProduccion' => 'Comentarios Produccion',
|
||||
'comentariosTiradaFlexible' => 'Comentarios Tirada Flexible',
|
||||
'comercialId' => 'Comercial',
|
||||
'comunidadAutonomaId' => 'Comunidad Autonoma ID',
|
||||
'cp' => 'Cp',
|
||||
'createdAt' => 'Created At',
|
||||
'creditoAsegurado' => 'Credito Asegurado',
|
||||
'creditoSolunion' => 'Credito Solunion',
|
||||
'deletedAt' => 'Deleted At',
|
||||
'descuento' => 'Descuento',
|
||||
'descuentoTiradaFlexible' => 'Descuento Tirada Flexible',
|
||||
'direccion' => 'Direccion',
|
||||
'disponibleFe' => 'Disponible Fe',
|
||||
'email' => 'Email',
|
||||
'fechaVencimiento' => 'Fecha Vencimiento',
|
||||
'formaPagoId' => 'Forma Pago ID',
|
||||
'id' => 'ID',
|
||||
'isDeleted' => 'Is Deleted',
|
||||
'limiteCredito' => 'Limite Credito',
|
||||
'limiteCreditoChangeAt' => 'Limite Credito Change At',
|
||||
'limiteCreditoUserId' => 'Limite Credito User ID',
|
||||
'lineasenviofactura' => 'Lineasenviofactura',
|
||||
'margen' => 'Margen',
|
||||
'margenPlantillaId' => 'Margen Plantilla ID',
|
||||
'margenPod' => 'Margen Pod',
|
||||
'messageProductionStart' => 'Message Production Start',
|
||||
'messageTracking' => 'Message Tracking',
|
||||
'moduleTitle' => 'Clientes',
|
||||
'nombre' => 'Nombre',
|
||||
'numCuenta' => 'Num Cuenta',
|
||||
'paisId' => 'Pais ID',
|
||||
'provinciaId' => 'Provincia',
|
||||
'psCustomerId' => 'Ps Customer ID',
|
||||
'saturacion' => 'Saturacion',
|
||||
'soporteId' => 'Soporte',
|
||||
'telefono' => 'Telefono',
|
||||
'tiendaId' => 'Tienda ID',
|
||||
'tiradaFlexible' => 'Tirada Flexible',
|
||||
'updatedAt' => 'Updated At',
|
||||
'userCreatedId' => 'User Created ID',
|
||||
'userUpdateId' => 'User Update ID',
|
||||
'vencimiento' => 'Vencimiento',
|
||||
'validation' => [
|
||||
'ccc' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'ccc_cliente' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'ciudad' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'comentarios' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'comentarios_produccion' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'cp' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'credito_solunion' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'direccion' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'fecha_vencimiento' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'margen_plantilla_id' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
|
||||
],
|
||||
|
||||
'margen_pod' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
|
||||
],
|
||||
|
||||
'num_cuenta' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'ps_customer_id' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
|
||||
],
|
||||
|
||||
'telefono' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'tienda_id' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
|
||||
],
|
||||
|
||||
'alias' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'cif' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'comentarios_tirada_flexible' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'descuento' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'descuento_tirada_flexible' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'email' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'valid_email' => 'The {field} field must contain a valid email address.',
|
||||
|
||||
],
|
||||
|
||||
'is_deleted' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'limite_credito' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'limite_credito_change_at' => [
|
||||
'required' => 'The {field} field is required.',
|
||||
'valid_date' => 'The {field} field must contain a valid date.',
|
||||
|
||||
],
|
||||
|
||||
'limite_credito_user_id' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'margen' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'nombre' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'saturacion' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'user_created_id' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'user_update_id' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'vencimiento' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user