cg21cg.uml Aggiunta tabella centro di costo allo sheet contabile

cg3200.cpp     Aggiunta funzione di memorizzazione scelte di stampa
cg3200.h       Cambuiati gli identificatori di tutti i campi
cg3200a.uml    Aggiunto spreadsheet delle scelte di stampa


git-svn-id: svn://10.65.10.50/trunk@4044 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1997-01-09 11:49:36 +00:00
parent df7fbd6af0
commit c31c8952d4
4 changed files with 5023 additions and 4555 deletions

View File

@ -340,6 +340,12 @@ END
NUMBER 115 7
BEGIN
PROMPT 2 13 "******* "
USE CDC
INPUT CODTAB 115
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione@50" S0
OUTPUT 115 CODTAB
CHECKTYPE NORMAL
END
LIST CG_ROWTYPE 24

File diff suppressed because it is too large Load Diff

View File

@ -6,42 +6,43 @@
#define TAB_REG "REG"
#define TAB_ESC "ESC"
#define F_CODDITTA 101
#define F_RAGSOC 102
#define F_TIPOCF_INI 103
#define F_GRUPPOINI 104
#define F_GRUPPOFINE 105
#define F_CONTOINI_CONTO 106
#define F_CONTOFINE_CONTO 107
#define F_SOTTOCINI_CONTO 108
#define F_SOTTOCFINE_CONTO 109
#define F_SOTTOCINI_CLIENTE 110
#define F_SOTTOCFINE_CLIENTE 111
#define F_SOTTOCINI_FORN 112
#define F_SOTTOCFINE_FORN 113
#define F_DESCRINI_CONTO 114
#define F_DESCRFINE_CONTO 115
#define F_DESCRINI_CLIENTE 116
#define F_DESCRFINE_CLIENTE 117
#define F_DESCRINI_FORN 118
#define F_DESCRFINE_FORN 119
#define F_DATAINI 120
#define F_DATAFINE 121
#define F_STAMPANUM 122
#define F_STAMPAPROGRE 123
#define F_STAMPATOTIVA 124
#define F_TIPOSTAMPA 125
#define F_STAMPAMOVPROV 126
#define F_MEMORIZZA 127
#define F_NUMCARAT 128
#define F_NUMMAST 129
#define F_ANNO 130
#define F_FORMATO 131
#define F_CONTOINI_CLIENTE 132
#define F_CONTOINI_FORN 133
#define F_CONTOFINE_CLIENTE 134
#define F_CONTOFINE_FORN 135
#define F_TIPOCF_FINE 136
#define F_ANNO 101
#define F_TIPOCF_INI 102
#define F_GRUPPOINI 103
#define F_CONTOINI_CONTO 104
#define F_CONTOINI_CLIENTE 204
#define F_CONTOINI_FORN 304
#define F_SOTTOCINI_CONTO 105
#define F_SOTTOCINI_CLIENTE 205
#define F_SOTTOCINI_FORN 305
#define F_TIPOCF_FINE 106
#define F_GRUPPOFINE 107
#define F_CONTOFINE_CONTO 108
#define F_CONTOFINE_CLIENTE 208
#define F_CONTOFINE_FORN 308
#define F_SOTTOCFINE_CONTO 109
#define F_SOTTOCFINE_CLIENTE 209
#define F_SOTTOCFINE_FORN 309
#define F_DESCRINI_CONTO 125
#define F_DESCRINI_CLIENTE 135
#define F_DESCRINI_FORN 145
#define F_DESCRFINE_CONTO 129
#define F_DESCRFINE_CLIENTE 139
#define F_DESCRFINE_FORN 149
#define F_DATAINI 110
#define F_DATAFINE 111
#define F_STAMPANUM 112
#define F_STAMPAPROGRE 113
#define F_STAMPATOTIVA 114
#define F_TIPOSTAMPA 115
#define F_STAMPAMOVPROV 116
#define F_MEMORIZZA 500
#define F_NUMCARAT 501
#define F_NUMMAST 502
#define F_FORMATO 503
#define F_CODDITTA 504
#define F_RAGSOC 505
#define F_SCELTE 506
#endif // __CG3200_H

File diff suppressed because it is too large Load Diff