fixing laporan

This commit is contained in:
MUHD HAFIFIE
2021-05-05 15:55:34 +08:00
parent 768649af62
commit eb1c0a2cf0
12 changed files with 228 additions and 159 deletions
@@ -65,9 +65,11 @@
<div class="col-6">3. ANSURAN PEMBIAYAAN</div>
<div class="col-6">{{ 'RM '. number_format($laporan['total_ansuran'],2) }}</div>
<div class="col-6">4. BAYARAN ONLINE</div>
<div class="col-6"></div>
<div class="col-6"> RM 0.00 </div>
<div class="col-6">5. KEUNTUNGAN</div>
<div class="col-6">{{ 'RM '. number_format($laporan['total_keuntungan'],2) }}</div>
<div class="col-6">6. KEUNTUNGAN ONLINE</div>
<div class="col-6"> RM 0.00 </div>
</div>
</div>
<div class="col-6 box">
@@ -82,7 +84,7 @@
<div class="col-6">3. ANSURAN PEMBIAYAAN</div>
<div class="col-6">{{ $laporan['bilangan_ansuran'] }}</div>
<div class="col-6">4. BAYARAN ONLINE</div>
<div class="col-6"></div>
<div class="col-6"> 0 </div>
<div class="col-6">5. PELANGGAN BARU</div>
<div class="col-6">{{ $laporan['bilangan_customer_baru'] }}</div>
</div>
@@ -141,23 +143,23 @@
<tr>
<td>1</td>
<td>IMBANG DUGA</td>
<td></td>
<td></td>
<td></td>
<td>{{ 'RM '. number_format($laporan['outstandingimbangduga'],2) }}</td>
<td> Not Applicable </td>
<td> Not Applicable </td>
</tr>
<tr>
<td>2</td>
<td>STOK AUDIT</td>
<td>{{ 'RM '. number_format($laporan['stokaudit'],2) }}</td>
<td></td>
<td></td>
<td>{{ 'RM '. number_format($laporan['stokauditpembiayaan'],2) }}</td>
<td>{{ 'RM '. number_format($laporan['stokauditnilaimarhun'],2) }}</td>
<td>{{ number_format($laporan['stokauditcount']) }}</td>
</tr>
<tr>
<td>3</td>
<td>KAWALAN STOK</td>
<td></td>
<td></td>
<td></td>
<td>{{ 'RM '. number_format($totalpinjkawalanstok,2) }}</td>
<td> Not Applicable </td>
<td>{{ number_format($totalbilkawalanstok) }}</td>
</tr>
</tbody>
</table>