Corretti calcoli marca da bollo a video e in stampa
This commit is contained in:
parent
6004ec19a2
commit
757d53e844
|
@ -363,6 +363,8 @@ if (abs($records[0]['ritenutaacconto']) > 0) {
|
|||
</td>
|
||||
<td></td>
|
||||
</tr>';
|
||||
|
||||
//$netto_a_pagare -= $records[0]['ritenutaacconto'];
|
||||
}
|
||||
|
||||
// NETTO A PAGARE
|
||||
|
|
|
@ -207,7 +207,7 @@ if (abs($records[0]['bollo']) > 0) {
|
|||
|
||||
// Info per il footer
|
||||
$imponibile = sum($imponibile);
|
||||
$iva = sum($iva);
|
||||
$iva = sum($iva) + $records[0]['iva_rivalsainps'];
|
||||
$sconto = sum($sconto);
|
||||
|
||||
$totale = $imponibile + $iva - $sconto;
|
||||
$totale = $imponibile + $iva - $sconto + $records[0]['rivalsainps'];
|
||||
|
|
|
@ -213,7 +213,7 @@ if (!empty($records[0]['rivalsainps'])) {
|
|||
echo '
|
||||
|
||||
<td class="cell-padded text-center" colspan="'.$second_colspan.'">
|
||||
'.Translator::numberToLocale($totale + $records[0]['rivalsainps']).' €
|
||||
'.Translator::numberToLocale($totale).' €
|
||||
</td>
|
||||
</tr>';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue