Patch level : 12.0 no-patch
Files correlati : tf Commento : Sistemata scrittura trimestre nel file git-svn-id: svn://10.65.10.50/branches/R_10_00@23841 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
3c49cbce59
commit
13cab7cc4e
@ -225,14 +225,16 @@ bool TIvaSend_app::generate(TIvaSend_msk& msk)
|
||||
else
|
||||
{
|
||||
riga.add(""); // Mese
|
||||
riga.add(start); // Trimestre
|
||||
riga.add(start/3); // Trimestre
|
||||
}
|
||||
|
||||
char subfor = rowLiq.get_bool("SUBFOR") ? 'X' : '\0';
|
||||
riga.add(subfor); // Flag Subfornitura
|
||||
riga.add(""); // Eventi eccezionali
|
||||
riga.add(formatCurrency(rowLiq.get("TOTOPATT"))); // Totale operazioni attive (al netto dell'IVA)
|
||||
riga.add(formatCurrency(rowLiq.get("TOTOPPAS"))); // Totale operazioni passive (al netto dell'IVA)
|
||||
real totopatt = rowLiq.get_real("TOTOPATT") + rowLiq.get_real("TOTOPATTXC");
|
||||
real totoppas = rowLiq.get_real("TOTOPPAS") + rowLiq.get_real("TOTOPPAS");
|
||||
riga.add(formatCurrency(totopatt.string())); // Totale operazioni attive (al netto dell'IVA)
|
||||
riga.add(formatCurrency(totoppas.string())); // Totale operazioni passive (al netto dell'IVA)
|
||||
|
||||
real ivaes = rowLiq.get_real("IVAES") + rowLiq.get_real("IVAESXC") + rowLiq.get_real("IVAESDIFF");
|
||||
riga.add(formatCurrency(ivaes.string())); // IVA esigibile
|
||||
|
Loading…
x
Reference in New Issue
Block a user