. */ include_once __DIR__.'/../../../core.php'; $mesi = [ 1 => 'Gennaio', 2 => 'Febbraio', 3 => 'Marzo', 4 => 'Aprile', 5 => 'Maggio', 6 => 'Giugno', 7 => 'Luglio', 8 => 'Agosto', 9 => 'Settembre', 10 => 'Ottobre', 11 => 'Novembre', 12 => 'Dicembre', ]; echo '
'.tr(' ').' | '.tr('Scadenza').' | '.tr('Ragione sociale').' | '.tr('Importo').' | |
---|---|---|---|---|
|
'.dateFormat($pianificazione->data_scadenza).'
'.reference($contratto).'
|
'.Modules::link('Anagrafiche', $anagrafica->id, nl2br($anagrafica->ragione_sociale)).' |
'.moneyFormat($pianificazione->totale).'
'.tr('Rata _IND_/_NUM_ (totale: _TOT_)', [
'_IND_' => numberFormat($pianificazione->getNumeroPianificazione(), 0),
'_NUM_' => numberFormat($numero_pianificazioni, 0),
'_TOT_' => moneyFormat($contratto->totale),
]).
'
| ';
// Pulsanti
echo '
|
|