È un archivio di integrazione su MAGAZZINO.
Permette di integrare le giacenze box.
NOTE
Per maggiori informazioni sulla gestione del BOX consultare la sezione tecnica dedicata in dettaglio.
Per maggiori informazioni sulla gestione del BOX consultare la sezione tecnica dedicata in dettaglio.
# | COLONNA | DECRIZIONE | TIPO | LEN | NOTE |
---|---|---|---|---|---|
1 | CODICE_ARTICOLO | Codice Articolo | Stringa | 25 | |
2 | Quantita | Quantità | Decimale | ||
3 | Lotto | Lotto | Stringa | 25 |
<?xml version="1.0" encoding="utf-8"?>
<TABELLA_INTEGRAZIONEBOX xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"?>
<INTEGRAZIONEBOX>
<CODICE_ARTICOLO />
<Lotto />
<Quantita>0</Quantita>
<Variante1 />
<Variante2 />
</INTEGRAZIONEBOX>
</TABELLA_INTEGRAZIONEBOX>
public partial class INTEGRAZIONEBOX { public string CODICE_ARTICOLO { get; set; } public decimal Quantita { get; set; } public string Lotto { get; set; } }