Files correlati : lv0300a.msk lv2 (meglio ricompilare tutto) Ricompilazione Demo : [ ] Commento : Movimentazione magazzino deposito pulito/sporco - Aggiunta in configurazione la causale da utilizzare in fase di generazione automatica Aggiunto in configurazione il deposito presso clienti git-svn-id: svn://10.65.10.50/trunk@19953 c028cbd2-c16b-5b4b-a496-9718f37d4682
124 lines
3.0 KiB
C
Executable File
124 lines
3.0 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 208
|
|
#define F_RIFTEST 209
|
|
#define F_FELAB_DIF 210
|
|
#define F_FELAB_PRO 211
|
|
|
|
#define F_CODNUM_ORF 212
|
|
#define F_DESNUM_ORF 213
|
|
#define F_TIPODOC_ORF 214
|
|
#define F_DESTIPODOC_ORF 215
|
|
|
|
#define F_CODNUM_ORC 216
|
|
#define F_DESNUM_ORC 217
|
|
#define F_TIPODOC_ORC 218
|
|
#define F_DESTIPODOC_ORC 219
|
|
|
|
#define F_BUONIRIT 220
|
|
#define F_BUONIANT 221
|
|
#define F_BUONIPREL 222
|
|
#define F_DOCCONG 223
|
|
#define F_DOCDOT 224
|
|
|
|
#define F_CAUSLAV 225
|
|
#define F_CAUSLAVDESC 226
|
|
#define F_CAUSLAVSC 227
|
|
#define F_CAUSLAVSCDESC 228
|
|
#define F_CAULVRITDT 229
|
|
#define F_CAULVRITDTDE 230
|
|
#define F_CAUCARMAG 231
|
|
#define F_CAUCARMAGDE 232
|
|
#define F_CAUSCARMAG 233
|
|
#define F_CAUSCARMAGDE 234
|
|
|
|
#define F_CODMAG 235
|
|
#define F_DESMAG 236
|
|
#define F_CODMAGN 237
|
|
#define F_DESMAGN 238
|
|
#define F_CODMAGC 239
|
|
#define F_DESMAGC 240
|
|
#define F_CODMAGP 241
|
|
#define F_DESMAGP 242
|
|
#define F_CODMAGCL 243
|
|
#define F_DESMAGCL 244
|
|
|
|
#define F_UNICONT 245
|
|
#define F_QTAMODI 246
|
|
#define F_AUTGIRI 247
|
|
#define F_ORDGIRI 248
|
|
#define F_DATAFISSA 249
|
|
#define F_AGGCONG 250
|
|
#define F_PERARR 251
|
|
#define F_RIFOR 252
|
|
#define F_ARTCANFIS 253
|
|
#define F_GESTSACA 254
|
|
#define F_ALMANAC 255
|
|
#define F_USEINDSP 256
|
|
#define F_CODARTFIX 257
|
|
#define F_DESARTFIX 258
|
|
#define F_CODARTCAFIX 259
|
|
#define F_DESARTCAFIX 260
|
|
#define F_TIPOPR 261
|
|
#define F_UMPESO 262
|
|
#define F_DATABCON 263
|
|
|
|
#define F_PATH_CON 264
|
|
#define F_SHEET_NAME 265
|
|
#define F_PATH_MAN 266
|
|
#define F_PATH_LAVA 267
|
|
#define F_PATH_PUL 268
|
|
#define F_FILE_PUL 269
|
|
|
|
#define F_BACKUP 300
|
|
|
|
#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_PRE 101
|
|
#define S_TIPODOC_PRE 102
|
|
#define S_DESTIPODOC_PRE 103
|
|
#define S_STATO_PRE 104
|
|
#define S_DESNUM_PRE 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
|
|
|
|
#define S_NAME 101
|
|
|