disabled maklumat keuntungan and hapus ansuran dan fixed bug nokp more than 13 have special characters.
This commit is contained in:
@@ -249,13 +249,12 @@
|
||||
<td>{{ number_format($item['kadarupah'],2) }}</td>
|
||||
<td>{{ number_format($item['tempohblmbyar'],2) }}</td>
|
||||
<td>{{ number_format($item['upahblmbyar'],2) }}</td>
|
||||
<td>{{ number_format($item['pinjaman']* 0.01,2) }}</td>
|
||||
|
||||
@if($item['ujrah'] ='0.00')
|
||||
<td>{{ number_format($item['utgonepercent'],2) }}</td>
|
||||
{{-- @if($item['ujrah'] != '0.00') --}}
|
||||
|
||||
<td> {{ number_format($item['ujrah'],2) }} </td>
|
||||
|
||||
@endif
|
||||
{{-- @endif --}}
|
||||
|
||||
<td>{{$item['lanjutan']}}</td>
|
||||
</tr>
|
||||
@@ -268,8 +267,10 @@
|
||||
<th>{{ number_format($stokaudit['totalpinjaman'],2) }}</th>
|
||||
<th>{{ number_format($stokaudit['totalbakipjm'],2) }}</th>
|
||||
<th></th>
|
||||
|
||||
<th></th>
|
||||
<th>{{ number_format($stokaudit['totaltunggakan'],2) }}</th>
|
||||
<th>{{ number_format($stokaudit['totalonepercent'],2) }}</th>
|
||||
<th>{{ number_format($stokaudit['totalujrah'],2) }}</th>
|
||||
<th></th>
|
||||
|
||||
</tfoot>
|
||||
@@ -297,4 +298,4 @@
|
||||
<td colspan="2"><B>DI SAHKAN </B></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
@@ -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