fix skit bug
This commit is contained in:
@@ -158,18 +158,17 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<table class="table text-center" style="font-size:14px;">
|
||||
<table class="table text-center" style="font-size:15px;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th></th>
|
||||
<th>Pembiayaan (RM)</th>
|
||||
<th>Pinjaman (RM)</th>
|
||||
<th>Ansuran Pemb. (RM)</th>
|
||||
<th>NM Pemb. (RM)</th>
|
||||
<th>NM Pinj. (RM)</th>
|
||||
<th>Bil Pemb.</th>
|
||||
<th>Bil Pinj.</th>
|
||||
<th class="text-uppercase">Pembiayaan (RM)</th>
|
||||
<th class="text-uppercase">Pinjaman (RM)</th>
|
||||
<th class="text-uppercase">Ansuran Pemb. (RM)</th>
|
||||
<th class="text-uppercase">NM Pemb. (RM)</th>
|
||||
<th class="text-uppercase">Bil Pemb.</th>
|
||||
<th class="text-uppercase">Bil Pinj.</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -179,8 +178,7 @@
|
||||
<td>{{ number_format($laporan['rekodpemb'],2) }}</td>
|
||||
<td>{{ number_format($laporan['rekodpinj'],2) }} </td>
|
||||
<td>{{ number_format($laporan['bayaranpend'],2) }} </td>
|
||||
<td>{{ number_format($laporan['rekodpembnm'],2) }}</td>
|
||||
<td>{{ number_format($laporan['rekodpinjnm'],2) }}</td>
|
||||
<td>{{ number_format(($laporan['rekodpembnm'] + $laporan['rekodpinjnm']),2) }}</td>
|
||||
<td>{{ number_format($laporan['rekodpembbil'],0) }}</td>
|
||||
<td>{{ number_format($laporan['rekodpinjbil'],0) }}</td>
|
||||
</tr>
|
||||
@@ -192,7 +190,6 @@
|
||||
<td></td>
|
||||
<td>{{ number_format($laporan['stokauditnilaimarhun'],2) }} </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td>{{ number_format($laporan['stokauditcount']) }}</td>
|
||||
</tr>
|
||||
<tr class="d-none">
|
||||
@@ -203,7 +200,6 @@
|
||||
<td>{{ number_format($totalbilkawalanstok,0) }}</td>
|
||||
<td> Not Applicable </td>
|
||||
<td> Not Applicable </td>
|
||||
<td> Not Applicable </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -215,9 +211,12 @@
|
||||
<div class="row pl-4 pr-4 pb-4">
|
||||
<div class="col-12 box">
|
||||
<div class="row form-group">
|
||||
<div class="col-12">
|
||||
<div class="col-6">
|
||||
<p><b>F) LELONG</b></p>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<p><b>G) BAYARAN LELONG</b></p>
|
||||
</div>
|
||||
<div class="col-4">1. LELONG HARI INI</div>
|
||||
<div class="col-4">{{ 'RM '. number_format($laporan['jumlah_lelong'],2) }}</div>
|
||||
<div class="col-4"></div>
|
||||
@@ -252,7 +251,7 @@
|
||||
<div class="col-12 box">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<p><b>G) PERATUSAN PEMBIAYAAN</b></p>
|
||||
<p><b>H) PERATUSAN PEMBIAYAAN</b></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
@@ -214,7 +214,7 @@
|
||||
<tr>
|
||||
<td>{{ $counter }}</td>
|
||||
<td>{{$item['norujukan']}}</td>
|
||||
<td>{{ $item['jbg'] }}</td>
|
||||
<td>{{ $item['tempoh'] }}</td>
|
||||
<td>{{$item['nokp']}}</td>
|
||||
<td>{{ number_format($item['berat'],2) }}</td>
|
||||
<td>{{ number_format($item['nilaimarhun'],2) }}</td>
|
||||
|
||||
Reference in New Issue
Block a user