Saldo stok akhir dan mutasi stok per periode.
Total SKU
{{ number_format($summary['total_sku']) }}
Total Qty
{{ number_format($summary['total_qty']) }}
Stok Menipis (≤5)
{{ number_format($summary['low_stock']) }}
Stok Habis
{{ number_format($summary['out_of_stock']) }}
| Produk | Gudang | Qty Tersedia | Qty Reservasi | Status |
|---|---|---|---|---|
|
{{ $row->product->name ?? '-' }}
{{ $row->product->sku ?? '' }}
|
{{ $row->warehouse->name ?? '-' }} | {{ number_format($qty) }} | {{ number_format($row->reserved_quantity) }} | {{ $label }} |
| Belum ada data stok. | ||||
| Produk | Gudang | Tipe | Sebelum | Masuk | Keluar | Sesudah | Tanggal |
|---|---|---|---|---|---|---|---|
|
{{ $row->product->name ?? '-' }}
{{ $row->product->sku ?? '' }}
|
{{ $row->warehouse->name ?? '-' }} | {{ strtoupper($typeLabel) }} | {{ number_format($row->qty_before) }} | {{ $row->qty_in > 0 ? '+'.number_format($row->qty_in) : '-' }} | {{ $row->qty_out > 0 ? '-'.number_format($row->qty_out) : '-' }} | {{ number_format($row->qty_after) }} | {{ $row->created_at?->format('d M Y H:i') }} |
| Belum ada mutasi stok pada periode ini. | |||||||