Inventuren gesamt
{{ $totalTasks }}
letzten {{ $period }} Tage
Abschlussquote
{{ $completionRate }}%
{{ $completedTasks }} von {{ $totalTasks }} erledigt
Ø Abweichung
{{ number_format($deviationStats->avg_abs_deviation ?? 0, 1) }}
Stück pro Zählung
Gesamt-Abweichung
{{ number_format($deviationStats->total_deviation ?? 0, 0) }}
Stück kumuliert
{{ $branch->tasks_done }}/{{ $branch->tasks_total }} Zählungen
| Datum | Filiale | Artikel | Soll | Ist | Abweichung |
|---|---|---|---|---|---|
| {{ $count->counted_at->format('d.m.Y') }} | {{ $count->task->branch->name ?? '–' }} | {{ $count->task->article_name ?? '–' }} | {{ number_format($count->task->expected_stock ?? 0, 0) }} | {{ number_format($count->actual_stock, 0) }} | {{ $count->deviation > 0 ? '+' : '' }}{{ number_format($count->deviation, 0) }} |
| Noch keine Zählungen im gewählten Zeitraum. | |||||