Patch level : 12.0 394
Files correlati : cg4.exe Corretto in funzionamento per fatture per cassa Corretta stampa registri per l'ultima registrazione stampata 2 volte in certe condizioni git-svn-id: svn://10.65.10.50/branches/R_10_00@23836 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
d223b42530
commit
05c898c9a6
@ -1184,7 +1184,7 @@ void TLiquidazione_app::recalc_att(int month, const char* codatt, TAssoc_array &
|
||||
#ifdef DBG
|
||||
const long nr = _mov->get_long(MOV_NUMREG);
|
||||
|
||||
if (tipomov == vendita && iva_cass)
|
||||
if (nr == 91934 )
|
||||
int i = 1 ;
|
||||
#endif
|
||||
|
||||
@ -1459,7 +1459,7 @@ void TLiquidazione_app::recalc_att(int month, const char* codatt, TAssoc_array &
|
||||
#ifdef DBG
|
||||
const long nr = _mov->get_long(MOV_NUMREG);
|
||||
|
||||
if (nr == 29252)
|
||||
if (nr == 91934)
|
||||
int i = 1 ;
|
||||
if (iva_cass && tm == vendita)
|
||||
int i = 1;
|
||||
@ -1680,7 +1680,7 @@ void TLiquidazione_app::recalc_att(int month, const char* codatt, TAssoc_array &
|
||||
|
||||
id.put(RMI_IMPONIBILE, val_imp);
|
||||
id.put(RMI_IMPOSTA, val_iva);
|
||||
if (is_detr_diff == 0 && tipomov_pag == tm_pagamento) // detraibile
|
||||
if (is_detr_diff == 0 && tipomov_pag >= tm_pagamento) // detraibile
|
||||
{
|
||||
if (tipomov == vendita)
|
||||
{
|
||||
@ -1696,9 +1696,6 @@ void TLiquidazione_app::recalc_att(int month, const char* codatt, TAssoc_array &
|
||||
else
|
||||
_imposta_inc_diff_acq+= val_iva;
|
||||
}
|
||||
}
|
||||
if (tipomov_pag >= tm_pagamento && is_detr_diff == 0)
|
||||
{
|
||||
incdiff_imp += val_imp;
|
||||
incdiff_iva += val_iva;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user