mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminadas plantillas cliente y plantillas cliente lineas
This commit is contained in:
@ -3,6 +3,9 @@
|
||||
|
||||
|
||||
return [
|
||||
'plantillaPrecios_module' => 'Customer fees templates',
|
||||
'plantillaPrecios_name' => 'Customer fees template',
|
||||
'plantillaPrecios_list' => 'List Customer fees templates',
|
||||
'nombre' => 'Name',
|
||||
'plantilla_id' => 'Template ID',
|
||||
'tipo' => 'Type',
|
||||
@ -10,13 +13,32 @@ return [
|
||||
'tipo_impresion' => 'Print type',
|
||||
'tiempo_min' => 'Min. Time',
|
||||
'tiempo_max' => 'Max. Time',
|
||||
'precio_hora' => 'Price per hour',
|
||||
'margen' => 'Margin',
|
||||
'cliente_id' => 'Customer',
|
||||
'user_updated_id' => 'User edition',
|
||||
'updated_at' => 'Date edition',
|
||||
|
||||
'interior' => 'Inside',
|
||||
'cubierta' => 'Cover',
|
||||
'sobrecubierta' => 'Dust jacket',
|
||||
'toner' => 'Toner',
|
||||
'inkjet' => 'Inkjet',
|
||||
'negro' => 'Black',
|
||||
'negrohq' => 'Black HQ',
|
||||
'color' => 'Colour',
|
||||
'colorhq' => 'Colour HQ',
|
||||
|
||||
|
||||
'validation' => [
|
||||
'max_length' => 'Max. length ',
|
||||
'required' => 'Field required',
|
||||
|
||||
'decimal' => 'Decimal number',
|
||||
],
|
||||
'errors' => [
|
||||
'error_tiempo_range' => 'The field Min Time must be lower than the field Max Time',
|
||||
'error_tiempo_overlap' => 'The range [Min Time, Max Time] is overlapped with another one for the selected type.',
|
||||
]
|
||||
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user