diff --git a/templates/contratti/body.php b/templates/contratti/body.php index b3cac5662..255b497d6 100755 --- a/templates/contratti/body.php +++ b/templates/contratti/body.php @@ -100,7 +100,7 @@ echo ' if (!empty($destinazione)) { echo ' - +

'.tr('Destinazione diversa', [], ['upper' => true]).'

'.$destinazione.' diff --git a/templates/preventivi/body.php b/templates/preventivi/body.php index 325d96625..90898eecc 100755 --- a/templates/preventivi/body.php +++ b/templates/preventivi/body.php @@ -76,36 +76,16 @@ echo ' '_DATE_' => Translator::dateToLocale($documento['data_bozza']), ], ['upper' => true]).' +
+ - - - - - - - - - -
-

'.tr('Pagamento', [], ['upper' => true]).'

-

'.$pagamento['descrizione'].'

-
-

'.tr('Banca di appoggio', [], ['upper' => true]).'

-

'.$banca['nome'].'

-
-

'.tr('IBAN').'

-

'.$banca['iban'].'

-
-

'.tr('BIC').'

-

'.$banca['bic'].'

-
-
- +
+
- - - - - '; + if (!empty($destinazione)) { echo ' - '; @@ -171,7 +152,7 @@ if ($options['pricing']) { '; if (!$options['no-iva']) { echo " - '; + '; } echo " '; @@ -365,7 +346,7 @@ if (($options['pricing'] && !isset($options['hide-total'])) || $options['show-on // Totale imponibile echo ' - @@ -378,7 +359,7 @@ if (($options['pricing'] && !isset($options['hide-total'])) || $options['show-on if ($show_sconto) { echo ' - @@ -390,7 +371,7 @@ if (($options['pricing'] && !isset($options['hide-total'])) || $options['show-on // Totale imponibile echo ' - @@ -404,7 +385,7 @@ if (($options['pricing'] && !isset($options['hide-total'])) || $options['show-on if (!$options['no-iva']) { echo ' - @@ -416,7 +397,7 @@ if (($options['pricing'] && !isset($options['hide-total'])) || $options['show-on // TOTALE echo ' - @@ -465,29 +446,30 @@ if ($options['no-iva']) { // CONDIZIONI GENERALI DI FORNITURA echo ' -
-

'.tr('Spett.le', [], ['upper' => true]).'

+
+

'.tr('Spett.le', [], ['upper' => true]).'

$c_ragionesociale$

$c_indirizzo$

$c_citta_full$

@@ -113,27 +93,28 @@ echo '
-

'.tr('Partita IVA', [], ['upper' => true]).'

+
+

'.tr('Partita IVA', [], ['upper' => true]).'

+ $c_piva$
-

'.tr('Codice fiscale', [], ['upper' => true]).'

+
+

'.tr('Codice fiscale', [], ['upper' => true]).'

+ $c_codicefiscale$
-

'.tr('Destinazione diversa', [], ['upper' => true]).'

+
+

'.tr('Destinazione diversa', [], ['upper' => true]).'

'.$destinazione.'
".tr('Prezzo unitario', [], ['upper' => true]).'".tr('IVA', [], ['upper' => true]).' (%)".tr('IVA', [], ['upper' => true]).' (%)".($options['hide-total'] ? tr('Importo ivato', [], ['upper' => true]) : tr('Importo', [], ['upper' => true])).'
+ '.tr('Imponibile', [], ['upper' => true]).':
+ '.tr('Sconto', [], ['upper' => true]).':
+ '.tr('Totale imponibile', [], ['upper' => true]).':
+ '.tr('Totale IVA', [], ['upper' => true]).':
+ '.tr('Totale documento', [], ['upper' => true]).':
+ +
- - - - - - - - - - - + + + + '; + if ($banca) { + echo' + + + + + + + + + + + + '; + } + echo'
+ '.tr('Condizioni generali di fornitura', [], ['upper' => true]).'
+ '.tr('Pagamento', [], ['upper' => true]).' - + - '.$pagamento['descrizione'].' + + '.$pagamento->getTranslation('title').'
+ '.tr('Validità offerta', [], ['upper' => true]).' - + '; + '; if (!empty($documento->validita) && !empty($documento->tipo_validita)) { $intervallo = CarbonInterval::make($documento->validita.' '.$documento->tipo_validita); @@ -506,34 +488,64 @@ echo '
+ '.tr('Tempi consegna', [], ['upper' => true]).' - + + '.$documento['tempi_consegna'].'
+ '.tr('Esclusioni', [], ['upper' => true]).' - + + '.nl2br($documento['esclusioni']).'
+ '.tr('Garanzia', [], ['upper' => true]).' - + + '.nl2br($documento['garanzia']).'
+

'.$banca['nome'].'

+
+ '.tr('IBAN', [], ['upper' => true]).' + +

'.$banca['iban'].'

+
+ '.tr('BIC', [], ['upper' => true]).' + +

'.$banca['bic'].'

+
'; // Conclusione