From: apa-tiny Date: Mon, 13 Sep 2010 07:27:42 +0000 (+0530) Subject: Accounting/Reporting/Generic Reporting/Taxes/ Print Taxes Report X-Git-Tag: 6.0.0-rc1-addons~78^2~163 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=58a2aec5d2553e2ac2cd096651961f60aef9d04e;p=odoo%2Fodoo.git Accounting/Reporting/Generic Reporting/Taxes/ Print Taxes Report * table header format is not ok. put in one line. * The currency code and symbol is missing on the value (from the company) * missing report title bzr revid: apa@tinyerp.com-20100913072742-21091s38bg02bssi --- diff --git a/addons/account/report/tax_report.rml b/addons/account/report/tax_report.rml index bbe7fd9..b1a9b30 100644 --- a/addons/account/report/tax_report.rml +++ b/addons/account/report/tax_report.rml @@ -61,7 +61,6 @@ - @@ -75,7 +74,7 @@ - + @@ -88,8 +87,8 @@ - - + + @@ -103,32 +102,21 @@ - - - - - - - - - - + Taxes + Tax Name - Debit([[ company.currency_id.code]]) - Credit([[ company.currency_id.code]]) - Tax Amount([[ company.currency_id.code]]) + Debit([[ company.currency_id.code]]) + Credit([[ company.currency_id.code]]) + Tax Amount([[ company.currency_id.code]]) - [[ repeatIn(get_lines(data['form']['based_on'],data['form']['periods'],data['form']['company_id']), 'o') ]][[ (o['level']) ]] [[o['type']==1 and ( setTag('para','para',{'fontName':'Helvetica-Bold'}))]][[ o['code'] ]] [[ o['name'] ]] - [[ (o['level'])>2 and setTag('para','para',{'fontName':"Helvetica-Bold"}) or removeParentNode('font')]][[ o['type']=='view' and removeParentNode('font') ]][[ formatLang(o['debit']) ]][[ o['type']<>'view' and removeParentNode('font') ]][[ formatLang(o['debit']) ]] - [[ (o['level'])>2 and setTag('para','para',{'fontName':"Helvetica-Bold"}) or removeParentNode('font')]][[ o['type']=='view' and removeParentNode('font') ]][[ formatLang(o['credit']) ]][[ o['type']<>'view' and removeParentNode('font') ]][[ formatLang(o['credit'])]] - [[ (o['level'])>2 and setTag('para','para',{'fontName':"Helvetica-Bold"}) or removeParentNode('font')]][[ o['type']=='view' and removeParentNode('font') ]][[ formatLang(o['tax_amount']) ]][[ o['type']<>'view' and removeParentNode('font') ]][[ formatLang(o['tax_amount']) ]] + [[ repeatIn(get_lines(data['form']['based_on'],data['form']['periods'],data['form']['company_id']), 'o') ]][[ (o['level']) ]] [[o['type']==1 and ( setTag('para','para',{'fontName':'Helvetica-Bold'}))]][[ o['code'] ]] [[ o['name'] ]] + [[ (o['level'])>2 and setTag('para','para',{'fontName':"Helvetica-Bold"}) or removeParentNode('font')]][[ o['type']=='view' and removeParentNode('font') ]][[ formatLang(o['debit']) ]] [[ company.currency_id.symbol ]][[ o['type']<>'view' and removeParentNode('font') ]][[ formatLang(o['debit']) ]] [[ company.currency_id.symbol ]] + [[ (o['level'])>2 and setTag('para','para',{'fontName':"Helvetica-Bold"}) or removeParentNode('font')]][[ o['type']=='view' and removeParentNode('font') ]][[ formatLang(o['credit']) ]] [[ company.currency_id.symbol ]][[ o['type']<>'view' and removeParentNode('font') ]][[ formatLang(o['credit'])]] [[ company.currency_id.symbol ]] + [[ (o['level'])>2 and setTag('para','para',{'fontName':"Helvetica-Bold"}) or removeParentNode('font')]][[ o['type']=='view' and removeParentNode('font') ]][[ formatLang(o['tax_amount']) ]] [[ company.currency_id.symbol ]][[ o['type']<>'view' and removeParentNode('font') ]][[ formatLang(o['tax_amount']) ]] [[ company.currency_id.symbol ]]