Patch level : 12.0 1098
Files correlati : li0.exe fp0.exe ve1.exe Commento : Aggiunta la data di protocollo dell'Agenzia delle Entrate sulle lettere d'intento. Modificati i dati gestionali per le lettere d'intento.
This commit is contained in:
parent
ea91243d93
commit
8bb2ebba5b
@ -1,3 +1,3 @@
|
||||
154
|
||||
0
|
||||
$letint|0|0|135|0|Lettere d'intento|||
|
||||
$letint|0|0|143|0|Lettere d'intento|||
|
||||
|
@ -1,5 +1,5 @@
|
||||
154
|
||||
19
|
||||
20
|
||||
ANNO|2|4|0|Anno
|
||||
NUMPROT|3|6|0|Numero protocollo
|
||||
DATAREG|5|8|0|Data di registrazione
|
||||
@ -17,6 +17,7 @@ STAMPATO|8|1|0|Stampato
|
||||
INVIATO|8|1|0|Inviato
|
||||
PROTINTF|1|17|0|Numero di protocollo passato dall agenzia delle entrate (prima parte)
|
||||
PROTINTS|1|6|0|Numero di protocollo passato dall agenzia delle entrate (seconda parte)
|
||||
PROTDATA|5|8|0|Data di protocollo passata dall agenzia delle entrate
|
||||
CHIUSA|8|1|0|Indica se una lettera di intento è chiusa
|
||||
CODTPE|1|3|0|Tipo di esenzione
|
||||
2
|
||||
|
@ -18,6 +18,7 @@
|
||||
#define LETINT_INVIATO "INVIATO"
|
||||
#define LETINT_PROTINTF "PROTINTF"
|
||||
#define LETINT_PROTINTS "PROTINTS"
|
||||
#define LETINT_PROTDATA "PROTDATA"
|
||||
#define LETINT_CHIUSA "CHIUSA"
|
||||
#define LETINT_CODTPE "CODTPE"
|
||||
|
||||
|
@ -33,4 +33,5 @@
|
||||
#define F_UTILIZZATO 127
|
||||
#define F_DISPONIBILE 128
|
||||
#define F_TIPOES 129
|
||||
#define F_DESCTPE 130
|
||||
#define F_DESCTPE 130
|
||||
#define F_PROTDATA 131
|
@ -208,11 +208,17 @@ END
|
||||
|
||||
STRING F_PROTINTS 6
|
||||
BEGIN
|
||||
PROMPT 50 12 " - "
|
||||
PROMPT 50 12 "-"
|
||||
FIELD PROTINTS
|
||||
//CHECKTYPE REQUIRED
|
||||
END
|
||||
|
||||
DATE F_PROTDATA
|
||||
BEGIN
|
||||
PROMPT 60 12 ""
|
||||
FIELD PROTDATA
|
||||
END
|
||||
|
||||
STRING F_TIPOES 6
|
||||
BEGIN
|
||||
PROMPT 1 13 "Codice "
|
||||
|
@ -442,7 +442,7 @@ int TLi_manager::get_plafond_row(const TDocumento & d, TString & protinf, TStrin
|
||||
|
||||
protinf = reclint.get(LETINT_PROTINTF);
|
||||
protins = reclint.get(LETINT_PROTINTS);
|
||||
dataprot = reclint.get_date(LETINT_VSDATA);
|
||||
dataprot = reclint.get_date(LETINT_PROTDATA);
|
||||
if (type.full() && rectype.full())
|
||||
{
|
||||
field = rectype.get("S4");
|
||||
|
Loading…
x
Reference in New Issue
Block a user