diff --git a/modules/partitario/edit.php b/modules/partitario/edit.php index eb1034075..574b25d1a 100755 --- a/modules/partitario/edit.php +++ b/modules/partitario/edit.php @@ -20,7 +20,7 @@ if ($bilancio_gia_aperto) { fetchArray($query1); foreach ($primo_livello as $conto_primo) { diff --git a/templates/interventi/body.php b/templates/interventi/body.php index fc6a461d9..36a3ec2f3 100755 --- a/templates/interventi/body.php +++ b/templates/interventi/body.php @@ -8,14 +8,14 @@ include_once __DIR__.'/../../core.php'; echo ' - + - - - - + + + + '; // Dati cliente @@ -301,7 +301,7 @@ foreach ($sessioni as $i => $sessione) { if ($i == 0) { echo ' '; } else { echo ' diff --git a/templates/preventivi/body.php b/templates/preventivi/body.php index 9ce3aa0d7..522c3f3d3 100755 --- a/templates/preventivi/body.php +++ b/templates/preventivi/body.php @@ -186,7 +186,7 @@ if (($options['pricing'] && !isset($options['hide_total'])) || $options['show_on '.tr('Imponibile', [], ['upper' => true]).': - '; @@ -199,7 +199,7 @@ if (($options['pricing'] && !isset($options['hide_total'])) || $options['show_on '.tr('Sconto', [], ['upper' => true]).': - '; @@ -211,7 +211,7 @@ if (($options['pricing'] && !isset($options['hide_total'])) || $options['show_on '.tr('Totale imponibile', [], ['upper' => true]).': - '; @@ -224,7 +224,7 @@ if (($options['pricing'] && !isset($options['hide_total'])) || $options['show_on '.tr('Totale IVA', [], ['upper' => true]).': - '; @@ -235,7 +235,7 @@ if (($options['pricing'] && !isset($options['hide_total'])) || $options['show_on - ';
'.tr('Rapporto operazioni e interventi', [], ['upper' => true]).''.tr('Rapporto attività e interventi', [], ['upper' => true]).'
'.tr('Intervento num.').': '.$documento['codice'].''.tr('Data').': '.Translator::dateToLocale($documento['data_richiesta']).''.tr('Preventivo num.').': '.(!empty($preventivo) ? $preventivo['numero'] : '').''.tr('Contratto num.').': '.(!empty($contratto) ? $contratto['numero'] : '').''.tr('Intervento n.').': '.$documento['codice'].''.tr('Data richiesta').': '.Translator::dateToLocale($documento['data_richiesta']).''.tr('Preventivo n.').': '.(!empty($preventivo) ? $preventivo['numero'] : '').''.tr('Contratto n.').': '.(!empty($contratto) ? $contratto['numero'] : '').'
- '.tr('Si dichiara che i lavori sono stati eseguiti ed i materiali installati').' + '.tr('Si dichiara che i lavori sono stati eseguiti ed i materiali installati nel rispetto delle vigenti normative tecniche').' + '.moneyFormat($show_sconto ? $imponibile : $totale_imponibile, 2).'
+ '.moneyFormat($sconto, 2).'
+ '.moneyFormat($totale_imponibile, 2).'
+ '.moneyFormat($totale_iva, 2).'
'.tr('Totale documento', [], ['upper' => true]).': + '.moneyFormat($totale, 2).'