Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 176
Warning: Attempt to read property "saleDetails" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 176
Warning: foreach() argument must be of type array|object, null given in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 176
@if($installmentAmount > 0)
Schedule
Date
Installment Amount
Principal Amount
Interest Amount
Transaction Amount
Paid Status
Sales Status
Warning: Undefined variable $fisrtCollection in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 214
Warning: Attempt to read property "sales_date" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 214
Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 214
01-01-1970
Warning: Undefined variable $fisrtCollection in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 215
Warning: Attempt to read property "installment_amount" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 215
Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 215
0.00
Warning: Undefined variable $firstCollectionPrincipalAmount in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 216
Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 216
0.00
Warning: Undefined variable $fisrtCollection in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 217
Warning: Attempt to read property "installment_amount" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 217
Warning: Undefined variable $firstCollectionPrincipalAmount in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 217
0.00
✔
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 221
Warning: Attempt to read property "is_sale_replace" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 221
Not Replace
@php
$totalInstallmentAmount = 0;
$stop = false;
$setValue = false;
$flag = false;
$partialAmount = 0;
$totalPrincipal = $firstCollectionPrincipalAmount;
$totalProfit = $fisrtCollection->installment_amount - $firstCollectionPrincipalAmount;
$totalRecord = count($installmentSchedule);
$sumWithLastAmount = $dueAmount - ($installmentAmount * $totalRecord);
// $totalRecord = --$totalRecord;
$lastKey = $totalRecord - 1;
@endphp
@foreach($installmentSchedule as $key => $record)
@php
$isLast = ($key === $lastKey);
// Calculate final installment amount with adjustments
$finalInstallment = $installmentAmount;
// Add leftover adjustment to last installment
if ($isLast && $sumWithLastAmount != 0) {
$finalInstallment += $sumWithLastAmount;
}
// Subtract 300 from the last installment as per your request
if ($isLast) {
$finalInstallment -= $installmentSecurityMoney;
}
// Calculate principal and profit from adjusted installment
$principalAmount = round($finalInstallment * (100 / (100 + $profit)), 2);
$profitAmount = $finalInstallment - $principalAmount;
$totalPrincipal += $principalAmount;
$totalProfit += $profitAmount;
@endphp
@if($paidTotalInstallmentAmount >= $dueAmount)
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 330
Warning: Attempt to read property "ta_after_discount_s_c" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 330
Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 330
0.00
Warning: Undefined variable $totalPrincipal in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 331
Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 331
0.00
Warning: Undefined variable $totalProfit in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 332
Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 332
0.00
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 474
Warning: Attempt to read property "saleReplace" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 474
Warning: Attempt to read property "saleReplaceDetails" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 474
Warning: foreach() argument must be of type array|object, null given in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 474
Warning: Undefined variable $record in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 526
Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 526
Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 526
01-01-1970
Warning: Undefined variable $record in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 527
Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 527
Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 527
0.00
Warning: Undefined variable $record in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 528
Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 528
Warning: Undefined variable $record in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 529
Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 529
Warning: Undefined variable $record in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 530
Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 530
Warning: Undefined variable $totalReplacementAmount in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 544
Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 544
0.00
Warning: Undefined variable $totalPrincipal in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 545
Warning: Undefined variable $totalProfit in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/installmentSale/shedule.blade.php on line 546