Total In Stock | {{$total_in_stock}} |
---|---|
Total Cost Reserved Stock | {{$cost_reserved_stock}} |
Total Cost Available Stock | {{$cost_available_stock}} |
Total Cost In-Stock | {{$total_cost_in_stock}} |
Location | Model # | Condition | Brand | Category | Requested | Available on Order | Reserved on Order | In Warehouse | Available | Reserved | @if ($has_permission)Average Cost | @endif
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $row->location }} {{ $row->storage_locations_count > 0 ? ' - '.$row->storage_locations_count.' Storage Location'.($row->storage_locations_count > 1 ? 's' : '') : '' }} | {{ $row->model }} | {{ $row->condition }} | {{ $row->brand }} | {{ $row->category }} | {{ $row->pending_quantity }} | {{ $row->available_ordered_quantity }} | {{ $row->reserved_ordered_quantity }} | {{ $row->in_stock}} | {{ $row->available_stock }} | {{ $row->tagged_stock }} | @if ($has_permission){{ $row->unit_cost }} | @endif
No Data |