1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-30 07:26:24 +01:00

Aggiunta barcode in import articoli

This commit is contained in:
Beppe 2020-01-30 10:41:31 +01:00
parent f28399694d
commit 047224f6db

View File

@ -8,8 +8,8 @@ switch (post('op')) {
$module = filter('module'); $module = filter('module');
$list = [ $list = [
['Codice', 'Descrizione', 'Fornitore', 'Quantità', 'Unità di misura', 'Prezzo acquisto', 'Prezzo vendita', 'Peso lordo (KG)', 'Volume (M3)', 'Categoria', 'Sottocategoria', 'Ubicazione', 'Note'], ['Codice', 'Barcode', 'Descrizione', 'Fornitore', 'Quantità', 'Unità di misura', 'Prezzo acquisto', 'Prezzo vendita', 'Peso lordo (KG)', 'Volume (M3)', 'Categoria', 'Sottocategoria', 'Ubicazione', 'Note'],
['00004', 'Articolo', 'Mario Rossi', '10', 'Kg', '5,25', '12,72', '10,2', '500', 'Categoria4', 'Sottocategoria2', 'Scaffale 1', 'Articolo di prova'], ['00004', '719376861871', 'Articolo', 'Mario Rossi', '10', 'Kg', '5,25', '12,72', '10,2', '500', 'Categoria4', 'Sottocategoria2', 'Scaffale 1', 'Articolo di prova'],
]; ];
directory('../../files/'.$module); directory('../../files/'.$module);
@ -204,6 +204,15 @@ return [
'idsottocategoria', 'idsottocategoria',
], ],
], ],
[
'field' => 'barcode',
'label' => 'Barcode',
'names' => [
'barcode',
'Barcode',
'EAN',
],
],
[ [
'field' => 'id_fornitore', 'field' => 'id_fornitore',
'label' => 'Fornitore', 'label' => 'Fornitore',