disabled maklumat keuntungan and hapus ansuran dan fixed bug nokp more than 13 have special characters.
This commit is contained in:
@@ -225,6 +225,8 @@
|
||||
<th>Kadar Upah</th>
|
||||
<th>Tempoh Belum Bayar</th>
|
||||
<th>Keuntungan Belum Bayar (RM)</th>
|
||||
<th>Ujrah (RM)</th>
|
||||
<th>Keuntungan 1% (RM)</th>
|
||||
<th>Lanjutan</th>
|
||||
</thead>
|
||||
@php $counter = 1;$totalpinjaman = 0; @endphp
|
||||
@@ -244,6 +246,8 @@
|
||||
<td>{{ number_format($item['kadarupah'],2) }}</td>
|
||||
<td>{{ number_format($item['tempoh'] - $item['tempohbayar'],2) }}</td>
|
||||
<td>{{ number_format($item['tunggakan'],2) }}</td>
|
||||
<td>{{ number_format($item['tunggakanujrah'],2) }}</td>
|
||||
<td>{{ number_format($item['tunggakanonepercent'],2) }}</td>
|
||||
{{-- <td>{{ number_format($item['pinjaman'],2) }}</td> --}}
|
||||
<td>{{$item['lelong_tawarruq']}}</td>
|
||||
</tr>
|
||||
@@ -258,6 +262,8 @@
|
||||
<th></th>
|
||||
<th></th>
|
||||
<th>{{ number_format($stokaudit_aktif['totaltunggakan'],2) }}</th>
|
||||
<th>{{ number_format($stokaudit_aktif['totalujrah'],2) }}</th>
|
||||
<th>{{ number_format($stokaudit_aktif['totalonepercent'],2) }}</th>
|
||||
<th></th>
|
||||
</tfoot>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user