. */ include_once __DIR__.'/../riepilogo_interventi/bottom.php'; $budget = get_imponibile_preventivo($id_record); $somma_totale_imponibile = get_totale_interventi_preventivo($id_record); $rapporto = floatval($budget) - floatval($somma_totale_imponibile); if ($pricing && empty($options['dir'])) { // Totale imponibile 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).' |