E-Invoice - added footer note to invoice and einvoice pdf generate

This commit is contained in:
Dillon Ngo
2025-09-02 04:40:32 +08:00
parent 825b4e7bc3
commit eec405e5b2
2 changed files with 16 additions and 1 deletions
@@ -111,5 +111,12 @@
</tr>
</tbody>
</table>
<htmlpagefooter name="page-footer">
<table width="100%">
<tr>
<td style="text-align: right; ">This is generated by computer. No signature required.</td>
<td style="text-align: right; ">Page {PAGENO} of {nbpg}</td>
</tr>
</table>
</htmlpagefooter>
@endsection
@@ -71,4 +71,12 @@
Account Name: CIEF Worldwide Sdn Bhd<br>
Account No: 568603010762<br>
</div>
<htmlpagefooter name="page-footer">
<table width="100%">
<tr>
<td style="text-align: right; ">This is generated by computer. No signature required.</td>
<td style="text-align: right; ">Page {PAGENO} of {nbpg}</td>
</tr>
</table>
</htmlpagefooter>
@endsection