mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
añadido calculo de formas rot y merma automatica para rot
This commit is contained in:
@ -16,7 +16,7 @@ return [
|
||||
'telefono' => 'Phone',
|
||||
'validation' => [
|
||||
'max_length' => 'Max. length ',
|
||||
'required' => 'Field required'
|
||||
'required' => 'Field required',
|
||||
'valid_email' => 'The email is not valid',
|
||||
|
||||
],
|
||||
|
||||
22
ci4/app/Language/en/ClientePrecios.php
Executable file
22
ci4/app/Language/en/ClientePrecios.php
Executable file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'nombre' => 'Name',
|
||||
'plantilla_id' => 'Template ID',
|
||||
'tipo' => 'Type',
|
||||
'tipo_maquina' => 'Machine type',
|
||||
'tipo_impresion' => 'Print type',
|
||||
'tiempo_min' => 'Min. Time',
|
||||
'tiempo_max' => 'Max. Time',
|
||||
'margen' => 'Margin',
|
||||
'cliente_id' => 'Customer',
|
||||
'user_updated_id' => 'User edition',
|
||||
'updated_at' => 'Date edition',
|
||||
'validation' => [
|
||||
'max_length' => 'Max. length ',
|
||||
'required' => 'Field required',
|
||||
|
||||
],
|
||||
];
|
||||
@ -155,6 +155,7 @@ return [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
'requerido' => 'The {field} field is required.',
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'no_lp_for_merma' => 'Insert budget lines to calculate shrink',
|
||||
],
|
||||
|
||||
'errores' => [
|
||||
|
||||
22
ci4/app/Language/es/ClientePrecios.php
Executable file
22
ci4/app/Language/es/ClientePrecios.php
Executable file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'nombre' => 'Nombre',
|
||||
'plantilla_id' => 'Plantilla ID',
|
||||
'tipo' => 'Tipo',
|
||||
'tipo_maquina' => 'Tipo de máquina',
|
||||
'tipo_impresion' => 'Tipo de impresión',
|
||||
'tiempo_min' => 'Tiempo Mín.',
|
||||
'tiempo_max' => 'Tiempo Máx.',
|
||||
'margen' => 'Margen',
|
||||
'cliente_id' => 'Cliente',
|
||||
'user_updated_id' => 'Usuario edición',
|
||||
'updated_at' => 'Fecha edición',
|
||||
'validation' => [
|
||||
'max_length' => 'Max. valor caracteres alcanzado',
|
||||
'required' => 'Campo obligatorio',
|
||||
],
|
||||
|
||||
];
|
||||
@ -215,6 +215,7 @@ return [
|
||||
'integer' => 'El campo {field} debe contener un número entero.',
|
||||
'requerido' => 'El campo {field} es obligatorio.',
|
||||
'max_length' => 'El campo {field} no puede exceder los {param} caracteres de longitud.',
|
||||
'no_lp_for_merma' => 'Inserte líneas de presupuesto para calcular la merma',
|
||||
],
|
||||
|
||||
'errores' => [
|
||||
|
||||
Reference in New Issue
Block a user