@extends('layouts.app') @section('title',$item->sku . ' — ' . $item->name) @section('content')
Current Stock
{{ number_format((float)$item->current_quantity,3) }}
{{ $item->unit_of_measure }}
| Date | Type | Qty | Before | After | Reference | Operator |
|---|---|---|---|---|---|---|
| {{ $tx->created_at->format('d M Y H:i') }} | {{ str_replace('_',' ',$tx->transaction_type) }} | {{ (float)$tx->quantity>=0?'+':'' }}{{ number_format((float)$tx->quantity,3) }} | {{ number_format((float)$tx->quantity_before,3) }} | {{ number_format((float)$tx->quantity_after,3) }} | {{ $tx->reference_type?Str::title(str_replace('_',' ',$tx->reference_type)).' #'.$tx->reference_id:'—' }} | {{ $tx->createdBy?->name ?? 'System' }} |
| No transactions recorded yet. | ||||||