ae4aed1ef1
Files correlati : f110.dir mg1.exe mg1200.msk mg3.exe mg3300.msk mg4.exe mg4300.frm Ricompilazione Demo : [ ] Commento : GF20086 Se faccio un movimento su un magazzino es 001 e poi vado in modifica e cambio il magazzino nell'anagrafica articoli nella pagina giacenze risulta, oltre alla nuova, una scheda per il mag 001 vuota. Se faccio un ricalcolo saldi la situazione non cambia. git-svn-id: svn://10.65.10.50/trunk@11438 c028cbd2-c16b-5b4b-a496-9718f37d4682
39 lines
677 B
C
Executable File
39 lines
677 B
C
Executable File
#ifndef __MG4300_H
|
|
#define __MG4300_H
|
|
|
|
#define F_DEFINITIVA 101
|
|
#define F_FREQ 102
|
|
#define F_RAGG 103
|
|
#define F_RAGGMAG 104
|
|
#define F_CLASSEFISART 105
|
|
#define F_RAGGFISART 106
|
|
#define F_RAGGCAUS 107
|
|
#define F_RAGGARTICOLI 108
|
|
#define F_TOLIVELLOGIAC 109
|
|
|
|
#define F_ANNOES 110
|
|
#define F_ANNO 111
|
|
#define F_CODREG 112
|
|
|
|
#define F_DATAIN 113
|
|
#define F_DATAFIN 114
|
|
|
|
#define G_OPZ 1
|
|
#define G_CODART 2
|
|
#define G_DESART 3
|
|
#define G_PARAMVALORI 4
|
|
|
|
#define ALIAS_UMRMOV 502
|
|
|
|
#define FF_CODTOT 601
|
|
#define FF_UMTOT 602
|
|
#define FF_VALTOT 603
|
|
#define FF_QTARAGGFIS 604
|
|
#define FF_INFORAGGCRO 605
|
|
#define FF_NUMREG 606
|
|
#define FF_NUMLINEE 607
|
|
#define FF_INFOCAUS 608
|
|
|
|
|
|
#endif //__MG4300_H
|