Patch level :10.0 194
Files correlati : Ricompilazione Demo : [ ] Commento :ripoertate correzioni dalla 5.0 per la stampa registro comprensibile cespiti git-svn-id: svn://10.65.10.50/trunk@17923 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
06b41b506b
commit
215aac9714
@ -274,6 +274,12 @@ bool TStampa_sintetica_rep::get_usr_val(const TString& name, TVariant& var) cons
|
|||||||
rec_ammce.get_real(AMMCE_QPPRIVATE) + rec_ammce.get_real(AMMCE_FPRIVATO));
|
rec_ammce.get_real(AMMCE_QPPRIVATE) + rec_ammce.get_real(AMMCE_FPRIVATO));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
if (name == "#QAMM_FPRIVATO") //fondo ammortamento privato corrente
|
||||||
|
{
|
||||||
|
const TRectype& rec_ammce = _cespite.amm_pro();
|
||||||
|
var = rec_ammce.get_real(AMMCE_FPRIVATO);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
if (name == "#FAMM") //fondo ammortamento alla fine dell'esercizio precedente
|
if (name == "#FAMM") //fondo ammortamento alla fine dell'esercizio precedente
|
||||||
{
|
{
|
||||||
const TRectype& rec_ammce = _cespite.amm_ini();
|
const TRectype& rec_ammce = _cespite.amm_ini();
|
||||||
@ -283,6 +289,12 @@ bool TStampa_sintetica_rep::get_usr_val(const TString& name, TVariant& var) cons
|
|||||||
var = fondo;
|
var = fondo;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
if (name == "#FAMM_FPRIVATO") //fondo ammortamento alla fine dell'esercizio precedente
|
||||||
|
{
|
||||||
|
const TRectype& rec_ammce = _cespite.amm_ini();
|
||||||
|
var = rec_ammce.get_real(AMMCE_FPRIVATO);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
if (name == "#CESSELIM") //cessioni elminiazioni
|
if (name == "#CESSELIM") //cessioni elminiazioni
|
||||||
{
|
{
|
||||||
real cesselim;
|
real cesselim;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user