357 lines
7.9 KiB
PHP
357 lines
7.9 KiB
PHP
<style>
|
|
#header {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
#header td, #customers th {
|
|
|
|
padding:4px;
|
|
font-size:10px;
|
|
}
|
|
|
|
#header tr:nth-child(even){background-color: #ffffff;}
|
|
|
|
#header tr:hover {background-color: #ddd;}
|
|
|
|
#header th {
|
|
padding-top: 12px;
|
|
padding-bottom: 12px;
|
|
text-align: left;
|
|
padding:4px;
|
|
color:black;
|
|
}
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
#scan {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
#scan td, #scan th {
|
|
|
|
padding: 8px;
|
|
font-size:11px;
|
|
}
|
|
|
|
#scan tr:nth-child(even){background-color: #ffffff;}
|
|
|
|
#scan tr:hover {background-color: #ddd;}
|
|
|
|
#scan th {
|
|
padding-top: 12px;
|
|
padding-bottom: 12px;
|
|
text-align: left;
|
|
padding:4px;
|
|
color:black;
|
|
}
|
|
</style>
|
|
|
|
|
|
<style>
|
|
#scan {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
#scan td, #scan th {
|
|
border-collapse: collapse;
|
|
padding: 8px;
|
|
font-size:11px;
|
|
}
|
|
|
|
#scan tr:nth-child(even){background-color: #ffffff;}
|
|
|
|
#scan tr:hover {background-color: #ddd;}
|
|
|
|
#scan th {
|
|
border-collapse: collapse;
|
|
padding-top: 12px;
|
|
padding-bottom: 12px;
|
|
text-align: left;
|
|
padding:4px;
|
|
color:black;
|
|
}
|
|
</style>
|
|
|
|
|
|
|
|
<style>
|
|
#details {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
#details td, #details th {
|
|
|
|
padding: 8px;
|
|
font-size:11px;
|
|
}
|
|
|
|
#details tr:nth-child(even){background-color: #ffffff;}
|
|
|
|
#details tr:hover {background-color: #ddd;}
|
|
|
|
#details th {
|
|
padding-top: 12px;
|
|
font-style:bold;
|
|
padding-bottom: 12px;
|
|
text-align: left;
|
|
padding:4px;
|
|
color:black;
|
|
}
|
|
</style>
|
|
|
|
<style>
|
|
#sign {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
#sign td, #sign th {
|
|
|
|
padding: 8px;
|
|
font-size:11px;
|
|
text-align: center;
|
|
}
|
|
|
|
#sign tr:nth-child(even){background-color: #ffffff;}
|
|
|
|
#sign tr:hover {background-color: #ddd;}
|
|
|
|
#sign th {
|
|
padding-top: 12px;
|
|
padding-bottom: 12px;
|
|
text-align: left;
|
|
padding:4px;
|
|
color:black;
|
|
}
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<table id="header">
|
|
<tr>
|
|
<th rowspan="4" style="width:50px"><br><img src="{{ asset('img/ARRAHN1.png') }}" style="width:70px"></img></th>
|
|
<th colspan="1">KOPERASI PERMODALAN KELANTAN BERHAD</th>
|
|
</tr>
|
|
<tr>
|
|
<td>{{ $cawangan_detail['namacaw'] }}</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>{{ $cawangan_detail['alamat1'] }}</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>{{ $cawangan_detail['alamat2'].' No Tel : '. $cawangan_detail['notel'].' No Faks : '. $cawangan_detail['nofaks'] }}</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
|
|
<table id="scan">
|
|
<tr>
|
|
<th colspan ="5"><b>LAPORAN ANSURAN PEMBIAYAAN</b></th>
|
|
<th> </th>
|
|
<th> </th>
|
|
<th><b> Tarikh Cetak:</b>
|
|
@php
|
|
$myDateTime = DateTime::createFromFormat('Y-m-d', $tarikh_cetak);
|
|
$formattedweddingdate = $myDateTime->format('d-m-Y');
|
|
echo($formattedweddingdate)
|
|
@endphp
|
|
</th>
|
|
<th></th>
|
|
</tr>
|
|
<tr>
|
|
<td style="width:10px"> <b>TARIKH</b></td>
|
|
<td>@php
|
|
$myDateTime = DateTime::createFromFormat('Y-m-d', $tebus_date);
|
|
$formattedweddingdate = $myDateTime->format('d-m-Y');
|
|
echo($formattedweddingdate)
|
|
@endphp</td>
|
|
<td style="width:50px">
|
|
</td>
|
|
<td> </td>
|
|
<td> </td>
|
|
<td> </td>
|
|
<td> </td>
|
|
<td> </td>
|
|
<td> </td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br>
|
|
<table id="details">
|
|
<tr>
|
|
<th>Bil</th>
|
|
<th>No Rujukan</th>
|
|
<th >Nama</th>
|
|
<th>No K/P</th>
|
|
<th>Tarikh Bayaran</th>
|
|
<th>Tempoh</th>
|
|
<th>Baki Pembiayaan (RM)</th>
|
|
<th>Bayaran Pemb. (RM)</th>
|
|
<th>Lain-lain Caj (RM)</th>
|
|
<th>Keuntungan 1% (RM)</th>
|
|
<th>Keuntungan (RM)</th>
|
|
<th>Bayaran (RM)</th>
|
|
</tr>
|
|
@php
|
|
$counter = 1;
|
|
$totalduitmasuk = 0;
|
|
$totalkeuntungan = 0;
|
|
$totalpendahuluan = 0;
|
|
$totalujrah = 0;
|
|
$totalonepercent = 0;
|
|
@endphp
|
|
@foreach($tebus as $index=>$item)
|
|
@php
|
|
$totalduitmasuk += $item['duit_masuk'];
|
|
$totalkeuntungan += $item['bayaran_keuntungan'];
|
|
$totalpendahuluan += $item['bayaran_pembiayaan'];
|
|
$totalujrah += round($item['ansuranujrah'],2);
|
|
$totalonepercent += round($item['ansuranonepercent'],2);
|
|
@endphp
|
|
|
|
@if($index > 0)
|
|
@if($item['teller'] != $tebus[$index - 1]['teller'])
|
|
<tr>
|
|
<td colspan="11">Teller : <b>{{ $item['teller'] }}</b></td>
|
|
</tr>
|
|
@php
|
|
$totaldmteller = 0;
|
|
$totalupahteller = 0;
|
|
$totalpendhteller = 0;
|
|
$totalujrahteller = 0;
|
|
$totalonepercentteller = 0;
|
|
@endphp
|
|
@endif
|
|
@else
|
|
<tr>
|
|
<td colspan="11">Teller : <b>{{ $item['teller'] }}</b></td>
|
|
</tr>
|
|
@php
|
|
$totaldmteller = 0;
|
|
$totalupahteller = 0;
|
|
$totalpendhteller = 0;
|
|
$totalujrahteller = 0;
|
|
$totalonepercentteller = 0;
|
|
@endphp
|
|
@endif
|
|
<tr>
|
|
<td>{{ $counter }}</td>
|
|
<td>{{$item['norujukan']}}</td>
|
|
<td>{{ $item['nama'] }}</td>
|
|
<td>{{ $item['nokp'] }}</td>
|
|
<td> @php
|
|
$myDateTime = DateTime::createFromFormat('Y-m-d H:i:s', $item['tarikh_bayaran']);
|
|
$formattedweddingdate = $myDateTime->format('d-m-Y');
|
|
echo($formattedweddingdate)
|
|
@endphp</td>
|
|
<td>{{ $item['tempoh'] }}</td>
|
|
<td>{{ number_format($item['bakipjm'],2) }}</td>
|
|
<td>{{ number_format($item['bayaran_pembiayaan'],2) }}</td>
|
|
<td>{{ number_format(round($item['ansuranujrah'],2),2) }}</td>
|
|
<td>{{ number_format(round($item['ansuranonepercent'],2),2) }}</td>
|
|
<td>{{ number_format($item['bayaran_keuntungan'],2) }}</td>
|
|
<td>{{ number_format($item['duit_masuk'],2) }}</td>
|
|
</tr>
|
|
@php $counter++; @endphp
|
|
@php
|
|
$totaldmteller += $item['duit_masuk'];
|
|
$totalupahteller += $item['bayaran_keuntungan'];
|
|
$totalpendhteller += $item['bayaran_pembiayaan'];
|
|
$totalujrahteller += round($item['ansuranujrah'],2);
|
|
$totalonepercentteller += round($item['ansuranonepercent'],2);
|
|
@endphp
|
|
|
|
@if($index+1 < sizeof($tebus))
|
|
@if($item['teller'] != $tebus[$index + 1]['teller'])
|
|
<tr>
|
|
<td colspan="7">{{ $counter-1 }} Jumlah Bagi Teller : {{ $item['teller'] }}</td>
|
|
<td><b>{{ number_format($totalpendhteller,2) }} </b></td>
|
|
<td><b>{{ number_format($totalujrahteller,2) }} </b></td>
|
|
<td><b>{{ number_format($totalonepercentteller,2) }} </b></td>
|
|
<td><b>{{ number_format($totalupahteller,2) }} </b></td>
|
|
<td><b>{{ number_format($totaldmteller,2) }} </b></td>
|
|
</tr>
|
|
@php
|
|
$counter = 1;
|
|
$totaldmteller = 0;
|
|
$totalupahteller = 0;
|
|
$totalpendhteller = 0;
|
|
@endphp
|
|
@endif
|
|
@else
|
|
<tr>
|
|
<td colspan="7">{{ $counter-1 }} Jumlah Bagi Teller : {{ $item['teller'] }}</td>
|
|
<td><b>{{ number_format($totalpendhteller,2) }} </b></td>
|
|
<td><b>{{ number_format($totalujrahteller,2) }} </b></td>
|
|
<td><b>{{ number_format($totalonepercentteller,2) }} </b></td>
|
|
<td><b>{{ number_format($totalupahteller,2) }} </b></td>
|
|
<td><b>{{ number_format($totaldmteller,2) }} </b></td>
|
|
</tr>
|
|
@endif
|
|
@endforeach
|
|
</table>
|
|
|
|
<br><br>
|
|
<table id="details" style="border-top:1px solid black;border-bottom:1px solid black;text-align:center;">
|
|
<tr>
|
|
<th colspan="9"></th>
|
|
<th style="text-align:center;">Bayaran Pemb. (RM)</th>
|
|
<th style="text-align:center;">Lain-Lain Caj (RM)</th>
|
|
<th style="text-align:center;">Keuntungan 1% (RM)</th>
|
|
<th style="text-align:center;">Keuntungan (RM)</th>
|
|
<th style="text-align:center;">Bayaran (RM)</th>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="9" style="text-align: center;"><b>JUMLAH KESELURUHAN</b></td>
|
|
<td>{{ number_format($totalpendahuluan,2) }}</td>
|
|
<td>{{ number_format($totalujrah,2) }}</td>
|
|
<td>{{ number_format($totalonepercent,2) }}</td>
|
|
<td>{{ number_format($totalkeuntungan,2) }}</td>
|
|
<td>{{ number_format($totalduitmasuk,2) }}</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br><br>
|
|
<br><br>
|
|
<table id="sign">
|
|
<tr>
|
|
<td></td>
|
|
<td colspan="2"> .................................................................. </td>
|
|
<td> </td>
|
|
<td colspan="2">.................................................................. </td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td colspan="2"><B> DI SEMAK</B> </td>
|
|
<td> </td>
|
|
<td colspan="2"><B>DI SAHKAN </B></td>
|
|
<td> </td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|