diff --git a/modules/interventi/ajax_costi.php b/modules/interventi/ajax_costi.php index 6a1414ccc..bdb01665e 100755 --- a/modules/interventi/ajax_costi.php +++ b/modules/interventi/ajax_costi.php @@ -95,7 +95,7 @@ if ($show_prezzi) { '; - // SCONTO + // Totale sconto if (!empty($sconto)) { echo ' @@ -130,7 +130,7 @@ if ($show_prezzi) { '; - // Totale preventivo + // Totale attività echo ' diff --git a/modules/interventi/ajax_tecnici.php b/modules/interventi/ajax_tecnici.php index 669c62272..00ee5ceb2 100755 --- a/modules/interventi/ajax_tecnici.php +++ b/modules/interventi/ajax_tecnici.php @@ -61,7 +61,7 @@ if (!empty($sessioni)) { if (!$is_completato) { echo ' - #'; +  '; } echo ' diff --git a/modules/interventi/row-list.php b/modules/interventi/row-list.php index 03d3184d3..d7af4041d 100755 --- a/modules/interventi/row-list.php +++ b/modules/interventi/row-list.php @@ -22,26 +22,26 @@ include_once __DIR__.'/init.php'; $show_prezzi = Auth::user()['gruppo'] != 'Tecnici' || (Auth::user()['gruppo'] == 'Tecnici' && setting('Mostra i prezzi al tecnico')); $righe = $intervento->getRighe(); -if (!$righe->isEmpty()) { + echo '
- '; + '; if ($show_prezzi) { echo ' - - - - '; + + + + '; } if (!$record['flag_completato']) { echo ' - '; + '; } echo ' @@ -172,13 +172,32 @@ if (!$righe->isEmpty()) { } echo ' - + '; + + $show_prezzi = Auth::user()['gruppo'] != 'Tecnici' || (Auth::user()['gruppo'] == 'Tecnici' && setting('Mostra i prezzi al tecnico')); + + if ($show_prezzi) { + + // Calcoli + $righe = $intervento->getRighe(); + + // IMPONIBILE + echo ' + + + + + '; + + } + + echo'
'.tr('Descrizione').''.tr('Q.tà').''.tr('Q.tà').''.tr('Prezzo di acquisto').''.tr('Prezzo di vendita').''.tr('Iva unitaria').''.tr('Importo').''.tr('Prezzo di acquisto').''.tr('Prezzo di vendita').''.tr('Iva unitaria').''.tr('Importo').''.tr('#').''.tr(' ').'
+ '.tr('Imponibile', [], ['upper' => true]).': + + '.moneyFormat($righe->sum('totale_imponibile'), 2).' +
'; -} else { - echo ' -

'.tr('Nessuna riga presente').'.

'; -} echo '