. */ include_once __DIR__.'/../riepilogo_interventi/bottom.php'; $budget = get_imponibile_preventivo($id_record); $rapporto = floatval($budget) - floatval($somma_totale_imponibile); if ($pricing && empty($options['dir'])) { // Totale imponibile echo ' '; // TOTALE echo ' '; // BUDGET echo ' '; // RAPPORTO echo ' '; echo '
'.tr('Totale consuntivo (no iva)', [], ['upper' => true]).': '.moneyFormat($somma_totale_imponibile).'
'.tr('Budget (no IVA)', [], ['upper' => true]).': '.moneyFormat($budget).'
'.tr('Rapporto budget/spesa (no IVA)', [], ['upper' => true]).': '.moneyFormat($rapporto).'
'; }