Patch level : 12.0 866

Files correlati     : pa
Commento            : Aggiunto codice commessa e gestione commesse per sanità
This commit is contained in:
Mattia Tollari 2019-08-02 11:10:21 +02:00
parent c3734751d5
commit a56e6648ad
2 changed files with 30 additions and 16 deletions

View File

@ -1,16 +1,18 @@
#ifndef __PATBCON_H
#define __PATBCON_H
#define F_CON_TIPO 101
#define F_CON_CODCF 102
#define F_CON_RAGSOC 112
#define F_CON_CODICE 103
#define F_CON_DESCRIZIONE 113
#define F_CON_DATA 104
#define F_CON_RIFAMM 105
#define F_CON_CAUS1 121
#define F_CON_CAUS2 122
#define F_CON_CAUS3 123
#define F_CON_TIPO 101
#define F_CON_CODCF 102
#define F_CON_RAGSOC 112
#define F_CON_CODICE 103
#define F_CON_DESCRIZIONE 113
#define F_CON_DATA 104
#define F_CON_RIFAMM 105
#define F_CON_CAUS1 121
#define F_CON_CAUS2 122
#define F_CON_CAUS3 123
#define F_CON_COMCON 124
#define B_CON_ASL 125
#endif

View File

@ -79,7 +79,7 @@ BEGIN
END
GROUPBOX DLG_NULL 78 5
GROUPBOX DLG_NULL 78 6
BEGIN
PROMPT 1 5 "@bDati contratto/convenzione/ordine P.A."
END
@ -109,30 +109,42 @@ END
STRING F_CON_RIFAMM 20
BEGIN
PROMPT 24 7 "Riferimento amministrazione "
PROMPT 2 8 "Riferimento amministrazione "
FIELD S4
END
STRING F_CON_COMCON 20
BEGIN
PROMPT 2 9 "Codice commessa o convenzione "
FIELD S5
END
BOOLEAN B_CON_ASL
BEGIN
PROMPT 55 9 "Commessa per sanità"
FIELD B0
END
GROUPBOX DLG_NULL 78 5
BEGIN
PROMPT 1 10 "@bCausale"
PROMPT 1 11 "@bCausale"
END
STRING F_CON_CAUS1 50
BEGIN
PROMPT 14 11 ""
PROMPT 14 12 ""
FIELD S1
END
STRING F_CON_CAUS2 50
BEGIN
PROMPT 14 12 ""
PROMPT 14 13 ""
FIELD S2
END
STRING F_CON_CAUS3 50
BEGIN
PROMPT 14 13 ""
PROMPT 14 14 ""
FIELD S3
END