Patch level : 12.0 716
Files correlati : cg Commento : Sistemata stampa progressivi IVA per competenza
This commit is contained in:
parent
d5ddb7bc67
commit
9ff2a97802
@ -121,16 +121,20 @@ void TRiepilogoIVA_recordset::requery()
|
||||
if (meseliq != 0)
|
||||
{
|
||||
data.set_month(meseliq);
|
||||
data.set_end_month();
|
||||
if (competenzadiversaIVA())
|
||||
{
|
||||
if (data < _from_date || data > _to_date)
|
||||
continue;
|
||||
}
|
||||
else
|
||||
data.set_end_month();
|
||||
if (competenzadiversaIVA())
|
||||
{
|
||||
if (data < _from_date || data > _to_date)
|
||||
continue;
|
||||
}
|
||||
else
|
||||
continue;
|
||||
|
||||
}
|
||||
else
|
||||
if (competenzadiversaIVA() && !competenzaperiodoIVA())
|
||||
continue;
|
||||
|
||||
if (fattrit)
|
||||
{
|
||||
if (registrazioneIVAritardo())
|
||||
|
Loading…
x
Reference in New Issue
Block a user