From a941c7dc92b393c0b25d5dff79ebe1fc3f624e1c Mon Sep 17 00:00:00 2001 From: Amir Date: Sun, 3 Dec 2023 14:43:26 +0800 Subject: [PATCH] Update resit tebus dan ansuran --- resources/views/print/resitansuran_ujrah.blade.php | 8 ++++---- resources/views/print/resittebus_ujrah.blade.php | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/views/print/resitansuran_ujrah.blade.php b/resources/views/print/resitansuran_ujrah.blade.php index 45d19e9..9129dea 100644 --- a/resources/views/print/resitansuran_ujrah.blade.php +++ b/resources/views/print/resitansuran_ujrah.blade.php @@ -501,7 +501,7 @@ Keuntungan - : RM {{ number_format($transaction['bayaran_keuntungan'], 2) }} + : RM {{ number_format($transaction['onepercent'], 2) }} @@ -525,7 +525,7 @@ @php $jumlah_perlu_dibayar = $transaction['bayaran_pembiayaan'] + $transaction['bayaran_keuntungan'] + $transaction['ujrah']; @endphp - : RM {{ number_format($jumlah_perlu_dibayar, 2) }} + : RM {{ number_format($transaction['duit_masuk'], 2) }}

@@ -651,7 +651,7 @@ Keuntungan - : RM {{ number_format($transaction['bayaran_keuntungan'], 2) }} + : RM {{ number_format($transaction['onepercent'], 2) }} @@ -675,7 +675,7 @@ @php $jumlah_perlu_dibayar = $transaction['bayaran_pembiayaan'] + $transaction['bayaran_keuntungan'] + $transaction['ujrah']; @endphp - : RM {{ number_format($jumlah_perlu_dibayar, 2) }} + : RM {{ number_format($transaction['duit_masuk'], 2) }}

diff --git a/resources/views/print/resittebus_ujrah.blade.php b/resources/views/print/resittebus_ujrah.blade.php index d8e756a..f3d4338 100644 --- a/resources/views/print/resittebus_ujrah.blade.php +++ b/resources/views/print/resittebus_ujrah.blade.php @@ -537,7 +537,7 @@ $jumlah_perlu_dibayar = $penebusan['bakipjm'] + $penebusan['onepercent'] - $transaction_tebus['onepercent_rebet'] + $penebusan['ujrah'] - $transaction_tebus['ujrah_rebet']; @endphp Jumlah Perlu Dibayar - : RM {{ number_format($jumlah_perlu_dibayar, 2) }} + : RM {{ number_format($transaction_tebus['duit_masuk'], 2) }} @@ -689,7 +689,7 @@ $jumlah_perlu_dibayar = $penebusan['bakipjm'] + $penebusan['onepercent'] - $transaction_tebus['onepercent_rebet'] + $penebusan['ujrah'] - $transaction_tebus['ujrah_rebet']; @endphp Jumlah Perlu Dibayar - : RM {{ number_format($jumlah_perlu_dibayar, 2) }} + : RM {{ number_format($transaction_tebus['duit_masuk'], 2) }}