fix
This commit is contained in:
@@ -411,16 +411,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<table id="header">
|
||||
<tr>
|
||||
<th rowspan="4" style="width:50px"><br><img src="{{ asset('img/ARRAHN1.png') }}" style="width:70px"></img></th>
|
||||
@@ -442,8 +432,6 @@
|
||||
<br>
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
<table id="tarikh_ib">
|
||||
<tr>
|
||||
<td cospan="2" > <B><U>LAPORAN IMBANGAN DUGA CAWANGAN</U></B></td>
|
||||
@@ -451,7 +439,6 @@
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
<BR>
|
||||
|
||||
<table id="tarikh_ib">
|
||||
|
||||
@@ -463,7 +450,6 @@
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<br>
|
||||
<table id="GL_dtl">
|
||||
|
||||
<tr>
|
||||
@@ -494,12 +480,10 @@
|
||||
|
||||
</table>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<table id="GL_dtl">
|
||||
|
||||
<tr>
|
||||
<th width="20%"><b> TANGGUNGAN SEMASA</b> </th>
|
||||
<th width="20%"><b> T. SEMASA</b> </th>
|
||||
<th width="60%"></th>
|
||||
<th width="20%"></th>
|
||||
</tr>
|
||||
@@ -518,6 +502,30 @@
|
||||
<td>{{ number_format($totaltanggungansemasa,2) }}</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<br>
|
||||
<table id="GL_dtl">
|
||||
|
||||
<tr>
|
||||
<th width="20%"><b> Untung Rugi</b> </th>
|
||||
<th width="60%"></th>
|
||||
<th width="20%"></th>
|
||||
</tr>
|
||||
|
||||
@foreach($untungrugifield as $index => $untungrugi)
|
||||
<tr>
|
||||
<td>{{ $untungrugi['glcode'] }}</td>
|
||||
<td>{{ $untungrugi['descpt'] }}</td>
|
||||
<td>{{ number_format($untungrugi['amaun'],2) }}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
|
||||
<tr>
|
||||
<td><b>JUMLAH </b></td>
|
||||
<td colspan="1"></td>
|
||||
<td>{{ number_format($totaluntungrugi,2) }}</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<br>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user