@extends('procurement::layouts.master') @section('title','Stock Movements') @section('content')
| Date | Component | Type | Qty | Reference | By | Notes |
|---|---|---|---|---|---|---|
| {{ $mv->movement_date->format('M j, Y') }} | {{ $mv->component->part_number ?: $mv->component->ref_designator ?: '—' }} {{ Str::limit($mv->component->description,30) }} |
{{ ucfirst($mv->movement_type) }} | {{ $mv->quantity > 0 ? '+' : '' }}{{ $mv->quantity }} | {{ $mv->reference ?: '—' }} | {{ $mv->performed_by ?: '—' }} | {{ Str::limit($mv->notes,50) ?: '—' }} |
| No movements yet. | ||||||