Aggiunto campo raggruppamento effetti
git-svn-id: svn://10.65.10.50/trunk@5699 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
6998ae363c
commit
c067cee054
@ -39,13 +39,13 @@
|
||||
#define F_DENCOMNASC 135
|
||||
#define F_CODSTAT 130
|
||||
#define F_CODPAG 131
|
||||
#define F_DESPAG 231
|
||||
#define F_DESPAG 331
|
||||
#define F_RAGSOC1 132
|
||||
#define F_CODABI 133
|
||||
#define F_CODBAN 134
|
||||
#define F_DESBAN 140
|
||||
#define F_CODVAL 136
|
||||
#define F_DESVAL 236
|
||||
#define F_DESVAL 336
|
||||
#define F_FIDO 139
|
||||
#define F_LOCALITACF 144
|
||||
#define F_CODAG 145
|
||||
@ -131,6 +131,7 @@
|
||||
#define F_TEMP 223
|
||||
#define F_DESTACF 224
|
||||
#define F_CODDEP 230
|
||||
#define F_RAGGEFF 232
|
||||
|
||||
#define DLG_RIC 300
|
||||
#define DLG_CST 301
|
||||
|
@ -1220,7 +1220,7 @@ BEGIN
|
||||
CHECKTYPE NORMAL
|
||||
END
|
||||
|
||||
BOOLEAN F_RAGGDOC
|
||||
BOOLEAN F_RAGGDOC
|
||||
BEGIN
|
||||
PROMPT 23 8 "Raggruppamento documenti"
|
||||
FIELD LF_CFVEN->RAGGDOC
|
||||
@ -1427,6 +1427,13 @@ BEGIN
|
||||
HELP "Importo minimo effetti"
|
||||
END
|
||||
|
||||
BOOLEAN F_RAGGEFF
|
||||
BEGIN
|
||||
PROMPT 45 7 "Raggruppamento effetti"
|
||||
FIELD LF_CFVEN->RAGGEFF
|
||||
GROUP 7
|
||||
END
|
||||
|
||||
GROUPBOX DLG_NULL 76 4
|
||||
BEGIN
|
||||
PROMPT 1 9 "Periodo Effetti"
|
||||
|
@ -1,5 +1,5 @@
|
||||
17
|
||||
60
|
||||
61
|
||||
TIPOCF|1|1|0|Tipo <C>liente, <F>ornitore
|
||||
CODCF|3|6|0|Codice
|
||||
CODINDDOC|2|3|0|Codice indirizzo documenti
|
||||
@ -33,6 +33,7 @@ CODABIPR|10|5|0|ABI banca di presentazione effetti
|
||||
CODCABPR|10|5|0|CAB banca di presentazione effetti
|
||||
CODINDEFF|2|3|0|Indirizzo effetti
|
||||
EMEFFRICH|8|1|0|Emissione effetti a richiesta
|
||||
RAGGEFF|8|1|0|Raggruppa gli effetti del cliente/fornitore
|
||||
IMPMINEFF|3|6|0|Importo minimo effetti
|
||||
NONACCEFF|1|20|0|Periodo di non accettazione effetti
|
||||
NONSCADEFF|1|20|0|Periodo di non accettazione scadenze effetti
|
||||
|
@ -152,6 +152,7 @@ void TDocumento_mask::cli2mask( TCli_for & c, TOccasionale & o, TConfig & ditta)
|
||||
set(F_CODABIP, ven_rec.get(CFV_CODABIPR));
|
||||
set(F_CODCABP, ven_rec.get(CFV_CODCABPR));
|
||||
set(F_RAGGR, ven_rec.get(CFV_RAGGDOC));
|
||||
set(F_RAGGREFF, ven_rec.get(CFV_RAGGEFF));
|
||||
set(F_CODINDSP, ven_rec.get(CFV_CODINDSP));
|
||||
set(F_CODAG, ven_rec.get(CFV_CODAG));
|
||||
set(F_CODSPMEZZO, ven_rec.get(CFV_CODSPMEZZO));
|
||||
|
Loading…
x
Reference in New Issue
Block a user