All Inventory Transaction Types
@php
$ItemTransactionType = explode(',', $rights->transaction_types);
$add = $ItemTransactionType[0];
$view = $ItemTransactionType[1];
$edit = $ItemTransactionType[2];
$updateStatus = $ItemTransactionType[3];
@endphp
@if ($add == 1)
@endif
@if ($add == 1)
@endif
@if ($view == 1)
|
Transaction Type Details |
Source & Destination Details |
Location Details |
Status |
Action |
@endif