Patch level : 12.0 1086
Files correlati : ci1300ab.rep ci1300bb.rep ci1300a.rep ci1300a.msk ci1300b.rep ci1.exe Commento : Aggiunti report per beneficiario alla stampa ore per risorsa/attrezzatura aggiunto logo del beneficiario sintassi da mettere nel prescript del campo immagine : LOGO_BENEF #THIS ! L'Id dell'immagine deve essere LOGO+<codice tipo lavoro>
This commit is contained in:
parent
ca3644647f
commit
bbf7453115
@ -3217,6 +3217,16 @@ void TReport::msg_firm(TVariant_stack& stack)
|
||||
cf.set(valore);
|
||||
return;
|
||||
}
|
||||
if (in == "INTEST")
|
||||
{
|
||||
TString intest(ditta.get(NDT_RAGSOC));
|
||||
|
||||
intest << " Partita IVA " << anag.get("PAIV") << "\n"
|
||||
<< anag.get(is_fisc ? ANA_INDRF : ANA_INDRES) << " "
|
||||
<< anag.get(is_fisc ? ANA_CIVRF : ANA_CIVRES) << " "
|
||||
<< comune.get(COM_DENCOM) << " (" << comune.get(COM_PROVCOM) << ")";
|
||||
cf.set(intest);
|
||||
}
|
||||
}
|
||||
|
||||
// Scrive in var il codice del campo, con o senza sezione nel prefisso
|
||||
|
Loading…
x
Reference in New Issue
Block a user