fix laporan
This commit is contained in:
@@ -302,6 +302,40 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h4>Laporan Transaksi Penebusan</h4>
|
||||
<br>
|
||||
|
||||
<table id="details">
|
||||
<thead>
|
||||
<th>Bil</th>
|
||||
<th>Jenis</th>
|
||||
<th>Penebusan(RM)</th>
|
||||
<th>Keuntungan(RM)</th>
|
||||
<th>Rebate(RM)</th>
|
||||
</thead>
|
||||
<tr>
|
||||
<td>{{ $tebuspengasingan['biltawarruq'] }}</td>
|
||||
<td>Tawarruq</td>
|
||||
<td>{{ number_format($tebuspengasingan['totaltawarruq'],2) }}</td>
|
||||
<td>{{ number_format($tebuspengasingan['keuntungantawarruq'],2) }}</td>
|
||||
<td>{{ number_format($tebuspengasingan['totalrebate'],2) }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{ $tebuspengasingan['bilarrahn'] }}</td>
|
||||
<td>Ar-Rahn</td>
|
||||
<td>{{ number_format($tebuspengasingan['totalarrahn'],2) }}</td>
|
||||
<td>{{ number_format($tebuspengasingan['keuntunganarrahn'],2) }}</td>
|
||||
<td> Not Applicable </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{ $upahlama['bil'] }}</td>
|
||||
<td>Bayaran Upah</td>
|
||||
<td> Not Applicable </td>
|
||||
<td>{{ number_format($upahlama['total'],2) }}</td>
|
||||
<td> Not Applicable </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user