@section('pageTitle','Inventory File Viewer')

Inventory File Viewer

Branch Code: {{ $file->pos_unit->branch->branch_code }}
Branch: {{ $file->pos_unit->branch->branch_name }}
Transaction Date: {{ date('F j, Y',strtotime($file->transaction_date)) }}
POS Provider: {{ $file->pos_unit->pos_provider->pos_provider_name}}
Legend:
PAR - PAR Stocks BEG - Beginning Balance RD - Deliveries PO - Pull-Outs CI - Convert In
CO - Convert Out TI - Transfer In TO - Transfer Out CD - Condemned SOLD - Sold
AOI - Advanced Order In AOO - Advanced Order Out REM - Remaining UM - Unment Demand REM PAR - Remaining PAR Stocks
@foreach ($result as $tr ) {{-- --}} @endforeach
Branch Code Date Hour Item Code Item Description PAR BEG RD PO CI CO TI TO CD SOLD AOI AOO REM UM REM PAR
{{ date('Y/m/d H:i:s',strtotime($tr[0])) }}{{ $tr[0]}} {{ $tr[1]}} {{ $tr[2]}} {{ $tr[3]}} {{ $tr[4]}} {{ $tr[5]}} {{ $tr[6]}} {{ $tr[7]}} {{ $tr[8]}} {{ $tr[9]}} {{ $tr[10]}} {{ $tr[11]}} {{ $tr[12]}} {{ $tr[13]}} {{ $tr[14]}} {{ $tr[15]}} {{ $tr[16]}} {{ $tr[17]}} {{ $tr[18]}} {{ $tr[19]}}