Record Stock Movement

Manually record inventory adjustments and movements

Back to Stock Movements
Part*
Movement Type*
Quantity*
Notes* Please provide a detailed explanation for this stock movement for audit purposes.
Cancel Record Movement
@if($part_id) @php $selectedPart = $parts->find($part_id); @endphp @if($selectedPart)

Current Stock: {{ number_format($selectedPart->quantity_on_hand) }} units

@if($selectedPart->quantity_on_hand <= $selectedPart->minimum_stock_level) ⚠️ This part is currently at or below minimum stock level ({{ $selectedPart->minimum_stock_level }}) @endif

@endif @endif