fixing konfirmasi bank uat
This commit is contained in:
@ -9,10 +9,12 @@
|
||||
margin-top: 3.5cm;
|
||||
margin-right: 1.5cm;
|
||||
margin-left: 1.5cm;
|
||||
margin-bottom: 2cm;
|
||||
}
|
||||
|
||||
|
||||
/** Define the header rules **/
|
||||
header {
|
||||
/* header {
|
||||
position: fixed;
|
||||
top: 0cm;
|
||||
left: 0cm;
|
||||
@ -22,12 +24,12 @@
|
||||
}
|
||||
|
||||
/** Define the footer rules **/
|
||||
footer {
|
||||
/* footer {
|
||||
position: fixed;
|
||||
bottom: 0cm;
|
||||
left: 0cm;
|
||||
right: 0cm;
|
||||
},
|
||||
}, */
|
||||
|
||||
|
||||
/* table {
|
||||
@ -88,12 +90,25 @@
|
||||
}
|
||||
|
||||
|
||||
|
||||
.footer {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
margin-top: 1cm;
|
||||
}
|
||||
.header {
|
||||
top: 0px;
|
||||
}
|
||||
.footer {
|
||||
bottom: 0px;
|
||||
}
|
||||
.pagenum:before {
|
||||
content: counter(page);
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<ul class="no-bullets">
|
||||
<li>Nomor : {{$data['infoSuratOld']['no_surat']}}</li>
|
||||
<li>Tanggal : {{ $data['today'] }}</li>
|
||||
@ -116,16 +131,16 @@
|
||||
</ul>
|
||||
|
||||
<table style="width:100%;" class="space1" >
|
||||
<thead style="background-color: dimgrey" class="class="space1"">
|
||||
<thead style="background-color: dimgrey" >
|
||||
<tr>
|
||||
<th class="text-center space1" style="width:5%">No</th>
|
||||
<th class="text-center space1" style="width:21%">Jenis Rekening</th>
|
||||
<th class="text-center space1" style="width:12%">Tgl Realisasi</th>
|
||||
<th class="text-center space1" style="width:7%">Mata Uang</th>
|
||||
<th class="text-center space1" style="width:15%">Saldo</th>
|
||||
<th class="text-center space1" style="width:10%">Jangka Waktu</th>
|
||||
<th class="text-center space1" style="width:16%">Saldo</th>
|
||||
<th class="text-center space1" style="width:10%">Tenor</th>
|
||||
<th class="text-center space1" style="width:8%">Suku Bunga</th>
|
||||
<th class="text-center space1" style="width:12%">Tgl Jatuh Tempo</th>
|
||||
<th class="text-center space1" style="width:11%">Tgl Jatuh Tempo</th>
|
||||
<th class="text-center space1" style="width:10%">Keterangan</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -161,17 +176,17 @@
|
||||
<li>PINJAMAN YANG DIBERIKAN OLEH BANK KEPADA NASABAH</li>
|
||||
<li>POSISI : {{ $data['batchDate'] }} </li>
|
||||
</ul>
|
||||
<table class="space1" style="width:100%;">
|
||||
<table class="space1" style="width:100%;page-break-inside: avoid;">
|
||||
<thead style="background-color: dimgrey">
|
||||
<tr class="space1">
|
||||
<th class="text-center space1" style="width:5%">No</th>
|
||||
<th class="text-center space1" style="width:21%">Jenis Rekening</th>
|
||||
<th class="text-center space1" style="width:12%">Tgl Realisasi</th>
|
||||
<th class="text-center space1" style="width:7%">Mata Uang</th>
|
||||
<th class="text-center space1" style="width:15%">Saldo</th>
|
||||
<th class="text-center" style="width:10%">Jangka Waktu</th>
|
||||
<th class="text-center space1" style="width:16%">Saldo</th>
|
||||
<th class="text-center" style="width:10%">Tenor</th>
|
||||
<th class="text-center space1" style="width:8%">Suku Bunga</th>
|
||||
<th class="text-center space1" style="width:12%">Tgl Jatuh Tempo</th>
|
||||
<th class="text-center space1" style="width:11%">Tgl Jatuh Tempo</th>
|
||||
<th class="text-center space1" style="width:10%">Keterangan</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -202,7 +217,7 @@
|
||||
</tbody>
|
||||
</table><br>
|
||||
|
||||
<ul class="no-bullets">
|
||||
<ul class="no-bullets" style="page-break-inside: avoid;">
|
||||
<li>FASILITAS LAIN YANG DITERIMA OLEH NASABAH</li>
|
||||
<li>POSISI : {{ $data['batchDate'] }} </li>
|
||||
</ul>
|
||||
@ -213,10 +228,10 @@
|
||||
<th class="text-center space1" style="width:21%">Jenis Rekening</th>
|
||||
<th class="text-center space1" style="width:12%">Tgl Realisasi</th>
|
||||
<th class="text-center space1" style="width:7%">Mata Uang</th>
|
||||
<th class="text-center space1" style="width:15%">Saldo</th>
|
||||
<th class="text-center space1" style="width:10%">Jangka Waktu</th>
|
||||
<th class="text-center space1" style="width:16%">Saldo</th>
|
||||
<th class="text-center space1" style="width:10%">Tenor</th>
|
||||
<th class="text-center space1" style="width:8%">Suku Bunga</th>
|
||||
<th class="text-center space1" style="width:12%">Tgl Jatuh Tempo</th>
|
||||
<th class="text-center space1" style="width:11%">Tgl Jatuh Tempo</th>
|
||||
<th class="text-center space1" style="width:10%">Keterangan</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -304,8 +319,8 @@
|
||||
<li>Deputy Director</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td class="space1" style="width:20%;font-size:12px;border:none">
|
||||
<ul class="no-bullets">
|
||||
<td class="space1" style="width:20%;font-size:12px;border:none;">
|
||||
<ul class="no-bullets" style="margin-left: 50px">
|
||||
<li>{{ Str::upper($data['DataSigner'][0]['executive_officer_name'])}}</li>
|
||||
<li>Executive Officer</li>
|
||||
</ul>
|
||||
@ -313,6 +328,9 @@
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
Page <span class="pagenum" style="margin-top:20px"></span>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user