@extends('layouts/pos_layout') @section('title', '| '.$moduleTitle) @section('content') @include('successMsg')
Transfer List    

Branch (CHALAN COPY)

@php $companyImageName=DB::table('gnr_company')->where('id',1)->first(); @endphp image) }}' width="80px;" alt="{{$companyImageName->name}}" />
{{-- fsadf
--}}

Date:
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 28

Warning: Attempt to read property "transferDate" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 28

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 28
January 1, 1970

Transfer NO :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 29

Warning: Attempt to read property "fromBranch" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 29

Warning: Attempt to read property "branchCode" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 29

Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 29

Warning: Attempt to read property "transferBillNo" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 29

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 29
PTB000000000

From Branch Name:
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 30

Warning: Attempt to read property "fromBranch" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 30

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 30

From Branch Code:
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 31

Warning: Attempt to read property "fromBranch" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 31

Warning: Attempt to read property "branchCode" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 31

From Branch Address:
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 32

Warning: Attempt to read property "fromBranch" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 32

Warning: Attempt to read property "address" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 32

To Branch Name:
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 36

Warning: Attempt to read property "toBranch" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 36

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 36

To Branch Code:
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 37

Warning: Attempt to read property "toBranch" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 37

Warning: Attempt to read property "branchCode" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 37

To Branch Address:
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 38

Warning: Attempt to read property "toBranch" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 38

Warning: Attempt to read property "address" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 38

@if($isBarcodeStatus == 'false') @endif @php $sl=1; $no=0; $t_qty = $t_amount = 0; @endphp @foreach($data->transfer_details as $transferDetail) @php if($isBarcodeStatus == 'true'){ $transferQuantity = App\Models\pos\Transaction\PosProductTransferDetails::where('transferProductId',$transferDetail->transferProductId)->where('transferId',$transferDetail->transferId)->whereNull('deleted_at')->sum('transferQuantity'); }else{ $transferQuantity = $transferDetail->transferQuantity; } @endphp @if($isBarcodeStatus == 'false') @endif @php $t_qty += $transferQuantity; $t_amount += $transferDetail->costPrice; @endphp @endforeach @if($isBarcodeStatus == 'false') @else @endif
SL NO. Product BarcodePID/IMEI NumberBrand Name Qnt.

Warning: Undefined variable $sl in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 69

Warning: Undefined variable $transferDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 70

Warning: Attempt to read property "barcode" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 70

Warning: Attempt to read property "product" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 70

Warning: Attempt to read property "model" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 70

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 70

Warning: Undefined variable $transferDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 71

Warning: Attempt to read property "product" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 71

Warning: Attempt to read property "barcode" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 71

Warning: Undefined variable $transferDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 73

Warning: Attempt to read property "barcode" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 73

Warning: Attempt to read property "barcode_serial" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 73

Warning: Undefined variable $transferDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 75

Warning: Attempt to read property "barcode" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 75

Warning: Attempt to read property "product" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 75

Warning: Attempt to read property "brand" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 75

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 75

Warning: Undefined variable $transferQuantity in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 76
Total Qty: Total Qty {{$t_qty}}





From Branch Manage
Singnature

Transfer By
Singnature

Recieved Branch Manager
Singnature

OFFICE (CHALAN COPY)

@php $companyImageName=DB::table('gnr_company')->where('id',1)->first(); @endphp image) }}' width="80px;" alt="{{$companyImageName->name}}" />
{{-- fsadf
--}}

Date:
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 126

Warning: Attempt to read property "transferDate" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 126

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 126
January 1, 1970

Transfer NO :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 127

Warning: Attempt to read property "fromBranch" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 127

Warning: Attempt to read property "branchCode" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 127

Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 127

Warning: Attempt to read property "transferBillNo" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 127

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 127
PTB000000000

From Branch Name:
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 128

Warning: Attempt to read property "fromBranch" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 128

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 128

From Branch Code:
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 129

Warning: Attempt to read property "fromBranch" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 129

Warning: Attempt to read property "branchCode" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 129

From Branch Address:
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 130

Warning: Attempt to read property "fromBranch" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 130

Warning: Attempt to read property "address" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 130

To Branch Name:
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 134

Warning: Attempt to read property "toBranch" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 134

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 134

To Branch Code:
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 135

Warning: Attempt to read property "toBranch" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 135

Warning: Attempt to read property "branchCode" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 135

To Branch Address:
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 136

Warning: Attempt to read property "toBranch" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 136

Warning: Attempt to read property "address" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 136

@if($isBarcodeStatus == 'false') @endif @php $sl=1; $no=0; $t_qty = $t_amount = 0; @endphp @foreach($data->transfer_details as $transferDetail) @php if($isBarcodeStatus == 'true'){ $transferQuantity = App\Models\pos\Transaction\PosProductTransferDetails::where('transferProductId',$transferDetail->transferProductId)->where('transferId',$transferDetail->transferId)->whereNull('deleted_at')->sum('transferQuantity'); }else{ $transferQuantity = $transferDetail->transferQuantity; } @endphp @if($isBarcodeStatus == 'false') @endif @php $t_qty += $transferQuantity; $t_amount += $transferDetail->costPrice; @endphp @endforeach @if($isBarcodeStatus == 'false') @else @endif
SL NO. Product BarcodePID/IMEI NumberBrand Name Qnt.
1
Warning: Undefined variable $transferDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 166

Warning: Attempt to read property "barcode" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 166

Warning: Attempt to read property "product" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 166

Warning: Attempt to read property "model" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 166

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 166

Warning: Undefined variable $transferDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 167

Warning: Attempt to read property "product" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 167

Warning: Attempt to read property "barcode" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 167

Warning: Undefined variable $transferDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 169

Warning: Attempt to read property "barcode" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 169

Warning: Attempt to read property "barcode_serial" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 169

Warning: Undefined variable $transferDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 171

Warning: Attempt to read property "barcode" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 171

Warning: Attempt to read property "product" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 171

Warning: Attempt to read property "brand" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 171

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 171

Warning: Undefined variable $transferQuantity in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/posproducttransfer/chalan.blade.php on line 172
Total Qty: Total Qty {{$t_qty}}





From Branch Manage
Singnature

Transfer By
Singnature

Recieved Branch Manager
Singnature
@endsection