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:
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',
|
||||
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user