Minor update on pdf template

This commit is contained in:
Dillon Ngo
2026-01-31 21:52:58 +08:00
parent fcf1c09919
commit de65e0eecf
2 changed files with 41 additions and 24 deletions
@@ -75,17 +75,9 @@
<br>
<br>
<br>
<div class="note">
<p><strong><span>{{ \App\Classes\General\Helper::convert(round($transaction->amount, 2)) }}</span></strong></p>
<strong>Notes:</strong><br>
1. All cheques should be crossed and made payable to CIEF WORLDWIDE SDN. BHD. (MAYBANK) MBB-568603010762<br>
2. Goods sold are neither returnable nor refundable. Otherwise a cancellation fee of 20% on purchase price will be imposed.<br>
3. Interest rate 2% per month will be charged on all overdue bills.<br>
4. Price offered on invoice is based on present as at the current invoice date.<br><br>
No any price amendment will be allowed after invoice being chop & sign.<br>
CIEF WORLDWIDE SDN. BHD.<br>
</div>
<br><br>
<br>
<br>
<htmlpagefooter name="page-footer">
<table width="100%">
<tr>
@@ -94,4 +86,20 @@
</tr>
</table>
</htmlpagefooter>
{{-- Notes: ONLY on last page --}}
<ifpage pages="L">
<div class="note" style="
position: fixed;
bottom: 5mm;
">
<strong>Notes:</strong><br>
1. All cheques should be crossed and made payable to CIEF WORLDWIDE SDN. BHD. (MAYBANK) MBB-568603010762<br>
2. Goods sold are neither returnable nor refundable. Otherwise a cancellation fee of 20% on purchase price will be imposed.<br>
3. Interest rate 2% per month will be charged on all overdue bills.<br>
4. Price offered on invoice is based on present as at the current invoice date.<br><br>
No any price amendment will be allowed after invoice being chop & sign.<br>
CIEF WORLDWIDE SDN. BHD.<br>
</div>
</ifpage>
@endsection
@@ -78,19 +78,6 @@
<br>
<br>
<table style="width: 100%; border-spacing: 0;">
<tbody>
<tr>
<td width="60%">
CIEF WORLDWIDE SDN BHD<br>
</td>
<td width="40%" valign="top">
E & O.E<br>
Receive In Good Order & Condition<br>
</td>
</tr>
</tbody>
</table>
<htmlpagefooter name="page-footer">
<table width="100%">
@@ -100,4 +87,26 @@
</tr>
</table>
</htmlpagefooter>
{{-- Notes: ONLY on last page --}}
<ifpage pages="L">
<div class="note" style="
position: fixed;
bottom: 5mm;
">
<table style="width: 100%; border-spacing: 0;">
<tbody>
<tr>
<td width="60%">
CIEF WORLDWIDE SDN BHD<br>
</td>
<td width="40%" valign="top">
E & O.E<br>
Receive In Good Order & Condition<br>
</td>
</tr>
</tbody>
</table>
</div>
</ifpage>
@endsection