Merge branch 'dev/ui_fixing' into 'main'

Dev/ui fixing

See merge request jjimenez/safekat!29
This commit is contained in:
Ignacio Martinez Navajas
2023-07-12 10:38:54 +00:00
6185 changed files with 6817 additions and 317295 deletions

View 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.',
],
],
];

View File

@ -0,0 +1,34 @@
<?php
return [
'comunidadAutonoma' => 'Comunidad Autonoma',
'comunidadAutonomaList' => 'Comunidad Autonoma List',
'comunidades-autonomas' => 'Comunidades Autonomas',
'comunidadesAutonoma' => 'Comunidades Autonoma',
'comunidadesAutonomaList' => 'Comunidades Autonoma List',
'comunidadesAutonomas' => 'Comunidades Autonomas',
'createdAt' => 'Created At',
'id' => 'ID',
'moduleTitle' => 'Comunidades Autonomas',
'nombre' => 'Nombre',
'paisId' => 'Pais',
'updatedAt' => 'Updated At',
'validation' => [
'id' => [
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
],
'nombre' => [
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
'required' => 'The {field} field is required.',
],
],
];

View File

@ -0,0 +1,35 @@
<?php
return [
'createdAt' => 'Created At',
'formaDePago' => 'Forma de Pago',
'formaDePagoList' => 'Forma de Pago List',
'formas-pagoes' => 'Formas Pagoes',
'formas-pagos' => 'Formas de Pagos',
'formasDePagos' => 'Formas de Pagos',
'formasPago' => 'Formas Pago',
'formasPagoList' => 'Formas Pago List',
'formasPagoes' => 'Formas Pagoes',
'id' => 'ID',
'moduleTitle' => 'Formas Pagoes',
'nombre' => 'Nombre',
'updatedAt' => 'Updated At',
'validation' => [
'id' => [
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
],
'nombre' => [
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
'required' => 'The {field} field is required.',
],
],
];

View File

@ -8,11 +8,13 @@ return [
'id' => 'ID',
'keyErp' => 'Key Erp',
'moduleTitle' => 'Paises',
'moneda' => 'Currency',
'nombre' => 'Name',
'pais' => 'Country',
'paisList' => 'Country List',
'paises' => 'Countries',
'moneda' => 'Moneda',
'nombre' => 'Nombre',
'pais' => 'Pais',
'paisList' => 'Pais List',
'paise' => 'Paise',
'paiseList' => 'Paise List',
'paises' => 'Paises',
'showErp' => 'Show Erp',
'urlErp' => 'URL Erp',
'userErp' => 'User Erp',
@ -22,6 +24,11 @@ return [
],
'id' => [
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
],
'key_erp' => [
'max_length' => 'The {field} field cannot exceed {param} characters in length.',

View File

@ -0,0 +1,44 @@
<?php
return [
'code' => 'Code',
'createdAt' => 'Created At',
'id' => 'ID',
'moduleTitle' => 'Provincias',
'nombre' => 'Nombre',
'paisId' => 'Pais ID',
'provincia' => 'Provincia',
'provinciaList' => 'Provincia List',
'provincias' => 'Provincias',
'updatedAt' => 'Updated At',
'validation' => [
'id' => [
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
],
'pais_id' => [
'integer' => 'The {field} field must contain an integer.',
],
'nombre' => [
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
'required' => 'The {field} field is required.',
],
'code' => [
'is_unique' => 'The {field} field must contain a unique value',
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
'required' => 'The {field} field is required.',
],
],
];