Update resit tebus dan ansuran
This commit is contained in:
@@ -501,7 +501,7 @@
|
||||
<td style="width:30%"></td>
|
||||
<td style="width:20%"></td>
|
||||
<td style="width:30%">Keuntungan</td>
|
||||
<td style="width:20%">: RM {{ number_format($transaction['bayaran_keuntungan'], 2) }}</td>
|
||||
<td style="width:20%">: RM {{ number_format($transaction['onepercent'], 2) }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:30%"></td>
|
||||
@@ -525,7 +525,7 @@
|
||||
@php
|
||||
$jumlah_perlu_dibayar = $transaction['bayaran_pembiayaan'] + $transaction['bayaran_keuntungan'] + $transaction['ujrah'];
|
||||
@endphp
|
||||
<td><strong>: RM {{ number_format($jumlah_perlu_dibayar, 2) }}</strong></td>
|
||||
<td><strong>: RM {{ number_format($transaction['duit_masuk'], 2) }}</strong></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p style="float:left;position:absolute;margin-left:50px;">
|
||||
@@ -651,7 +651,7 @@
|
||||
<td style="width:30%"></td>
|
||||
<td style="width:20%"></td>
|
||||
<td style="width:30%">Keuntungan</td>
|
||||
<td style="width:20%">: RM {{ number_format($transaction['bayaran_keuntungan'], 2) }}</td>
|
||||
<td style="width:20%">: RM {{ number_format($transaction['onepercent'], 2) }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:30%"></td>
|
||||
@@ -675,7 +675,7 @@
|
||||
@php
|
||||
$jumlah_perlu_dibayar = $transaction['bayaran_pembiayaan'] + $transaction['bayaran_keuntungan'] + $transaction['ujrah'];
|
||||
@endphp
|
||||
<td><strong>: RM {{ number_format($jumlah_perlu_dibayar, 2) }}</strong></td>
|
||||
<td><strong>: RM {{ number_format($transaction['duit_masuk'], 2) }}</strong></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p style="float:left;position:absolute;margin-left:50px;">
|
||||
|
||||
@@ -537,7 +537,7 @@
|
||||
$jumlah_perlu_dibayar = $penebusan['bakipjm'] + $penebusan['onepercent'] - $transaction_tebus['onepercent_rebet'] + $penebusan['ujrah'] - $transaction_tebus['ujrah_rebet'];
|
||||
@endphp
|
||||
<td><strong>Jumlah Perlu Dibayar</strong></td>
|
||||
<td><strong>: RM {{ number_format($jumlah_perlu_dibayar, 2) }}</strong></td>
|
||||
<td><strong>: RM {{ number_format($transaction_tebus['duit_masuk'], 2) }}</strong></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -689,7 +689,7 @@
|
||||
$jumlah_perlu_dibayar = $penebusan['bakipjm'] + $penebusan['onepercent'] - $transaction_tebus['onepercent_rebet'] + $penebusan['ujrah'] - $transaction_tebus['ujrah_rebet'];
|
||||
@endphp
|
||||
<td><strong>Jumlah Perlu Dibayar</strong></td>
|
||||
<td><strong>: RM {{ number_format($jumlah_perlu_dibayar, 2) }}</strong></td>
|
||||
<td><strong>: RM {{ number_format($transaction_tebus['duit_masuk'], 2) }}</strong></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user