305 lines
6.7 KiB
PHP
305 lines
6.7 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 LELONGAN AKTIF</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>
|
|
</table>
|
|
|
|
<br>
|
|
<table id="details">
|
|
<tr>
|
|
<th>Bil</th>
|
|
<th>No Rujukan</th>
|
|
<th>JBG</th>
|
|
<th>IC</th>
|
|
<th>Pembiayaan</th>
|
|
<th>Keuntungan 6 Bulan</th>
|
|
<th>Bayaran Telah Dibuat</th>
|
|
</tr>
|
|
@foreach($lelong as $index=>$item)
|
|
<tr class="text-center">
|
|
<td>{{ $loop->iteration }}</td>
|
|
<td>{{ $item['norujukan'] }}</td>
|
|
<td>{{ $item['JBG'] }}</td>
|
|
<td>{{ $item['IC'] }}</td>
|
|
<td>{{ number_format($item['Pembiayaan'],2) }}</td>
|
|
<td>{{ number_format($item['upah6'],2) }}</td>
|
|
<td>{{ number_format($item['bayaran'],2) }}</td>
|
|
</tr>
|
|
@endforeach
|
|
{{-- @php $counter = 1;$totalnilaimarhun = 0; $totalpinjaman = 0; $totalupahsimpan = 0; $totalclel = 0; $totalhargalel = 0; $totalbaki = 0; $totalhargaasas = 0; $totalbakilelong = 0; $totalrugilelong = 0; @endphp
|
|
@foreach($lelong as $index=>$item)
|
|
<tr>
|
|
<td>{{ $counter }}</td>
|
|
<td>{{$item['norujukan']}}</td>
|
|
<td>
|
|
@php
|
|
$gadai_detail = Http::withOptions(['verify' => config('app.api_verify')])->get($api_url . '/api/gadai/norujukan/'. $item['norujukan'])->json();
|
|
$customer_detail = Http::withOptions(['verify' => config('app.api_verify')])->get($api_url . '/api/customers/' . $gadai_detail[0][0]['nokp'])->json();
|
|
|
|
echo $customer_detail['nama'] . '<br>' . $gadai_detail[0][0]['nokp'] . '<br>' . $customer_detail['alamat1'] . '<br>' . $customer_detail['alamat2'];
|
|
@endphp
|
|
</td>
|
|
<td>{{$item['nilaimarhun']}}</td>
|
|
<td>{{$item['pinjaman']}}</td>
|
|
<td>{{$item['bakiupah']}}</td>
|
|
<td>{{$item['cajlelong']}}</td>
|
|
<td>{{$item['hargajual']}}</td>
|
|
<td>{{ $item['baki'] }}</td>
|
|
<td>{{$item['hargaasas']}}</td>
|
|
<td>{!!$item['nama'] . '<br>' . $item['nokp'] . '<br>' . $item['alamat1']. '<br>' . $item['alamat2'] !!}</td>
|
|
</tr>
|
|
@php $counter++;
|
|
if ($item['baki'] > 0)
|
|
$totalbakilelong += $item['baki'];
|
|
else if($item['baki'] < 0)
|
|
$totalrugilelong -= $item['baki'];
|
|
|
|
$totalpinjaman += $item['pinjaman'];
|
|
$totalnilaimarhun += $item['nilaimarhun'];
|
|
$totalupahsimpan += $item['baki'];
|
|
$totalclel += $item['cajlelong'];
|
|
$totalhargalel += $item['hargajual'];
|
|
$totalbaki += $item['baki'];
|
|
$totalhargaasas += $item['hargaasas'];
|
|
@endphp
|
|
@endforeach
|
|
<tr>
|
|
<td>8</td>
|
|
<td colspan="2">Jumlah Bagi Teller</td>
|
|
<td>{{ $totalnilaimarhun }}</td>
|
|
<td>{{ $totalpinjaman }}</td>
|
|
<td>{{ $totalupahsimpan }}</td>
|
|
<td>{{ $totalclel }}</td>
|
|
<td>{{ $totalhargalel }}</td>
|
|
<td>{{ $totalbaki }}</td>
|
|
<td>{{ $totalhargaasas }}</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>8</td>
|
|
<td colspan="2">Jumlah Keseluruhan</td>
|
|
<td>{{ $totalnilaimarhun }}</td>
|
|
<td>{{ $totalpinjaman }}</td>
|
|
<td>{{ $totalupahsimpan }}</td>
|
|
<td>{{ $totalclel }}</td>
|
|
<td>{{ $totalhargalel }}</td>
|
|
<td>{{ $totalbaki }}</td>
|
|
<td>{{ $totalhargaasas }}</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td colspan="2" style="font-weight:bold;"><b>Jumlah Baki Lelong (A)</td>
|
|
<td colspan="5" style="font-weight:bold;"></td>
|
|
<td style="font-weight:bold;">{!! $totalbakilelong !!}</td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td colspan="2" style="font-weight:bold;">Jumlah Kerugian Lelong (B)</td>
|
|
<td colspan="5" style="font-weight:bold;"></td>
|
|
<td style="font-weight:bold;">{!! $totalrugilelong !!}</td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td colspan="2" style="font-weight:bold;">A-B</td>
|
|
<td colspan="5" style="font-weight:bold;"></td>
|
|
<td style="font-weight:bold;">{!! $totalbakilelong + $totalrugilelong !!}</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br>
|
|
<br>
|
|
<table id="sign">
|
|
<tr>
|
|
<td></td>
|
|
<td colspan="2"> .................................................................. </td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td colspan="2"><B> Diterima Oleh</B> </td>
|
|
<td> </td>
|
|
</tr> --}}
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|