Aggiunto campo per la stampa totale pagamenti no assegnati.

git-svn-id: svn://10.65.10.50/trunk@2466 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1996-01-18 17:59:03 +00:00
parent fe38b9abc1
commit 08aa43b963
2 changed files with 15 additions and 0 deletions

View File

@ -347,6 +347,13 @@ BEGIN
PICTURE "###.###.###.###"
END
NUMERO 219
BEGIN
KEY "Importi non assegnati (Avere)"
PROMPT 0 5 ""
PICTURE "###.###.###.###"
END
STRING 401
BEGIN
KEY "Descrizione totale"
@ -371,6 +378,12 @@ BEGIN
PROMPT 0 4 "Importi in lire della valuta <DESCRIZIONE VALUTA>"
END
STRING 405
BEGIN
KEY "Descrizione totale pagamenti non assegnati"
PROMPT 0 5 "Totale pagamenti non assegnati al <DATA>"
END
END // Fine footer

View File

@ -22,6 +22,7 @@
#define PEC_CAMBIO 216
#define PEC_DATACAM 217
#define PEC_PAGINA 218
#define PEC_UNASSIGNED 219
#define PEC_SALDO 301
#define PEC_ABBUONI 302
@ -34,6 +35,7 @@
#define PEC_TSCADUTO 402
#define PEC_TESPOSTO 403
#define PEC_TIMPLIRE 404
#define PEC_TUNASSIGNED 405
#define PEC_PICTURE 500
#endif