@if (loadingLista && clienti.length === 0) {
| Data | Fatture emesse | Importo | Apri |
|---|---|---|---|
| {{ formatDataIso(f.data) }} | {{ f.descrizione }} | {{ f.totale | currency: 'EUR' }} |
|
| Nessuna fattura. | |||
| Somma importo fatture emesse | {{ dettaglioTotaleFatture | currency: 'EUR' }} | ||
| Data | Incassi | Importo |
|---|---|---|
| {{ formatDataIso(i.dataPagamento) }} | {{ i.descrizione }} | {{ i.importo | currency: 'EUR' }} |
| Nessun incasso. | ||
| Somma importo incassi | {{ dettaglioTotaleIncassi | currency: 'EUR' }} | |