Files correlati : ve0.exe Ricompilazione Demo : [ ] Commento : In fase di inserimento propone in progressivo successivo e non si riesce ad uscire dal programma se non inserendo un rek fuffa Se si annlla si puo' uscire altrimenti bisogns registrare quello che si e' fatto Se sono in aggiornamento di un contratto di un determinato cliente e ne voglio inserire un altro mi propone automaticamente il numero successico al contratto che sto correggendo che in relatà è già occupato dain relatà è già occupato da un altro cliente La numerazione dei contratti e' o per ditta cioe' un numero diverso per ogni contratto indipendentemente dal cliente oppure per cliente (default) cioe' ogni cliente ha il contratto 1 2 3 etc. E' stato aggiunto un parameto (NUmera i contratti per ditta) alla configurazione in modo da poter decidere quale usare git-svn-id: svn://10.65.10.50/trunk@17512 c028cbd2-c16b-5b4b-a496-9718f37d4682
62 lines
1.4 KiB
C
Executable File
62 lines
1.4 KiB
C
Executable File
#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_UNICONT 222
|
|
|
|
#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
|
|
|
|
|