Fix resit pembiayaan semula to A5 size
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<script>
|
<script>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
window.print();
|
window.print();
|
||||||
// window.onfocus=function(){ window.close();}
|
window.onfocus=function(){ window.close();}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
@@ -418,9 +418,11 @@ hr.new5 {
|
|||||||
<td style="width:10px">: <b>RM {{ number_format($transaction_keuntungan['bayaran_pembiayaan']+$transaction_keuntungan['bayaran_keuntungan'],2) }}</b></td>
|
<td style="width:10px">: <b>RM {{ number_format($transaction_keuntungan['bayaran_pembiayaan']+$transaction_keuntungan['bayaran_keuntungan'],2) }}</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<p style="display: flex; margin: 20px 80px" id="inside">
|
<table id="payment" style="border: none; margin-top:20px; width:55%">
|
||||||
Marhun: {{ $gadai['marhun'] }}
|
<tr>
|
||||||
</p>
|
<td>Marhun: {{ $gadai['marhun'] }}</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
@@ -514,9 +516,11 @@ hr.new5 {
|
|||||||
<td style="width:10px">: <b>RM {{ number_format($transaction_keuntungan['bayaran_pembiayaan']+$transaction_keuntungan['bayaran_keuntungan'],2) }}</b></td>
|
<td style="width:10px">: <b>RM {{ number_format($transaction_keuntungan['bayaran_pembiayaan']+$transaction_keuntungan['bayaran_keuntungan'],2) }}</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<p style="display: flex; margin: 20px 80px" id="inside">
|
<table id="payment" style="border: none; margin-top:20px; width:55%">
|
||||||
Marhun: {{ $gadai['marhun'] }}
|
<tr>
|
||||||
</p>
|
<td>Marhun: {{ $gadai['marhun'] }}</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
@@ -539,4 +543,15 @@ hr.new5 {
|
|||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<table id="semakan">
|
||||||
|
<tr style="visibility: hidden">
|
||||||
|
<td colspan="3">.................................................... </td>
|
||||||
|
<td></td>
|
||||||
|
<td colspan="3">.................................................... </td>
|
||||||
|
<td></td>
|
||||||
|
<td colspan="3">.................................................... </td>
|
||||||
|
<td></td>
|
||||||
|
<td colspan="3">.................................................... </td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
<br>
|
<br>
|
||||||
Reference in New Issue
Block a user