. */ include_once __DIR__.'/../../core.php'; // Stato Patrimoniale echo '
Attività |
||
---|---|---|
CONTO | DESCRIZIONE | SALDO |
'.$liv3_p['numero'].' | '.$liv3_p['descrizione'].' | '.numberFormat($liv3_p['totale'], 2).' |
Clienti | '.numberFormat($crediti_clienti, 2).' | |
Fornitori | '.numberFormat($debiti_fornitori, 2).' | |
'.$liv2_p['numero'].' | '.$liv2_p['descrizione'].' | '.numberFormat($totale_livello3, 2).' |
Totale Attività |
'.($totale_attivita ? numberFormat(abs($totale_attivita), 2) : '').' | |
Perdita |
'.numberFormat(abs($utile_perdita), 2).' | |
Totale a pareggio |
'.numberFormat(abs($totale_attivita) + abs($utile_perdita), 2).' |
Passività |
||
---|---|---|
CONTO | DESCRIZIONE | SALDO |
'.$liv3_p['numero'].' | '.$liv3_p['descrizione'].' | '.numberFormat(abs($liv3_p['totale']), 2).' |
Clienti | '.numberFormat(abs($crediti_clienti), 2).' | |
Fornitori | '.numberFormat(abs($debiti_fornitori), 2).' | |
'.$liv2_p['numero'].' | '.$liv2_p['descrizione'].' | '.numberFormat(abs($totale_livello3), 2).' |
Totale Passività |
'.($totale_passivita ? numberFormat(abs($totale_passivita), 2) : '').' | |
Utile |
'.numberFormat(abs($utile_perdita), 2).' | |
Totale a pareggio |
'.($totale_passivita ? numberFormat(abs($totale_passivita), 2) : '').' |
Costi |
|||
---|---|---|---|
CONTO | DESCRIZIONE | SALDO | REDDITO |
'.$liv3_e['numero'].' | '.$liv3_e['descrizione'].' | '.numberFormat(abs($liv3_e['totale']), 2).' | '.numberFormat(abs($liv3_e['totale_reddito']), 2).' |
'.$liv2_e['numero'].' | '.$liv2_e['descrizione'].' | '.numberFormat(abs($totale_livello3), 2).' | '.numberFormat(abs($totale_reddito_livello3), 2).' |
Totale costi |
'.($totale_costi ? numberFormat(abs($totale_costi), 2) : '').' | ||
Utile |
'.numberFormat(abs($utile_perdita), 2).' | ||
Totale a pareggio |
'.($totale_costi ? numberFormat(abs($totale_costi)) : 0) + ($utile_perdita ? numberFormat(abs($utile_perdita), 2) : 0).' |
Ricavi |
|||
---|---|---|---|
CONTO | DESCRIZIONE | SALDO | REDDITO |
'.$liv3_e['numero'].' | '.$liv3_e['descrizione'].' | '.numberFormat(abs($liv3_e['totale']), 2).' | '.numberFormat(abs($liv3_e['totale_reddito']), 2).' |
'.$liv2_e['numero'].' | '.$liv2_e['descrizione'].' | '.numberFormat(abs($totale_livello3), 2).' | '.numberFormat(abs($totale_reddito_livello3), 2).' |
Totale ricavi |
'.($totale_ricavi ? numberFormat(abs($totale_ricavi), 2) : '').' | ||
Perdita |
'.numberFormat(abs($utile_perdita), 2).' | ||
Totale a pareggio |
'.$utile_perdita ? (numberFormat(abs($utile_perdita), 2)) : ''.' |