mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-29 15:09:26 +01:00
Aggiunta barcode in import articoli
This commit is contained in:
parent
f28399694d
commit
047224f6db
@ -8,8 +8,8 @@ switch (post('op')) {
|
||||
$module = filter('module');
|
||||
|
||||
$list = [
|
||||
['Codice', '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'],
|
||||
['Codice', 'Barcode', 'Descrizione', 'Fornitore', 'Quantità', 'Unità di misura', 'Prezzo acquisto', 'Prezzo vendita', 'Peso lordo (KG)', 'Volume (M3)', 'Categoria', 'Sottocategoria', 'Ubicazione', 'Note'],
|
||||
['00004', '719376861871', 'Articolo', 'Mario Rossi', '10', 'Kg', '5,25', '12,72', '10,2', '500', 'Categoria4', 'Sottocategoria2', 'Scaffale 1', 'Articolo di prova'],
|
||||
];
|
||||
|
||||
directory('../../files/'.$module);
|
||||
@ -204,6 +204,15 @@ return [
|
||||
'idsottocategoria',
|
||||
],
|
||||
],
|
||||
[
|
||||
'field' => 'barcode',
|
||||
'label' => 'Barcode',
|
||||
'names' => [
|
||||
'barcode',
|
||||
'Barcode',
|
||||
'EAN',
|
||||
],
|
||||
],
|
||||
[
|
||||
'field' => 'id_fornitore',
|
||||
'label' => 'Fornitore',
|
||||
|
Loading…
x
Reference in New Issue
Block a user