From 01a7cd46855cac9d54bd208bee6284eb871e8567 Mon Sep 17 00:00:00 2001 From: Vinay Rana Date: Fri, 5 Sep 2008 19:39:08 +0530 Subject: [PATCH] Some Changes done in Invoice Report sxw and rml Format using Pluginn. bzr revid: vinusoft85@gmail.com-20080905140908-zn6r8rsk95iotorb --- addons/account/report/invoice.rml | 104 ++++++++++++++++++------------ 1 file changed, 62 insertions(+), 42 deletions(-) diff --git a/addons/account/report/invoice.rml b/addons/account/report/invoice.rml index 3fadde3ab3d..7bf56cd5fac 100644 --- a/addons/account/report/invoice.rml +++ b/addons/account/report/invoice.rml @@ -68,7 +68,7 @@ - + @@ -113,25 +113,25 @@ - + - + - + - + @@ -187,7 +187,7 @@ - + @@ -201,20 +201,20 @@ - + - + - + @@ -225,10 +225,25 @@ + + + + + + + + + + + + + + + + - @@ -303,9 +318,7 @@ - - Document - + Document Invoice Date @@ -318,22 +331,20 @@ - - [[ o.name ]] - + [[ o.name ]] [[ o.date_invoice ]] - [[ o.address_invoice_id.partner_id.ref or removeParentNode('para') ]] + [[ o.address_invoice_id.partner_id.ref or '' ]] - + Description @@ -357,7 +368,7 @@
[[ repeatIn(o.invoice_line,'l') ]] - + [[ l.name ]] @@ -385,7 +396,7 @@ - + [[ repeatIn((l.note and l.note.splitlines()) or [], 'note') ]] @@ -396,29 +407,26 @@
- + - + - + - - - - + Total (excl. taxes): @@ -434,7 +442,7 @@ - + Taxes: @@ -450,7 +458,7 @@ - + Total (inclu. taxes): @@ -469,11 +477,11 @@ - + [[ o.amount_tax or removeParentNode('blockTable') ]] - + Tax @@ -489,27 +497,27 @@ - + [[ repeatIn(o.tax_line,'t') ]] - + [[ t.name ]] - [[ formatLang(t.base) ]] + [[ formatLang(t.base) ]] - [[ formatLang(t.amount) or 0.00 ]] + [[ formatLang(t.amount) or 0.00 ]] - + @@ -518,10 +526,10 @@ - + - + @@ -541,12 +549,24 @@ - [[ format(o.comment or '') ]] - + + + + [[ format(o.comment or removeParentNode('blockTable')) ]] + + + + - [[ format((o.payment_term and o.payment_term.note) or '') ]] - + + + + [[ format((o.payment_term and o.payment_term.note) or removeParentNode('blockTable')) ]] + + + +