Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 184
Warning: Attempt to read property "saleDetails" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 184
Warning: foreach() argument must be of type array|object, null given in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 184
@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/shedule.blade.php on line 222
Warning: Attempt to read property "sales_date" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 222
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/shedule.blade.php on line 222
01-01-1970
Warning: Undefined variable $fisrtCollection in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 223
Warning: Attempt to read property "installment_amount" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 223
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/shedule.blade.php on line 223
0.00
Warning: Undefined variable $firstCollectionPrincipalAmount in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 224
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/shedule.blade.php on line 224
0.00
Warning: Undefined variable $fisrtCollection in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 225
Warning: Attempt to read property "installment_amount" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 225
Warning: Undefined variable $firstCollectionPrincipalAmount in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 225
0.00
✔
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 229
Warning: Attempt to read property "is_sale_replace" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 229
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/shedule.blade.php on line 338
Warning: Attempt to read property "ta_after_discount_s_c" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 338
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/shedule.blade.php on line 338
0.00
Warning: Undefined variable $totalPrincipal in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 339
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/shedule.blade.php on line 339
0.00
Warning: Undefined variable $totalProfit in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 340
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/shedule.blade.php on line 340
0.00
Warning: Undefined variable $salesInfo in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 479
Warning: Attempt to read property "saleReplace" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 479
Warning: Attempt to read property "saleReplaceDetails" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 479
Warning: foreach() argument must be of type array|object, null given in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 479
Warning: Undefined variable $record in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 531
Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 531
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/shedule.blade.php on line 531
01-01-1970
Warning: Undefined variable $record in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 532
Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 532
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/shedule.blade.php on line 532
0.00
Warning: Undefined variable $record in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 533
Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 533
Warning: Undefined variable $record in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 534
Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 534
Warning: Undefined variable $record in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 535
Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 535
Warning: Undefined variable $totalReplacementAmount in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 549
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/shedule.blade.php on line 549
0.00
Warning: Undefined variable $totalPrincipal in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 550
Warning: Undefined variable $totalProfit in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/shedule.blade.php on line 551