@if (showFornitoriDropdown && fornitoriSuggestions.length > 0) {
@for (s of fornitoriSuggestions; track s) {
{{ s.name }}
}
}
@if (showCantieriDropdown && cantieriSuggestions.length > 0) {
@for (c of cantieriSuggestions; track c) {
{{ c.ws_name }}
}
}
@if (loading) {
} @if (!loading && mesi.length > 0) {
@if (meseCorrenteInfo) {
SCADENZE AL {{ meseCorrenteInfo.scadenzaAl }} Importo Totale: {{ totaleMese | currency: 'EUR':'symbol':'1.2-2':'it' }}
} @if (selezionate.size > 0) {
}
@for (rata of rate; track rata) { } @if (rate.length === 0) { } @if (rate.length > 0) { }
FORNITORE Importo Annotazioni Cantiere Stato Note Azioni
{{ rata.fornitore }} {{ rata.importo | currency: 'EUR':'symbol':'1.2-2':'it' }} {{ rata.annotazione }} {{ rata.cantiere }} {{ getStatoLabel(rata.stato) }} {{ rata.note }} @if (rata.stato === Stato.INSERITA || rata.stato === Stato.SCADUTA_NON_PAGATA) { } @if (rata.stato === Stato.IN_ATTESA_DI_AUTORIZZAZIONE) { } @if (rata.stato === Stato.AUTORIZZATA) { } @if (rata.stato === Stato.PAGATA) { }
Nessuna rata per questo mese
Totale del mese {{ totaleMese | currency: 'EUR':'symbol':'1.2-2':'it' }}
} @if (!loading && mesi.length === 0 && searched) {

Nessuna scadenza trovata per i filtri selezionati.

}