{{ HTML::image(Config::get('kblis.organization-logo'), Config::get('kblis.country') . trans('messages.court-of-arms'), array('width' => '30px')) }}
{{ strtoupper(Config::get('constants.stockcard')) }}
{{Config::get('kblis.address-info')}}

{{Config::get('constants.card')}} @foreach($order as $value) @if($value->action==\Config::get('constants.INCOMING_STOCK_FLAG')) @endif @if($value->action==\Config::get('constants.OUTGOING_STOCK_FLAG')) @endif @if($value->action==\Config::get('constants.LOSSES_ADJUSTMENTS_STOCK_FLAG')) @endif @if($value->action==\Config::get('constants.PHYSICAL_COUNT_STOCK_FLAG')) @endif @if ($value->physical_count == 0) @else @endif @if ($value->discrepancy == 0) @else @endif @if ($value->opening_balance == 0) @else @endif @if($value->expiry_date == 0000-00-00) @else @endif @endforeach
Item Code: {{$c}} Item Description: {{$n}}
Minimum Stock Level: {{$mn}} Maximum Stock Level: {{$mx}}
Txn
Date
To / From Voucher
Number
Batch
Number
Physical Count P/C
Discrepancy
Opening
Balance
Qty
In / Out
Txn Type Expiry date SOH Remarks Initials
{{ date('d M Y', strtotime ($value->transaction_date)) }} {{$value->sourceOfStock($value->to_from,$value->to_from)->name}} {{ $value->destinationOfStock($value->to_from_type,$value->to_from)->name}} N/A Physical Count {{ $value->voucher_number }} {{$value->batch_number}} - {{$value->physical_count}} - {{$value->discrepancy}}-{{ $value->opening_balance}}{{ ($value->action=='I'?$value->quantity_in:($value->action=='O'?$value->quantity_out:$value->quantity) )}} {{ $value->action }}N/A{{ date('d M Y', strtotime($value->expiry_date)) }}{{ $value->balance}} {{$value->remarks}} {{$value->initials}}




Generated from UNHLS Inventory Management System