Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/branches/R_10_00@22398 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
a37f40dfa9
commit
5982019fd0
@ -2216,6 +2216,21 @@ void TFatturazione_lav_app::main_loop()
|
|||||||
_log->log(0, str);
|
_log->log(0, str);
|
||||||
numdocscart++;
|
numdocscart++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//solo totali
|
||||||
|
if(_solototali)
|
||||||
|
{
|
||||||
|
for (int i = 0; i < items; i++)
|
||||||
|
{
|
||||||
|
const TDocumento & doc = docsout[i];
|
||||||
|
|
||||||
|
totimp += doc.imponibile();
|
||||||
|
imposta += doc.imposta();
|
||||||
|
totdoc += doc.totale_doc();
|
||||||
|
spese += doc.spese();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
docsout.destroy(-1);
|
docsout.destroy(-1);
|
||||||
if (!_solototali)
|
if (!_solototali)
|
||||||
docsin.rewrite();
|
docsin.rewrite();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user