Heute gesamt
{{ $todayTotal }}
Heute erledigt
{{ $todayDone }}
Heute offen
{{ $todayPending }}
| Datum | Filiale | Artikel | Soll | Gezählt | Abw. | Status |
|---|---|---|---|---|---|---|
| {{ $task->task_date->format('d.m.Y') }} @if($task->sequence > 1)#{{ $task->sequence }}@endif | {{ $task->branch->name }} |
{{ $task->article_name }} @if($task->isForced())⚠ Sonderinventur: {{ $task->force_reason }} @else{{ $task->article_sku ?: '–' }} @endif |
{{ number_format($task->expected_stock, 0) }} | {{ $task->count ? number_format($task->count->actual_stock, 0) : '–' }} | @if($task->count) {{ $task->count->deviation > 0 ? '+' : '' }}{{ number_format($task->count->deviation, 0) }} @else – @endif | @if($task->status === 'completed') Erledigt @else Offen @endif |
| Keine Inventuren gefunden. | ||||||