|
{{ $stockLogEntry->product_name }}
@if($stockLogEntry->undone == 1)
{{ $__t('Undone on') . ' ' . $stockLogEntry->undone_timestamp }}
@endif
|
{{ $stockLogEntry->amount }} {{ $__n($stockLogEntry->amount, $stockLogEntry->qu_name, $stockLogEntry->qu_name_plural, true) }}
|
{{ $stockLogEntry->row_created_timestamp }}
|
{{ $__t($stockLogEntry->transaction_type) }}
@if ($stockLogEntry->spoiled == 1)
{{ $__t('Spoiled') }}
@endif
|
{{ $stockLogEntry->location_name }}
|
{{ $stockLogEntry->user_display_name }}
|
{{ $stockLogEntry->note }}
|