@extends('layouts/pos_layout') @section('title', '| '.$moduleTitle) @section('content')
{{ $moduleTitle }}
{{-- --}}
Bill No : PTB{{$data->transferBillNo}} Bill Date : {{date('d-m-Y', strtotime($data->transferDate))}}
Total Quantity : {{$data->totlaTransferQuantity}} Total Amount : {{number_format($data->totalTransterAmount, 2)}}
From Branch : {{ $data->fromBranch->name }} To Branch : {{ $data->toBranch->name }}


@if ($isBarcodeStatus == 'false') @endif @php $no=0; $t_qty = $t_amount = 0; $BranchID = 0; @endphp @foreach($data->transfer_details as $details) @php $BranchID = $details->branchId; @endphp @php $transferQuantity = 0; $transferRequisitionProductPrice = 0; $transferQuantity = $details->transferQuantity; $productSalePrice = \App\Service\PosService::getProductSalesPriceFromPricing($details->transferProductId,$data->createdDate); $transferRequisitionProductPrice = ($isSalesPriceStatus == 'true') ? $productSalePrice : $details->costPrice; @endphp @if ($isBarcodeStatus == 'false') @endif @php $t_qty += $transferQuantity; $t_amount += $transferQuantity*$transferRequisitionProductPrice; @endphp @endforeach
SL No. Product Name BarcodePID Number Product Information
Qty Unit Price Total Price
{{++$no}} {{$details->product->name}} @if(isset($details->product->barcode)) {{ $details->product->barcode }} @endif @if(isset($details->barcode->barcode_serial)) {{ $details->barcode->barcode_serial }} @else N/A @endif {{ $transferQuantity }} {{number_format($transferRequisitionProductPrice, 2)}} {{number_format($transferQuantity*$transferRequisitionProductPrice, 2)}}
Total {{$t_qty}} Total {{number_format($t_amount, 2)}}


{!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'approveForm')) !!} {{-- @if ($data->requisitionFrom != $log_branch_id) --}} @if( ($data->transferTo == $log_branch_id && $data->status == '2' ) || (Auth::user()->id == 1))
Approval System With (Transportation/Delivery Cost)
{{ $roleType }}

Transportation Cost

Comment Box
{!! Form::textarea('approvalComment', null, [ 'id' => 'approvalComment', 'class' => 'form-control form-control js-comment-src', 'rows' => 2, 'placeholder' => 'Enter comment here...', 'cols' => 40, ]) !!}


Status
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/transfer/approve.blade.php on line 207

Warning: Attempt to read property "status" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/transfer/approve.blade.php on line 207
required />     Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/transfer/approve.blade.php on line 211

Warning: Attempt to read property "status" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/transfer/approve.blade.php on line 211

Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/transfer/approve.blade.php on line 211

Warning: Attempt to read property "status" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/transfer/approve.blade.php on line 211
/>


{{-- @php dd($isRejectAccess); @endphp --}}
Close
@endif {!! Form::close() !!} {{-- {!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'approveForm')) !!} --}} {{-- @if( ($roletype == 'Branch User' && $data->transferTo == $log_branch_id && $data->status == '2' ) || (Auth::user()->id == 1)) --}} {{-- @if( ($data->transferTo == $log_branch_id && $data->status == '2' ) || (Auth::user()->id == 1))
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/transfer/approve.blade.php on line 270

Warning: Attempt to read property "status" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/transfer/approve.blade.php on line 270
required/>     Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/transfer/approve.blade.php on line 271

Warning: Attempt to read property "status" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/transfer/approve.blade.php on line 271

Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/transfer/approve.blade.php on line 271

Warning: Attempt to read property "status" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/transfer/approve.blade.php on line 271
checked/>
Close
@endif --}} {{-- {!! Form::close() !!} --}}
@endsection