[report] accounts receivable migrated into new style

This commit is contained in:
Nabin Hait
2013-04-22 13:14:52 +05:30
parent f19822b041
commit e7366f763b
6 changed files with 210 additions and 1 deletions

View File

@@ -139,6 +139,11 @@ wn.module_page["Accounts"] = [
"page":"Financial Statements",
"label": wn._("Financial Statements")
},
{
"label":wn._("Accounts Receivable"),
route: "query-report/Accounts Receivable",
doctype: "Sales Invoice"
},
]
},
{