Files correlati :LV0300A.MSK Ricompilazione Demo : [ ] Commento :Correzzione ricerca causale di lavanderia git-svn-id: svn://10.65.10.50/trunk@17907 c028cbd2-c16b-5b4b-a496-9718f37d4682
68 lines
1.5 KiB
C
Executable File
68 lines
1.5 KiB
C
Executable File
#include "../ci/cimsk.h"
|
|
|
|
#define GEN 1
|
|
#define FAT 2
|
|
#define ORF 3
|
|
#define ORC 4
|
|
#define RIT 5
|
|
#define ANT 6
|
|
#define CONG 7
|
|
#define DOT 8
|
|
|
|
#define F_CODNUM_GEN 201
|
|
#define F_DESNUM_GEN 202
|
|
#define F_TIPODOC_GEN 203
|
|
#define F_DESTIPODOC_GEN 204
|
|
|
|
#define F_CODNUM_FAT 205
|
|
#define F_DESNUM_FAT 206
|
|
#define F_TIPODOC_FAT 207
|
|
#define F_DESTIPODOC_FAT 209
|
|
|
|
#define F_CODNUM_ORF 210
|
|
#define F_DESNUM_ORF 211
|
|
#define F_TIPODOC_ORF 212
|
|
#define F_DESTIPODOC_ORF 213
|
|
|
|
#define F_CODNUM_ORC 214
|
|
#define F_DESNUM_ORC 215
|
|
#define F_TIPODOC_ORC 216
|
|
#define F_DESTIPODOC_ORC 217
|
|
|
|
#define F_BUONIRIT 218
|
|
#define F_BUONIANT 219
|
|
#define F_DOCCONG 220
|
|
#define F_DOCDOT 221
|
|
|
|
#define F_CAUSLAV 222
|
|
#define F_CAUSLAVDESC 223
|
|
#define F_UNICONT 224
|
|
#define F_AUTGIRI 225
|
|
#define F_ALMANAC 226
|
|
|
|
#define S_CODNUM_RIT 101
|
|
#define S_TIPODOC_RIT 102
|
|
#define S_DESTIPODOC_RIT 103
|
|
#define S_STATO_RIT 104
|
|
#define S_DESNUM_RIT 105
|
|
|
|
#define S_CODNUM_ANT 101
|
|
#define S_TIPODOC_ANT 102
|
|
#define S_DESTIPODOC_ANT 103
|
|
#define S_STATO_ANT 104
|
|
#define S_DESNUM_ANT 105
|
|
|
|
#define S_CODNUM_CONG 101
|
|
#define S_TIPODOC_CONG 102
|
|
#define S_DESTIPODOC_CONG 103
|
|
#define S_STATO_CONG 104
|
|
#define S_DESNUM_CONG 105
|
|
|
|
#define S_CODNUM_DOT 101
|
|
#define S_TIPODOC_DOT 102
|
|
#define S_DESTIPODOC_DOT 103
|
|
#define S_STATO_DOT 104
|
|
#define S_DESNUM_DOT 105
|
|
|
|
|