Patch level : 12.0 874
Files correlati : cg4.exe cg1500a.uml Commento : Stampa bilancio con provvisori Liquidazione
This commit is contained in:
parent
12b561fc66
commit
216d2b6d84
@ -2426,7 +2426,7 @@ void TLiquidazione_app::set_grand_2000(_DescrItem& d, int &rw)
|
||||
if (_month < 13 && credito_compensabile && credito_autorizzato_F24 > ZERO)
|
||||
{
|
||||
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);
|
||||
}
|
||||
cred_prec -= rimborso;
|
||||
@ -2547,7 +2547,7 @@ void TLiquidazione_app::set_grand_2000(_DescrItem& d, int &rw)
|
||||
if (credito_autorizzato_F24 > ZERO)
|
||||
{
|
||||
credito_utilizzabile += 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@58g%r@100gil %s"), _is_visliq ? "$[r]" : "", _is_visliq ? "$[n]" : "", &credito_autorizzato_F24, (const char *) data_autorizzazione);
|
||||
}
|
||||
set_row(rw++, FR("@11gCredito IVA compensabile detratto@75g%r"), &credito_utilizzato_IVA);
|
||||
credito_utilizzabile -= credito_utilizzato_IVA;
|
||||
|
Loading…
x
Reference in New Issue
Block a user