campo-sirio/dl/dl0600.h

25 lines
623 B
C
Raw Normal View History

// campi form Interrogazione magazzino (discolatio magazzino interrogatio)
#define FF_CODART 1
#define FF_TITOLO 2
#define FF_ARTISTA 3
#define FF_SUPPORTO 4
#define FF_GIAC 5
#define FF_QTA 6
#define FF_TOTACQ 7
#define FF_TOTVEN 8
#define FF_PREZZO 9
#define FF_B_CODART 11
#define FF_B_TITOLO 12
#define FF_B_ARTISTA 13
#define FF_B_SUPPORTO 14
#define FF_B_GIAC 15
#define FF_B_QTA 16
#define FF_B_TOTACQ 17
#define FF_B_TOTVEN 18
#define FF_B_PREZZO 19
#define FF_B_CONDV 20
#define FF_DATE 21
#define FF_PAGE 22