Añadida funcion clientes desde ozar

This commit is contained in:
imnavajas
2023-07-12 12:35:31 +02:00
parent 42a20b93b0
commit 90d63432d6
49 changed files with 3119 additions and 970 deletions

View File

@ -1,7 +1,7 @@
<?php
return [
'createdAt' => 'Created At',
'createdAt' => 'Creado el',
'formaPago' => 'Forma Pago',
'formaPagoList' => 'Listado de Formas Pago',
'formas-pago' => 'Formas de Pago',
@ -11,14 +11,14 @@ return [
'id' => 'ID',
'moduleTitle' => 'Formas de Pago',
'nombre' => 'Nombre',
'updatedAt' => 'Updated At',
'updatedAt' => 'Actualizado el',
'validation' => [
'id' => [
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
],
'nombre' => [
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
'required' => 'The {field} field is required.',
],