254 lines
4.8 KiB
PHP
254 lines
4.8 KiB
PHP
<script src="{{ asset('js/table2excel.js') }}"></script>
|
|
|
|
<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</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>Nama</th>
|
|
<th>No Rujukan</th>
|
|
<th>Telefon</th>
|
|
<th>Telefon2</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['nama'] }}</td>
|
|
<td>{{ $item['norujukan'] }}</td>
|
|
<td>@php $telefon = str_replace("-","",$item['telefon1']); echo ($telefon == null || $telefon == '') ? '' : '6' . substr($telefon,0,3) . substr($telefon,3); @endphp</td>
|
|
<td>@php $telefon = str_replace("-","",$item['telefon2']); echo ($telefon == null || $telefon == '') ? '' : '6' . substr($telefon,0,3) . substr($telefon,3); @endphp</td>
|
|
<td>{{ $item['JBG'] }}</td>
|
|
<td>{{ substr($item['IC'],0,6) . '-' .substr($item['IC'],6,2) . '-' . substr($item['IC'],8) }}</td>
|
|
<td>{{ $item['Pembiayaan'] }}</td>
|
|
<td>{{ $item['upah6'] }}</td>
|
|
<td>{{ $item['bayaran'] }}</td>
|
|
</tr>
|
|
@endforeach
|
|
</table>
|
|
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
|
|
|
<script>
|
|
|
|
$(document).ready(function () {
|
|
// window.print();
|
|
// window.onfocus=function(){ window.close();}
|
|
var table2excel = new Table2Excel();
|
|
table2excel.export(document.querySelectorAll("#details"),'laporan_lelongan');
|
|
setTimeout(function(){ window.close() }, 1000);
|
|
});
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|