Manage stock adjustments and corrections
Total Adjustments
{{ $stats['total'] }}
Pending
{{ $stats['pending'] }}
Approved
{{ $stats['approved'] }}
Value Impact
{{ currency($stats['total_value']) }}
| Adjustment # | Item | Type | Change | Reason | Status | Actions |
|---|---|---|---|---|---|---|
|
{{ $adjustment->adjustment_number }}
{{ $adjustment->adjustment_date->format('M d, Y') }}
|
{{ $adjustment->inventoryItem->name }}
{{ $adjustment->inventoryItem->unit->abbreviation ?? '' }}
|
@php $color = $adjustment->type_color; @endphp {{ $adjustment->type_label }} |
{{ $adjustment->isIncrease() ? '+' : '' }}{{ number_format($adjustment->quantity_change, 2) }}
{{ number_format($adjustment->quantity_before, 2) }} → {{ number_format($adjustment->quantity_after, 2) }}
|
{{ $adjustment->reason }}
|
@php $statusColor = $adjustment->status_color; @endphp {{ $adjustment->status_label }} |
Get started by creating a new inventory adjustment.