Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 01.05 patch 282 git-svn-id: svn://10.65.10.50/trunk@8019 c028cbd2-c16b-5b4b-a496-9718f37d4682
178 lines
4.2 KiB
C
Executable File
178 lines
4.2 KiB
C
Executable File
#ifndef __MR2200A_H
|
|
#define __MR2200A_H
|
|
|
|
#define F_MSCHEDULEPLAN 200
|
|
#define F_NUM_ORC 201
|
|
#define F_TIPI_ORC 202
|
|
#define F_NUM_PLA 203
|
|
#define F_TIPI_PLA 204
|
|
#define F_2LEVEL_MSP 205
|
|
#define F_DADATA 206
|
|
#define F_ADATA 207
|
|
#define F_NOCLI_OUT 208
|
|
#define F_NOMAG_OUT 209
|
|
#define F_NOIMP_OUT 200
|
|
#define F_NOLIN_OUT 200
|
|
#define F_NUM_PLAN 210
|
|
#define F_TIPO_PLAN 211
|
|
#define F_RIGA_PLAN 212
|
|
#define F_NUMBERBYCLI 214
|
|
|
|
#define F_NOCLI_IN 216
|
|
#define F_NOMAG_IN 217
|
|
#define F_NOIMP_IN 218
|
|
#define F_NOLIN_IN 219
|
|
|
|
#define F_USENONSTDLIN_CRP 220
|
|
#define F_USEEXTRAHRS_CRP 221
|
|
#define F_HUMANCHECK_CRP 222
|
|
#define F_RECALC_CRP 224
|
|
#define F_CHECK_CRP 225
|
|
#define F_SHOWPERC 226
|
|
#define F_SHOWPERC2 227
|
|
#define F_LOADTYPE 228
|
|
|
|
#define F_USENONSTDLIN_MSP 230
|
|
#define F_USEEXTRAHRS_MSP 231
|
|
#define F_HUMANCHECK_MSP 232
|
|
#define F_CHECK_MSP 234
|
|
#define F_RECALC_MSP 235
|
|
#define F_RECALC_TYPE 236
|
|
#define F_CANCEL_MSP 237
|
|
#define F_LOTSIZING 238
|
|
#define F_ANTICIPOMAX 239
|
|
#define F_ANTICIPOMIN 240
|
|
#define F_OUTOFCAPACITY 241
|
|
#define F_MAXGIORNIGIAC 242
|
|
|
|
#define F_RECALC_TYPE2 246
|
|
|
|
#define F_MSP_RESORT 248
|
|
#define F_CRP_RESORT 249
|
|
#define F_MSP_SORT 250
|
|
#define F_CRP_SORT 251
|
|
#define F_MSP_SORT_ORDER 252
|
|
#define F_CRP_SORT_ORDER 253
|
|
|
|
#define F_SHOWPRICES 254
|
|
|
|
#define F_TIPOCV 255
|
|
#define F_CODCONDV 256
|
|
#define F_CATVEN_CV 257
|
|
#define F_TIPOCF 258
|
|
|
|
// filtri di salvataggio
|
|
#define F_DA_IMPIANTO 260
|
|
#define F_A_IMPIANTO 261
|
|
#define F_DA_MAGAZZ 262
|
|
#define F_A_MAGAZZ 263
|
|
|
|
#define F_YEAR 301
|
|
#define F_IMPIANTO 302
|
|
#define F_LINEA 303
|
|
#define F_CALENDAR 304
|
|
|
|
#define F_BUCKET 350
|
|
#define F_BUCKETS 351
|
|
#define F_DAYXBUCK 352
|
|
|
|
|
|
|
|
#define F_ARTICOLI 401
|
|
#define F_LINEE 402
|
|
//#define F_TESTE 403
|
|
|
|
// spreadsheet num/ tipi doc
|
|
#define F_NUMERAZ 101
|
|
#define F_DESCNUMERAZ 102
|
|
|
|
#define F_TIPO 101
|
|
#define F_DESCTIPO 102
|
|
#define F_DASTATO 103
|
|
#define F_ASTATO 104
|
|
|
|
// sheet articoli
|
|
#define LAST_BUCKET 13
|
|
|
|
#define F_TIPOCF_SHEET 101
|
|
#define F_CLIENTE 102
|
|
#define F_ARTICOLO 103
|
|
#define F_PRIORITA 104
|
|
#define F_LIV1 105
|
|
#define F_LIV2 106
|
|
#define F_LIV3 107
|
|
#define F_LIV4 108
|
|
#define F_DESCART 109
|
|
#define F_CODIMP 110
|
|
#define F_CODLIN 111
|
|
#define F_MAGAZZINO 112
|
|
#define F_DEPOSITO 113
|
|
#define F_UM 114
|
|
#define F_BUCKET0 115
|
|
#define F_BUCKET0_V 116
|
|
#define F_BUCKET1 117
|
|
#define F_BUCKET1_V 118
|
|
#define F_BUCKET2 119
|
|
#define F_BUCKET2_V 120
|
|
#define F_BUCKET3 121
|
|
#define F_BUCKET3_V 122
|
|
#define F_BUCKET4 123
|
|
#define F_BUCKET4_V 124
|
|
#define F_BUCKET5 125
|
|
#define F_BUCKET5_V 126
|
|
#define F_BUCKET6 127
|
|
#define F_BUCKET6_V 128
|
|
#define F_BUCKET7 129
|
|
#define F_BUCKET7_V 130
|
|
#define F_BUCKET8 131
|
|
#define F_BUCKET8_V 132
|
|
#define F_BUCKET9 133
|
|
#define F_BUCKET9_V 134
|
|
#define F_BUCKET10 135
|
|
#define F_BUCKET10_V 136
|
|
#define F_BUCKET11 137
|
|
#define F_BUCKET11_V 138
|
|
#define F_BUCKET12 139
|
|
#define F_BUCKET12_V 140
|
|
#define F_BUCKET13 141
|
|
#define F_BUCKET13_V 142
|
|
#define F_MASTERCODE 143
|
|
#define F_SORTCODIMP 144
|
|
#define F_SORTCODLIN 145
|
|
|
|
#define F_DESCCLI 151
|
|
#define F_DESCIMP 158
|
|
#define F_DESCLIN 159
|
|
#define F_DESCMAG 160
|
|
#define H_CODIMP 161
|
|
|
|
// sheet linee
|
|
#define F_CODIMPCRP 101
|
|
#define F_CODLINCRP 102
|
|
#define F_CODARTCRP 103
|
|
#define F_LUM 104
|
|
#define F_LBUCKET0 105
|
|
#define F_LBUCKET1 106
|
|
#define F_LBUCKET2 107
|
|
#define F_LBUCKET3 108
|
|
#define F_LBUCKET4 109
|
|
#define F_LBUCKET5 110
|
|
#define F_LBUCKET6 111
|
|
#define F_LBUCKET7 112
|
|
#define F_LBUCKET8 113
|
|
#define F_LBUCKET9 114
|
|
#define F_LBUCKET10 115
|
|
#define F_LBUCKET11 116
|
|
#define F_LBUCKET12 117
|
|
#define F_LBUCKET13 118
|
|
|
|
#define F_DESCARTCRP 130
|
|
#define F_DESCIMPCRP 131
|
|
#define F_DESCLINCRP 132
|
|
|
|
#define H_CODDITTA 133
|
|
#define F_RAGSOC 134
|
|
|
|
#endif
|
|
|