Aggiunte opzioni possibli stampa Contratto
This commit is contained in:
parent
967b57999d
commit
9b745228c6
|
@ -271,15 +271,15 @@ $netto_a_pagare = $documento->netto;
|
|||
$show_sconto = $sconto > 0;
|
||||
|
||||
// TOTALE COSTI FINALI
|
||||
if ($options['pricing']) {
|
||||
if (($options['pricing'] && !isset($options['hide-total'])) || $options['show-only-total']) {
|
||||
// Totale imponibile
|
||||
echo '
|
||||
<tr>
|
||||
<td colspan="3" class="text-right border-top">
|
||||
<b>'.tr('Imponibile', [], ['upper' => true]).':</b>
|
||||
<td colspan="' . ($options['show-only-total'] ? (($has_image) ? 3 : 2) : 4) . '" class="text-right border-top">
|
||||
<b>'.tr('Imponibile', [], ['upper' => true]). ':</b>
|
||||
</td>
|
||||
|
||||
<th colspan="2" class="text-right">
|
||||
<th colspan="' . ($options['show-only-total'] ? (($has_image) ? ($options['no-iva'] ? 1 : 2) : 1) : (($has_image) ? 3 : 2)) . '" class="text-right">
|
||||
<b>'.moneyFormat($show_sconto ? $imponibile : $totale_imponibile, $d_totali).'</b>
|
||||
</th>
|
||||
</tr>';
|
||||
|
@ -288,11 +288,11 @@ if ($options['pricing']) {
|
|||
if ($show_sconto) {
|
||||
echo '
|
||||
<tr>
|
||||
<td colspan="3" class="text-right border-top">
|
||||
<b>'.tr('Sconto', [], ['upper' => true]).':</b>
|
||||
<td colspan="' . ($options['show-only-total'] ? 2 : 4) . '" class="text-right border-top">
|
||||
<b>'.tr('Sconto', [], ['upper' => true]). ':</b>
|
||||
</td>
|
||||
|
||||
<th colspan="2" class="text-right">
|
||||
<th colspan="' . ($options['show-only-total'] ? (($has_image) ? 2 : 1) : (($has_image) ? 3 : 2)) . '" class="text-right">
|
||||
<b>'.moneyFormat($sconto, $d_totali).'</b>
|
||||
</th>
|
||||
</tr>';
|
||||
|
@ -300,24 +300,24 @@ if ($options['pricing']) {
|
|||
// Totale imponibile
|
||||
echo '
|
||||
<tr>
|
||||
<td colspan="3" class="text-right border-top">
|
||||
<b>'.tr('Totale imponibile', [], ['upper' => true]).':</b>
|
||||
<td colspan="' . ($options['show-only-total'] ? 2 : 4) . '" class="text-right border-top">
|
||||
<b>'.tr('Totale imponibile', [], ['upper' => true]). ':</b>
|
||||
</td>
|
||||
|
||||
<th colspan="2" class="text-right">
|
||||
<th colspan="' . ($options['show-only-total'] ? (($has_image) ? 2 : 1) : (($has_image) ? 3 : 2)) . '" class="text-right">
|
||||
<b>'.moneyFormat($totale_imponibile, $d_totali).'</b>
|
||||
</th>
|
||||
</tr>';
|
||||
}
|
||||
|
||||
if (!$options['no-iva']) {
|
||||
// IVA
|
||||
echo '
|
||||
<tr>
|
||||
<td colspan="3" class="text-right border-top">
|
||||
<b>'.tr('Totale IVA', [], ['upper' => true]).':</b>
|
||||
<td colspan="' . ($options['show-only-total'] ? 2 : 4) . '" class="text-right border-top">
|
||||
<b>'.tr('Totale IVA', [], ['upper' => true]). ':</b>
|
||||
</td>
|
||||
|
||||
<th colspan="2" class="text-right">
|
||||
<th colspan="' . ($options['show-only-total'] ? (($has_image) ? 2 : 1) : (($has_image) ? 3 : 2)) . '" class="text-right">
|
||||
<b>'.moneyFormat($totale_iva, $d_totali).'</b>
|
||||
</th>
|
||||
</tr>';
|
||||
|
@ -325,9 +325,10 @@ if ($options['pricing']) {
|
|||
// TOTALE
|
||||
echo '
|
||||
<tr>
|
||||
<td colspan="3" class="text-right border-top">
|
||||
<td colspan="' . ($options['show-only-total'] ? 2 : 4) . '" class="text-right border-top">
|
||||
<b>'.tr('Totale documento', [], ['upper' => true]).':</b>
|
||||
</td>
|
||||
|
||||
<th colspan="2" class="text-right">
|
||||
<b>'.moneyFormat($totale, $d_totali).'</b>
|
||||
</th>
|
||||
|
@ -337,10 +338,10 @@ if ($options['pricing']) {
|
|||
// SCONTO IN FATTURA
|
||||
echo '
|
||||
<tr>
|
||||
<td colspan="3" class="text-right border-top">
|
||||
<b>'.tr('Sconto in fattura', [], ['upper' => true]).':</b>
|
||||
<td colspan="' . ($options['show-only-total'] ? 2 : 4) . '" class="text-right border-top">
|
||||
<b>'.tr('Sconto in fattura', [], ['upper' => true]). ':</b>
|
||||
</td>
|
||||
<th colspan="2" class="text-right">
|
||||
<th colspan="' . ($options['show-only-total'] ? (($has_image) ? 2 : 1) : (($has_image) ? 3 : 2)) . '" class="text-right">
|
||||
<b>'.moneyFormat($sconto_finale, $d_totali).'</b>
|
||||
</th>
|
||||
</tr>';
|
||||
|
@ -348,18 +349,28 @@ if ($options['pricing']) {
|
|||
// NETTO A PAGARE
|
||||
echo '
|
||||
<tr>
|
||||
<td colspan="3" class="text-right border-top">
|
||||
<b>'.tr('Netto a pagare', [], ['upper' => true]).':</b>
|
||||
<td colspan="' . ($options['show-only-total'] ? 2 : 4) . '" class="text-right border-top">
|
||||
<b>'.tr('Netto a pagare', [], ['upper' => true]). ':</b>
|
||||
</td>
|
||||
<th colspan="2" class="text-right">
|
||||
<th colspan="' . ($options['show-only-total'] ? (($has_image) ? 2 : 1) : (($has_image) ? 3 : 2)) . '" class="text-right">
|
||||
<b>'.moneyFormat($netto_a_pagare, $d_totali).'</b>
|
||||
</th>
|
||||
</tr>';
|
||||
}
|
||||
}
|
||||
}
|
||||
echo '
|
||||
</table>';
|
||||
|
||||
if ($options['no-iva']) {
|
||||
echo '
|
||||
<p colspan="3" class="text-right text-muted">
|
||||
<small>Importo IVA esclusa</small>
|
||||
</p>
|
||||
';
|
||||
}
|
||||
|
||||
|
||||
// CONDIZIONI GENERALI DI FORNITURA
|
||||
$pagamento = Pagamento::find($documento['idpagamento']);
|
||||
|
||||
|
|
|
@ -419,6 +419,7 @@ if (($options['pricing'] && !isset($options['hide-total'])) || $options['show-on
|
|||
<td colspan="'.($options['show-only-total'] ? 2 : 4).'" class="text-right border-top">
|
||||
<b>'.tr('Totale documento', [], ['upper' => true]).':</b>
|
||||
</td>
|
||||
|
||||
<th colspan="'.($options['show-only-total'] ? (($has_image) ? 2 : 1) : (($has_image) ? 3 : 2)).'" class="text-right">
|
||||
<b>'.moneyFormat($totale, $d_totali).'</b>
|
||||
</th>
|
||||
|
|
Loading…
Reference in New Issue