fix resit ansuran, tebus tawarruq, tebus ujrah, ps
This commit is contained in:
@@ -416,6 +416,18 @@
|
||||
font-size: 10px;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.receipt-type-style {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
height: 100%;
|
||||
width:40px;
|
||||
display:flex;
|
||||
justify-content:center;
|
||||
align-items:end;
|
||||
font-size: 45px;
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
<div class="header-style">
|
||||
<div style="display: flex; align-items:center">
|
||||
@@ -427,6 +439,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<div style="position: relative">
|
||||
<div class="receipt-type-style">A</div>
|
||||
<table id="inside">
|
||||
|
||||
<tr>
|
||||
@@ -469,10 +483,11 @@
|
||||
<td>: {{ $masa }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<h1 style="float:left;position:absolute;margin-left:100px;">A</h1>
|
||||
<table id="payment" style="width: 50%">
|
||||
<table id="payment" style="width: 60%">
|
||||
<tr>
|
||||
<td>Ansuran Pembiayaan</td>
|
||||
<td>: RM {{ number_format($transaction['bayaran_pembiayaan'], 2) }} </td>
|
||||
@@ -541,6 +556,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<div style="position: relative">
|
||||
<div class="receipt-type-style">A</div>
|
||||
<table id="inside">
|
||||
|
||||
<tr>
|
||||
@@ -584,10 +601,11 @@
|
||||
<td>: {{ $masa }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<h1 style="float:left;position:absolute;margin-left:100px;">A</h1>
|
||||
<table id="payment" style="width: 50%">
|
||||
<table id="payment" style="width: 60%">
|
||||
<tr>
|
||||
<td>Ansuran Pembiayaan</td>
|
||||
<td>: RM {{ number_format($transaction['bayaran_pembiayaan'], 2) }} </td>
|
||||
|
||||
Reference in New Issue
Block a user