From 4f3aaf019c50fa97cb32ae8d99e6ce3fd45695c7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 15 Nov 2011 09:55:03 -0500 Subject: [PATCH] made changes to invoice template --- printaform/templates/types/invoice.html | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/printaform/templates/types/invoice.html b/printaform/templates/types/invoice.html index 041d116..0231288 100755 --- a/printaform/templates/types/invoice.html +++ b/printaform/templates/types/invoice.html @@ -82,6 +82,7 @@ width:75%;
Invoice Date{{ date }}
+
Invoice Number: {{ invoice_no }}

@@ -91,14 +92,15 @@ width:75%;

Dear {{ sir_or_madam }},

Below is a statement of professional fees for {{ website_name }}.

+
- +
- + @@ -110,7 +112,7 @@ width:75%; @@ -118,14 +120,14 @@ width:75%;
ParticularsAmountAmount (INR)
{{ particulars }};
Total Amount -

In words: {{ amount_words }}

+

In words: {{ amount_words }} only

{{ amount_final }}

- +
Payment to: {{ company_name }}
-

{{ bank_name }}:

-

{{ ifsc_code }}

-

{{ account_number }}

-

{{ account_branch }}

+

{{ bank_name }}

+

IFSC Code: {{ ifsc_code }}

+

Account No: {{ account_number }}

+

Account Branch: {{ account_branch }}


@@ -133,7 +135,9 @@ width:75%;


-

{{ client_name }}

+
+
+

{{ company_name }}