laporan fix

This commit is contained in:
MUHD HAFIFIE
2021-07-07 16:37:45 +08:00
parent 9a55bb3587
commit 40d426b733
7 changed files with 39 additions and 60 deletions
@@ -322,8 +322,8 @@
<td> Not Applicable </td>
</tr>
<tr>
<td>{{ $upahlama['bil'] }}</td>
<td>Ansuran</td>
<td>{{ $ansuran['bilangan'] }}</td>
<td>Ansuran Pembiayaan</td>
<td>{{ number_format($ansuran['totalpendahuluan'],2) }}</td>
<td>{{ number_format($ansuran['totalkeuntungan'],2) }}</td>
<td> Not Applicable </td>
@@ -211,7 +211,7 @@
<th>TOLAK</th>
</tr>
<tr>
<td>Serahan Kepada Teller</td>
<td>Pendahuluan Kepada Teller</td>
<td>:</td>
<td>RM {{ number_format($petibesi['keluar'],2) }}</td>
</tr>
@@ -226,7 +226,7 @@
<th>TAMBAH</th>
</tr>
<tr>
<td>Pendahuluan Daripada Teller</td>
<td>Serahan Daripada Teller</td>
<td>:</td>
<td>RM {{ number_format($petibesi['masuk'],2) }}</td>
</tr>
@@ -191,8 +191,10 @@
<div class="col-12">
<p><b>G) BAYAR BAKI LELONG</b></p>
</div>
<div class="col-6">RM</div>
<div class="col-6">1. BAKI LELONG</div>
<div class="col-6">{{ 'RM '. number_format($laporan['bayar_baki_lelong'],2) }}</div>
<div class="col-6">2. RUGI LELONG</div>
<div class="col-6">{{ 'RM '. number_format($laporan['bayar_rugi_lelong'],2) }}</div>
</div>
</div>
</div>
@@ -114,8 +114,10 @@
<div class="col-12">
<p><b>G) BAYAR BAKI LELONG</b></p>
</div>
<div class="col-6">RM</div>
<div class="col-6"></div>
<div class="col-6">1. BAKI LELONG</div>
<div class="col-6">{{ 'RM '. number_format($laporan['bayar_baki_lelong'],2) }}</div>
<div class="col-6">2. RUGI LELONG</div>
<div class="col-6">{{ 'RM '. number_format($laporan['bayar_rugi_lelong'],2) }}</div>
</div>
</div>
</div>