Merge branch 'new-super' of https://gitlab.com/online-sistem1/kaunter into fixkaunter

This commit is contained in:
hafifierahman
2022-03-16 15:43:44 +08:00
@@ -205,7 +205,11 @@
<th>No. KP</th> <th>No. KP</th>
<th>Berat</th> <th>Berat</th>
<th>Nilai Marhun (RM)</th> <th>Nilai Marhun (RM)</th>
<th>Pembiayaan</th> <th>Pembiayaan Asal (RM)</th>
<th>Baki Pembiayaan (RM)</th>
<th>Kadar Upah</th>
<th>Tempoh Belum Bayar</th>
<th>Keuntungan Belum Bayar (RM)</th>
<th>Lanjutan</th> <th>Lanjutan</th>
</thead> </thead>
@php $counter = 1;$totalpinjaman = 0; @endphp @php $counter = 1;$totalpinjaman = 0; @endphp
@@ -218,7 +222,11 @@
<td>{{$item['nokp']}}</td> <td>{{$item['nokp']}}</td>
<td>{{ number_format($item['berat'],2) }}</td> <td>{{ number_format($item['berat'],2) }}</td>
<td>{{ number_format($item['nilaimarhun'],2) }}</td> <td>{{ number_format($item['nilaimarhun'],2) }}</td>
<td>@php if($item['hargajualan'] == null) echo number_format($item['pinjaman'],2); else echo number_format($item['bakipjm'],2); @endphp</td> <td>{{ number_format($item['pinjaman'],2) }}</td>
<td>{{ number_format($item['bakipjm'],2) }}</td>
<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['pinjaman'],2) }}</td> --}} {{-- <td>{{ number_format($item['pinjaman'],2) }}</td> --}}
<td>{{$item['lelong_tawarruq']}}</td> <td>{{$item['lelong_tawarruq']}}</td>
</tr> </tr>
@@ -228,8 +236,11 @@
<th colspan='4'>Jumlah</th> <th colspan='4'>Jumlah</th>
<th>{{ number_format($stokaudit['totalberat'],2) }}</th> <th>{{ number_format($stokaudit['totalberat'],2) }}</th>
<th>{{ number_format($stokaudit['totalnilaimarhun'],2) }}</th> <th>{{ number_format($stokaudit['totalnilaimarhun'],2) }}</th>
{{-- <th>{{ number_format($stokaudit['total'],2) }}</th> --}} <th>{{ number_format($stokaudit['totalpinjaman'],2) }}</th>
<th>{{ number_format($totalpinjaman,2) }}</th> <th>{{ number_format($stokaudit['totalbakipjm'],2) }}</th>
<th></th>
<th></th>
<th>{{ number_format($stokaudit['totaltunggakan'],2) }}</th>
<th></th> <th></th>
</tfoot> </tfoot>
</table> </table>
@@ -258,3 +269,4 @@
138001.80