{{ getTitolo() }}
@if (wsId > 0) { }
@if (showCantieriDropdown) {
@for (c of cantieriSuggestions; track c) {
{{ c.ws_name }}
}
}
@if (loading) {
} @if (!loading) {
} @if (!loading) {
@if (showCostoColumn) { } @if (showCantiereColumn) { } @for (riga of righe; track riga) { @if (showCostoColumn) { } @if (showCantiereColumn) { } } @if (righe.length === 0 && !loading) { } @if (righe.length > 0) { @if (showCostoColumn) { } @if (showCantiereColumn) { } }
{{ 'label.riepilogo.col.data_doc' | translate }} {{ 'label.riepilogo.col.num_fatt' | translate }} {{ 'label.riepilogo.col.fornitore' | translate }} {{ 'label.riepilogo.col.causale' | translate }} {{ 'label.riepilogo.col.imponibile' | translate }} {{ 'label.riepilogo.col.totale' | translate }} {{ 'label.riepilogo.col.costo' | translate }} {{ 'label.riepilogo.filtri.cantiere' | translate }} {{ 'label.riepilogo.col.apri' | translate }} {{ 'label.riepilogo.col.azioni' | translate }}
{{ formatDate(riga.fat_data) }} {{ riga.fat_numero }} {{ riga.fornitore }} {{ riga.fat_descrizione }} {{ formatCurrency(riga.imponibile) }} {{ formatCurrency(riga.totale) }}{{ riga.costi_concatenati }}{{ riga.ws_name }}

{{ 'label.riepilogo.nessun_dato' | translate }}

{{ 'label.riepilogo.col.tot_righe_vista' | translate }}: {{ formatCurrency(totaleImponibile) }} {{ formatCurrency(totaleTotale) }}
} @if (!loading && righe.length > 0) {
}