@extends('layouts/pos_layout') @section('title', '| ' . $moduleTitle) @section('content') @include('successMsg')
Sale List    
@php $installmentAmount = 0; $installmentPackage = $salesInfo->installment_package; $fisrtCollectionGet = $salesInfo->collectionListSalesBill[0]; //($fisrtCollectionGet->quantity != 1) ? $fisrtCollection = App\Models\pos\Transaction\PosCollection::where('sales_id',$salesInfo->id)->where('quantity','1')->first() : $fisrtCollection = $fisrtCollectionGet; //($fisrtCollectionGet->quantity == 0) ? $fisrtCollection = App\Models\pos\Transaction\PosCollection::where('sales_id',$salesInfo->id)->where('quantity','>=','1')->first() : $fisrtCollection = $fisrtCollectionGet; ($fisrtCollectionGet->quantity == 0) ? $fisrtCollection = App\Models\pos\Transaction\PosCollection::where('sales_id',$salesInfo->id)->where('sales_amount','!=','0')->first() : $fisrtCollection = $fisrtCollectionGet; ($fisrtCollection->othersFeesCollection && $othersFeeApplicableisAllow == 'Yes') ? $others_fee_amount = $fisrtCollection->othersFeesCollection->amount : $others_fee_amount = '0.00'; $profit = ($salesInfo->collectionListSalesBill[0]->installmentPackageCollection) ? $salesInfo->collectionListSalesBill[0]->installmentPackageCollection->profit : (App\Models\pos\ProductConfig\PosInstallmentPackage::where('month',$installmentPackage)->first()) ? App\Models\pos\ProductConfig\PosInstallmentPackage::where('month',$installmentPackage)->first()->profit : '0'; $firstCollectionPrincipalAmount = round( ( ( $fisrtCollection->paid_amount - ($others_fee_amount + ($others_fee_amount + $fisrtCollection->service_charge_amount)) ) * ( 100 / ( 100 + $profit ) ) ) , 2); $firstCollectionProfitAmount = round( ( ( $fisrtCollection->paid_amount - ($others_fee_amount + $fisrtCollection->service_charge_amount) ) * ( 10 / ( 100 + $profit ) ) ) , 2); $installmentSchedule = array(); $installmentSchedule = App\Models\pos\Transaction\PosSale::checkHolidayForPos($fisrtCollection->sales_date, $fisrtCollection->branch_id, $installmentPackage); $paidTotalInstallmentAmount = 0; //dd($installmentPackage); foreach($salesInfo->collectionListSalesBill as $salesInstallment): if($salesInstallment->sales_amount == 0 && $salesInstallment->is_adjustment == 0){ $paidTotalInstallmentAmount += $salesInstallment->collection_amount; } endforeach; $dueAmount = ( $fisrtCollection->sales_amount - ( $fisrtCollection->paid_amount - ($others_fee_amount + $fisrtCollection->service_charge_amount) ) ); $installmentAmount = ( $fisrtCollection->sales_amount - ( $fisrtCollection->paid_amount - ($others_fee_amount + $fisrtCollection->service_charge_amount) ) ) / --$fisrtCollection->installment_package; $installmentAmount = (int)(round($installmentAmount)); $principalAmount = round( ( $installmentAmount * ( 100 / ( 100 + $profit ) ) ) , 2); $profitAmount = $installmentAmount - $principalAmount; $paidAmount = ( $fisrtCollection->paid_amount - ($others_fee_amount + $fisrtCollection->service_charge_amount) ) + $paidTotalInstallmentAmount; if($paidAmount > $salesInfo->total_sales_amount) $paidAmount = $salesInfo->total_sales_amount; @endphp
Sales Information
Warning: Undefined variable $installmentAmount in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 93
@if ($othersFeeApplicableisAllow == 'Yes') @endif
Customer Information Amount Information
Name:   
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 76

Warning: Attempt to read property "customer" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 76

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 76
Total Sale Amount:   
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 77

Warning: Attempt to read property "total_sales_amount" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 77

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 77
0.00
Contact No:   
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 80

Warning: Attempt to read property "customer" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 80

Warning: Attempt to read property "phone" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 80
Service Charge:   
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 81

Warning: Attempt to read property "service_charge_amount" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 81

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 81
0.00
National Id No:   
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 84

Warning: Attempt to read property "customer" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 84

Warning: Attempt to read property "national_id" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 84
Number Of Installment:   
Warning: Undefined variable $installmentPackage in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 85
Customer Code:   
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 88

Warning: Attempt to read property "customer" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 88

Warning: Attempt to read property "customer_id_no" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 88
Installment Amount:   
Warning: Undefined variable $installmentAmount in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 89
0.00
Pass Book Number:   
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 92

Warning: Attempt to read property "pass_book_no" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 92
Balance Amount:    0.00
Others Fee:   
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 101

Warning: Attempt to read property "others_fee_amount" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 101

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 101
0.00

Product Information


Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 129

Warning: Attempt to read property "saleDetails" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 129

Warning: foreach() argument must be of type array|object, null given in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 129
Sales Bill No Sales Date Barcode PID/IMEI Number Product Name Model Quantity Sale Amount
@if($installmentAmount > 0)

Schedule


Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 174

Warning: Attempt to read property "is_sale_replace" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 174
@php $totalInsallmentAmount = 0; $stop = false; $setValue = false; $totalPrincipal = $firstCollectionPrincipalAmount; $totalProfit = $fisrtCollection->installment_amount - $firstCollectionPrincipalAmount; $totalRecord = count($installmentSchedule); $sumWithLastAmount = $dueAmount - ($installmentAmount * $totalRecord); $totalRecord = --$totalRecord; foreach($installmentSchedule as $key => $record) { if($totalRecord == $key && $sumWithLastAmount != 0) { $installmentAmount = $installmentAmount + $sumWithLastAmount; $principalAmount = round( ( $installmentAmount * ( 100 / ( 100 + $profit ) ) ) , 2); $profitAmount = $installmentAmount - $principalAmount; } $totalPrincipal = $totalPrincipal + $principalAmount; $totalProfit = $totalProfit + $profitAmount; if($paidTotalInstallmentAmount >= $dueAmount) { @endphp @php if($salesInfo->is_sale_replace == 1) echo ""; else echo ""; @endphp @php } else { $totalInsallmentAmount = $installmentAmount + $totalInsallmentAmount; if($totalInsallmentAmount < $paidTotalInstallmentAmount && $stop == false) { $flag = true; $setValue = false; $partialAmount = 0; } else if($totalInsallmentAmount == $paidTotalInstallmentAmount && $stop == false) { $flag = true; $setValue = false; $partialAmount = 0; $stop = true; } else if($totalInsallmentAmount > $paidTotalInstallmentAmount && $stop == false) { $flag = false; $setValue = true; $partialAmount = $installmentAmount - ($totalInsallmentAmount - $paidTotalInstallmentAmount); $stop = true; } @endphp @php if($flag == true) { echo ""; } else { if($setValue == true && $partialAmount != 0) echo ""; else echo ""; } $flag = false; $setValue = false; if($salesInfo->is_sale_replace == 1) echo ""; else echo ""; @endphp @php } } @endphp
Date Installment Amount Principal Amount Interest Amount Transaction Amount Paid Status Sales Status

Warning: Undefined variable $fisrtCollection in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 167

Warning: Attempt to read property "sales_date" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 167

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 167
01-01-1970

Warning: Undefined variable $fisrtCollection in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 168

Warning: Attempt to read property "installment_amount" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 168

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 168
0.00

Warning: Undefined variable $firstCollectionPrincipalAmount in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 169

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 169
0.00

Warning: Undefined variable $fisrtCollection in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 170

Warning: Attempt to read property "installment_amount" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 170

Warning: Undefined variable $firstCollectionPrincipalAmount in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 170
0.00
Not Replace

Warning: Undefined variable $record in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 205

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 205
01-01-1970

Warning: Undefined variable $installmentAmount in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 206

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 206
0.00

Warning: Undefined variable $principalAmount in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 207

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 207
0.00

Warning: Undefined variable $profitAmount in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 208

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 208
0.00
ReplaceNot Replace

Warning: Undefined variable $record in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 243

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 243
01-01-1970

Warning: Undefined variable $installmentAmount in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 244

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 244
0.00

Warning: Undefined variable $principalAmount in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 245

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 245
0.00

Warning: Undefined variable $profitAmount in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 246

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 246
0.00
@php if($setValue == true && $partialAmount != 0) echo number_format($partialAmount, 2); @endphp (P) ReplaceNot Replace
Total Amount:
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 278

Warning: Attempt to read property "total_sales_amount" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 278

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 278
0.00

Warning: Undefined variable $totalPrincipal in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 279

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 279
0.00

Warning: Undefined variable $totalProfit in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 280

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 280
0.00
@endif {{-- @php dd($salesInfo->saleReplace) @endphp --}} @if($salesInfo->saleReplace) @php $installmentAmountForReplace = 0; $installmentPackageForReplace = $salesInfo->installment_package; $fisrtCollectionForReplaceGet = $salesInfo->collectionListSalesBill[0]; //($fisrtCollectionForReplaceGet->quantity != 1) ? $fisrtCollectionForReplace = App\Models\pos\Transaction\PosCollection::where('sales_id',$salesInfo->id)->where('quantity','1')->first() : $fisrtCollectionForReplace = $fisrtCollectionForReplaceGet; //($fisrtCollectionForReplaceGet->quantity == 0) ? $fisrtCollectionForReplace = App\Models\pos\Transaction\PosCollection::where('sales_id',$salesInfo->id)->where('quantity','>=','1')->first() : $fisrtCollectionForReplace = $fisrtCollectionForReplaceGet; ($fisrtCollectionForReplaceGet->quantity == 0) ? $fisrtCollectionForReplace = App\Models\pos\Transaction\PosCollection::where('sales_id',$salesInfo->id)->where('sales_amount','!=','0')->first() : $fisrtCollectionForReplace = $fisrtCollectionForReplaceGet; ($fisrtCollectionForReplace->othersFeesCollection && $othersFeeApplicableisAllow == 'Yes') ? $others_fee_amount_for_replace = $fisrtCollectionForReplace->othersFeesCollection->amount : $others_fee_amount_for_replace = '0.00'; $profit = ($salesInfo->collectionListSalesBill[0]->installmentPackageForReplaceCollection) ? $salesInfo->collectionListSalesBill[0]->installmentPackageForReplaceCollection->profit : (App\Models\pos\ProductConfig\PosInstallmentPackage::where('month',$installmentPackageForReplace)->first()) ? App\Models\pos\ProductConfig\PosInstallmentPackage::where('month',$installmentPackageForReplace)->first()->profit : '0'; $firstCollectionPrincipalAmountForReplace = round( ( ( $fisrtCollectionForReplace->paid_amount - (($fisrtCollectionForReplace->service_charge_amount + $others_fee_amount_for_replace)) ) * ( 100 / ( 100 + $profit ) ) ) , 2); $firstCollectionProfitAmountForReplace = round( ( ( $fisrtCollectionForReplace->paid_amount - ($fisrtCollectionForReplace->service_charge_amount + $others_fee_amount_for_replace) ) * ( 10 / ( 100 + $profit ) ) ) , 2); $installmentScheduleForReplace = array(); $installmentScheduleForReplace = App\Models\pos\Transaction\PosSale::checkHolidayForPos($fisrtCollectionForReplace->sales_date, $fisrtCollectionForReplace->branch_id, $installmentPackageForReplace); $paidTotalInstallmentAmountForReplace = 0; foreach($salesInfo->collectionListSalesBill as $salesInstallmentForReplace): if($salesInstallmentForReplace->sales_amount == 0){ $paidTotalInstallmentAmountForReplace += $salesInstallmentForReplace->collection_amount; } endforeach; $firstCollectionInstallmentPackageForReplace = $fisrtCollectionForReplace->getOriginal('installment_package'); $dueAmountForReplace = ( $fisrtCollectionForReplace->sales_amount - ( $fisrtCollectionForReplace->paid_amount - ($fisrtCollectionForReplace->service_charge_amount + $others_fee_amount_for_replace) ) ); $installmentAmountForReplace = ( $fisrtCollectionForReplace->sales_amount - ( $fisrtCollectionForReplace->paid_amount - ($fisrtCollectionForReplace->service_charge_amount + $others_fee_amount_for_replace) ) ) / --$firstCollectionInstallmentPackageForReplace; $installmentAmountForReplace = (int)(round($installmentAmountForReplace)); $principalAmount = round( ( $installmentAmountForReplace * ( 100 / ( 100 + $profit ) ) ) , 2); $profitAmount = $installmentAmountForReplace - $principalAmount; $paidAmountForReplace = ( $fisrtCollectionForReplace->paid_amount - ($fisrtCollectionForReplace->service_charge_amount + $others_fee_amount_for_replace) ) + $paidTotalInstallmentAmountForReplace; if($paidAmountForReplace > $salesInfo->saleReplace->total_amount) $paidAmountForReplace = $salesInfo->saleReplace->total_amount; @endphp
Replace Information
Warning: Undefined variable $installmentAmountForReplace in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 364
@if ($othersFeeApplicableisAllow == 'Yes') @endif
Customer Information Amount Information
Name:   
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 347

Warning: Attempt to read property "customer" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 347

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 347
Total Sale Amount:   
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 348

Warning: Attempt to read property "saleReplace" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 348

Warning: Attempt to read property "total_amount" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 348

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 348
0.00
Contact No:   
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 351

Warning: Attempt to read property "customer" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 351

Warning: Attempt to read property "phone" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 351
Service Charge:   
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 352

Warning: Attempt to read property "service_charge_amount" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 352

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 352
0.00
National Id No:   
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 355

Warning: Attempt to read property "customer" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 355

Warning: Attempt to read property "national_id" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 355
Number Of Installment:   
Warning: Undefined variable $installmentPackageForReplace in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 356
Customer Code:   
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 359

Warning: Attempt to read property "customer" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 359

Warning: Attempt to read property "customer_id_no" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 359
Installment Amount:   
Warning: Undefined variable $installmentAmountForReplace in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 360
0.00
Pass Book Number:   
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 363

Warning: Attempt to read property "pass_book_no" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 363
Balance Amount:    0.00
Others Fee:   
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 372

Warning: Attempt to read property "others_fee_amount" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 372

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 372
0.00

Product Information


Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 401

Warning: Attempt to read property "saleReplace" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 401

Warning: Attempt to read property "saleReplaceDetails" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 401

Warning: foreach() argument must be of type array|object, null given in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 401
Sales Replce Bill No Sales Replce Date Barecode PID/IMEI Number Product Name Model Quantity Sale Amount
@php $scheduleData = App\Models\pos\Transaction\PosSale::sale_shedule_calculation_due(null,$salesInfo); //dd($scheduleData); @endphp

Schedule

@php $totalReplacementAmount = $totalPrincipal = $totalProfit = 0; foreach($scheduleData as $record): $totalReplacementAmount = $totalReplacementAmount + $record['installment_amount']; $totalPrincipal = $totalPrincipal + $record['installment_principal_amount']; $totalProfit = $totalProfit + $record['installment_profit_amount']; @endphp @php if($record['installment_payment_status'] == 'Paid') echo ''; else if($record['installment_payment_status'] == 'Partial') echo ''; else if($record['installment_payment_status'] == 'Unpaid') echo ''; @endphp @php endforeach; @endphp
Date Installment Amount Principal Amount Interest Amount Transaction Amount Status

Warning: Undefined variable $record in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 453

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 453

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 453
01-01-1970

Warning: Undefined variable $record in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 454

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 454

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 454
0.00

Warning: Undefined variable $record in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 455

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 455

Warning: Undefined variable $record in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 456

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 456

Warning: Undefined variable $record in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 457

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 457
(P)
Total Amount:
Warning: Undefined variable $totalReplacementAmount in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 471

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 471
0.00

Warning: Undefined variable $totalPrincipal in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 472

Warning: Undefined variable $totalProfit in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale_with_discount/shedule.blade.php on line 473
@endif
@endsection