[ADD] account_report_india : Final Account Reports(Profit & Loss and Balance Sheet...
authorvra <vra@tinyerp.com>
Wed, 19 May 2010 10:49:20 +0000 (16:19 +0530)
committervra <vra@tinyerp.com>
Wed, 19 May 2010 10:49:20 +0000 (16:19 +0530)
commit4670e2c843dce415a75da16acd2f565dc87c9f20
tree8451fa39f864060ce0919a848ccc879e4e146053
parent22ba7bca40c89e239ee701497860421e5e244866
[ADD] account_report_india : Final Account Reports(Profit & Loss and Balance Sheet Report.

bzr revid: vra@tinyerp.com-20100519104920-vu63y67rhsdq35ud
15 files changed:
addons/account_report_india/__init__.py [new file with mode: 0644]
addons/account_report_india/__openerp__.py [new file with mode: 0644]
addons/account_report_india/report/__init__.py [new file with mode: 0755]
addons/account_report_india/report/report_balance_sheet.rml [new file with mode: 0644]
addons/account_report_india/report/report_balance_sheet_horizontal.rml [new file with mode: 0644]
addons/account_report_india/report/report_bs.py [new file with mode: 0644]
addons/account_report_india/report/report_pl.py [new file with mode: 0644]
addons/account_report_india/report/report_pl_account.rml [new file with mode: 0644]
addons/account_report_india/report/report_pl_account_horizontal.rml [new file with mode: 0644]
addons/account_report_india/report/rml_parse.py [new file with mode: 0755]
addons/account_report_india/wizard/__init__.py [new file with mode: 0755]
addons/account_report_india/wizard/account_bs_report.py [new file with mode: 0644]
addons/account_report_india/wizard/account_bs_report_view.xml [new file with mode: 0644]
addons/account_report_india/wizard/account_pl_report.py [new file with mode: 0644]
addons/account_report_india/wizard/account_pl_report_view.xml [new file with mode: 0644]