falta rellenar presupuesto

This commit is contained in:
Jaime Jiménez
2023-12-19 15:15:08 +01:00
parent 19d3cdd163
commit 9e97329abf
12 changed files with 213 additions and 42 deletions

View File

@ -18,6 +18,7 @@ return [
'cantidad' => 'Cantidad',
'precio' => 'Precio',
'saveDirection' => 'Guardar en direcciones de cliente',
'entregaPieCalle' => 'Entrega a pie de calle',
'validation' => [
'max_length' => 'Max. valor caracteres alcanzado',
'required' => 'Campo obligatorio',

View File

@ -12,7 +12,9 @@ return [
'palets' => 'Palets',
'pesoMax' => 'Peso Max',
'pesoMin' => 'Peso Min',
'precio' => 'Precio peso mín.',
'precio' => 'Precio',
'precio_min' => 'Precio peso mín.',
'precio_max' => 'Precio peso max.',
'precioAdicional' => 'Precio Kg Adicional',
'margen' => 'Margen',
'proveedorId' => 'Proveedor',