@extends('layouts/pos_layout') @section('title', '| ' . $moduleTitle) @section('content')
{{ $moduleTitle }}
Bill No : PTB{{ $data->requisitionBillNo }} Bill Date : {{ date('d-m-Y', strtotime($data->requisitionDate)) }}
Total Quantity : {{ $data->totalQuantity }} Total Amount : {{ number_format($data->totalAmount, 2) }}


@if ($isBarcodeStatus == 'false') @endif {{-- --}} @php $no=0; $t_qty = $t_amount = 0;$iRow = 0;@endphp @foreach($data->transfer_requisition_details as $details) @php $iRow++; $transferRequisitionBarcodeQuantity = 0; $transferRequisitionProductPrice = 0; $transferRequisitionBarcodeQuantity = $details->quantity; $productSalePrice = \App\Service\PosService::getProductSalesPriceFromPricing($details->product_id,$data->requisitionDate); $transferRequisitionProductPrice = ($isSalesPriceStatus == 'true') ? $productSalePrice : $details->costPrice; @endphp /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/transferRequisitionNew/approve.blade.php on line 128
" min="1" readonly /> /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/transferRequisitionNew/approve.blade.php on line 132
" style="text-align:center;" value="{{$details->costPrice}}"/> /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/transferRequisitionNew/approve.blade.php on line 140

Warning: Undefined variable $transferRequisitionBarcodeQuantity in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/transferRequisitionNew/approve.blade.php on line 140
0" min="1" readonly /> @if ($isBarcodeStatus == 'false') @else @endif @php $t_qty += $transferRequisitionBarcodeQuantity; $t_amount += ($transferRequisitionBarcodeQuantity * $transferRequisitionProductPrice); @endphp @endforeach
SL No. Product Name Brand Model BarcodePID Number Product Information
Qty Unit Price Total Price @if ($roletype == 'Branch User' || $roletype == 'Head Office') Status @endif
{{++$no}} {{ $details->product->name }} {{ $details->product->brand->name }} {{ $details->product->model->name }} @if (isset($details->product->barcode)) {{ $details->product->barcode }} @endif {{ isset($details->barcode->barcode_serial) }} {{ $transferRequisitionBarcodeQuantity }} @if($isEditAccess == true) /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/transferRequisitionNew/approve.blade.php on line 156
,
Warning: Undefined variable $details in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/transferRequisitionNew/approve.blade.php on line 156

Warning: Attempt to read property "product_id" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/transferRequisitionNew/approve.blade.php on line 156
,
Warning: Undefined variable $details in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/transferRequisitionNew/approve.blade.php on line 156

Warning: Attempt to read property "requisitionTo" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/transferRequisitionNew/approve.blade.php on line 156
)"/> /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/transferRequisitionNew/approve.blade.php on line 160
" min="1" readonly /> /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/transferRequisitionNew/approve.blade.php on line 164
" style="text-align:center;" value="{{$details->costPrice}}"/> /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/transferRequisitionNew/approve.blade.php on line 172

Warning: Undefined variable $transferRequisitionBarcodeQuantity in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/transferRequisitionNew/approve.blade.php on line 172
0" min="1" readonly /> @else {{$transferRequisitionBarcodeQuantity}} @endif
/home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/transferRequisitionNew/approve.blade.php on line 180
"> {{ number_format($transferRequisitionProductPrice, 2) }}
/home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/transferRequisitionNew/approve.blade.php on line 183
"> {{ number_format($transferRequisitionBarcodeQuantity * $transferRequisitionProductPrice, 2) }}
Total {{ $t_qty }} {{ number_format($t_amount, 2) }}
{{-- @include('gnr.tools.approvalConfig.approvalLogs') --}} @if($data->authStatus != 'approved' && $data->authStatus != 'rejected') @include('pos.config.approvalSystem.posApprove') @endif