{{ $job->workshopLabel() }} · {{ $job->type->label() }}
{{ __('Issuing a part here records a stock-out and updates the parts cost above.') }}
{{ __('No parts issued to this job yet.') }}
| {{ __('Part') }} | {{ __('Qty') }} | {{ __('Unit Cost') }} | {{ __('Cost') }} |
|---|---|---|---|
| {{ $movement->part->name }} | {{ $movement->magnitude() }} | {{ number_format((float) ($movement->unit_cost ?? 0), 2) }} | {{ number_format($movement->magnitude() * (float) ($movement->unit_cost ?? 0), 2) }} |