@if (wsId === 0) {
}
@if (calendarVisible && filterWsId > 0) {
{{ getMonthLabel() }}
@for (dow of daysOfWeek; track dow) {
{{ dow }}
} @for (_ of getEmptyCellsBefore(); track _) {
} @for (day of calendarDays; track day) {
{{ day.day }} @if (day.status === 1) { } @if (day.status === 0) { }
}
}
@if (loading) {
} @if (!loading) {
@for (report of list; track report) { } @if (list.length === 0) { }
{{ 'label.rapportini.lista.data' | translate }}
{{ 'label.rapportini.lista.cantiere' | translate }}
{{ isCapo ? ('label.rapportini.lista.capo_squadra' | translate) : 'Dipendente' }}
{{ 'label.rapportini.lista.lavoratori' | translate }}
{{ 'label.rapportini.lista.ore_totali' | translate }}
{{ 'label.rapportini.lista.stato' | translate }}
{{ 'label.rapportini.lista.azioni' | translate }}
{{ report.wsrerp_date | date:'dd/MM/yyyy' }} {{ report.ws_name }} {{ report.manager_name }} {{ getWorkersCount(report) }} {{ getTotalHours(report) }} @if (isCapo) { }
{{ 'label.rapportini.lista.nessun_rapportino' | translate }}
@if (list.length > 0) {
}
}
Sceglierai cantiere/sede e tipo timbratura nella schermata successiva.