[merge] fix

This commit is contained in:
Rushabh Mehta
2013-04-24 10:03:56 +05:30
28 changed files with 1112 additions and 389 deletions

View File

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