From 4f3aaf019c50fa97cb32ae8d99e6ce3fd45695c7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 15 Nov 2011 09:55:03 -0500 Subject: [PATCH 1/5] 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 }}

From b3683ca9dbfb4302c0def8a770c9e39812d53103 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 15 Nov 2011 12:15:23 -0500 Subject: [PATCH 2/5] tweaks to invoice --- printaform/templates/types/invoice.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/printaform/templates/types/invoice.html b/printaform/templates/types/invoice.html index 0231288..b4b2921 100755 --- a/printaform/templates/types/invoice.html +++ b/printaform/templates/types/invoice.html @@ -76,12 +76,15 @@ width:75%; -
To:{{ client_address|markdown }} +
+

To: {{ client_name }}

+

{{ client_address|markdown }}

Tel No: {{ client_tel }}

Email: {{ client_email }}

- -
Invoice Date{{ date }}
+ +
+
Invoice Date: {{ date }}

Invoice Number: {{ invoice_no }}

@@ -103,7 +106,7 @@ width:75%; Amount (INR) - {{ particulars }}; + {{ particulars }} {{ amount }} From 82a1d3a9c9cbcc042a8ddce4446c18d390657c6d Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 16 Nov 2011 08:02:56 -0500 Subject: [PATCH 3/5] changes to invoice --- printaform/templates/types/invoice.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/printaform/templates/types/invoice.html b/printaform/templates/types/invoice.html index b4b2921..46bd8db 100755 --- a/printaform/templates/types/invoice.html +++ b/printaform/templates/types/invoice.html @@ -140,7 +140,8 @@ width:75%;


-

{{ company_name }}

+ +

{{ company_name }}

From 5a73d63a7638225d74bc39c5f79d28919e708583 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 16 Nov 2011 08:15:44 -0500 Subject: [PATCH 4/5] float Image --- printaform/templates/types/invoice.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/printaform/templates/types/invoice.html b/printaform/templates/types/invoice.html index 46bd8db..9986be9 100755 --- a/printaform/templates/types/invoice.html +++ b/printaform/templates/types/invoice.html @@ -48,6 +48,9 @@ td { width:75%; } +.signatureImage { + float:right; +} /*#clientAddress { float:left; @@ -140,7 +143,7 @@ width:75%;


- +

{{ company_name }}

From e8ebc24d619b3beb1673368d9c200e90ffd7cf91 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 16 Nov 2011 08:24:55 -0500 Subject: [PATCH 5/5] signature invoice --- printaform/templates/types/invoice.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/printaform/templates/types/invoice.html b/printaform/templates/types/invoice.html index 9986be9..2056ee8 100755 --- a/printaform/templates/types/invoice.html +++ b/printaform/templates/types/invoice.html @@ -49,9 +49,16 @@ width:75%; } .signatureImage { - float:right; +float:right; +margin-bottom:2px; } +.belowSign { + text-align:right; + clear:both; + } + + /*#clientAddress { float:left; } @@ -144,8 +151,9 @@ width:75%;

-

{{ company_name }}

- + +

{{ company_name }}

+