Patch level : 12.0 870
Files correlati : cg4.exe Commento : Corretto Calcolo IVA dovuta o a credito
This commit is contained in:
parent
dce091c531
commit
6e99da8567
@ -2426,7 +2426,7 @@ void TLiquidazione_app::set_grand_2000(_DescrItem& d, int &rw)
|
|||||||
if (_month < 13 && credito_compensabile && credito_autorizzato_F24 > ZERO)
|
if (_month < 13 && credito_compensabile && credito_autorizzato_F24 > ZERO)
|
||||||
{
|
{
|
||||||
cred_prec -= credito_autorizzato_F24;
|
cred_prec -= credito_autorizzato_F24;
|
||||||
// cre_deb_per += credito_autorizzato_F24;
|
cre_deb_per += credito_autorizzato_F24;
|
||||||
set_row(rw++,FR("%s@11gCredito IVA autorizzato in F24%s@75g%r@100gil %s"), _is_visliq ? "$[r]" : "", _is_visliq ? "$[n]" : "", &credito_autorizzato_F24, (const char *) data_autorizzazione);
|
set_row(rw++,FR("%s@11gCredito IVA autorizzato in F24%s@75g%r@100gil %s"), _is_visliq ? "$[r]" : "", _is_visliq ? "$[n]" : "", &credito_autorizzato_F24, (const char *) data_autorizzazione);
|
||||||
}
|
}
|
||||||
cred_prec -= rimborso;
|
cred_prec -= rimborso;
|
||||||
@ -2862,6 +2862,10 @@ bool TLiquidazione_app::set_annual(_DescrItem& d)
|
|||||||
set_row(row++, FR("%% PRO-RATA (%s%%)"), (const char*)s1);
|
set_row(row++, FR("%% PRO-RATA (%s%%)"), (const char*)s1);
|
||||||
set_row(row++, FR("Numeratore pro-rata @69g%r"), &(d._ra1));
|
set_row(row++, FR("Numeratore pro-rata @69g%r"), &(d._ra1));
|
||||||
set_row(row++, FR("Denominatore @69g%r"), &(d._ra0));
|
set_row(row++, FR("Denominatore @69g%r"), &(d._ra0));
|
||||||
|
#ifdef DBG
|
||||||
|
set_row(row++, FR("Numeratore pro-rata 1 @69g%r"), &(d._ra3));
|
||||||
|
set_row(row++, FR("Denominatore 1 @69g%r"), &(d._ra2));
|
||||||
|
#endif
|
||||||
set_row(row++,FR("Detraibilità @69g%r%%"), &perc_det);
|
set_row(row++,FR("Detraibilità @69g%r%%"), &perc_det);
|
||||||
row++;
|
row++;
|
||||||
set_row(row++,FR("C1 - Operazioni esenti escluse da nr. 1 a 9 e 11 art. 10 @69g%r"), &(d._r1));
|
set_row(row++,FR("C1 - Operazioni esenti escluse da nr. 1 a 9 e 11 art. 10 @69g%r"), &(d._r1));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user