From e40046121b9783081216e02ec1839de22921c5d1 Mon Sep 17 00:00:00 2001 From: AbleKSaju <126228406+AbleKSaju@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:20:43 +0530 Subject: [PATCH] feat: add template for payments --- templates/Business.Payment.template.html | 124 +++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 templates/Business.Payment.template.html diff --git a/templates/Business.Payment.template.html b/templates/Business.Payment.template.html new file mode 100644 index 00000000..da6b0ad4 --- /dev/null +++ b/templates/Business.Payment.template.html @@ -0,0 +1,124 @@ +
+ +
+ +
+ + +
+

+ {{ print.companyName }} +

+ +

+ {{ print.links.address.addressDisplay }} +

+ +

+ GSTIN: {{ print.gstin }} +

+
+
+ + +
+ +
+

{{t`Bill`}}

+
+

{{ doc.name }}

+ +
+

{{ doc.date }}

+

{{doc?.time }}

+
+
+
+ + +
+

{{t`party`}}

+ +
+

{{ doc.party }}

+ +

+ {{ doc.links.party.links.address.addressDisplay }} +

+ +

GSTIN: {{ doc.links.party.gstin }}

+
+
+
+
+ + +
+
+

{{t`Payment Type`}}

+
:
+
{{ doc.paymentType }}
+ +
{{t`Payment Method`}}
+
:
+
+ {{ doc.paymentMethod }} +
+
+
+ +
+

Tax Summary

+ +
+

{{ tax.account }}

+

{{ tax.amount }}

+
+ +
+

Total Ex.Vat

+

{{doc.subTotal}}

+
+
+ + +