fix stokaudit for v2

This commit is contained in:
Hafifie PKB
2023-12-27 00:48:53 +08:00
parent 763399e1e8
commit 6082e0673c
2 changed files with 270 additions and 0 deletions
@@ -210,6 +210,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
@@ -227,6 +229,9 @@
<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>