@if (wsId > 0) { } @if (showCantieriDropdown) {
@for (c of cantieriSuggestions; track c) {
{{ c.ws_name }}
}
}
@if (!wsId) {
Seleziona un cantiere per visualizzare le fatture emesse.
} @if (wsId > 0 && loading) {
} @if (wsId > 0 && !loading) {
@for (r of rows; track r) { } @if (rows.length === 0) { } @if (rows.length > 0) { }
Data Imponibile IVA Rit. Garanz. IVA versata dal committente Netto a pagare Rit. Garan. incassate Apri Azioni
{{ r.numeroDisplay }} {{ formatDataIso(r.dataFattura) }} {{ r.imponibile | currency: 'EUR' }} {{ r.iva | currency: 'EUR' }} {{ r.ritGaranzia | currency: 'EUR' }} {{ r.ivaCommittente | currency: 'EUR' }} {{ r.nettoAPagare | currency: 'EUR' }} {{ r.ritGaranzieIncassate || 0 | currency: 'EUR' }}
Nessuna fattura trovata per questo cantiere.
} @if (wsId > 0 && !loading && totalRows > 0) {
{{ totalRows }} fatture
}