[script report] sales register migrated into new script report

This commit is contained in:
Nabin Hait
2013-04-24 15:46:09 +05:30
parent 59a6cd6c44
commit 5c2cb74e7a
6 changed files with 230 additions and 1 deletions

View File

@@ -149,6 +149,11 @@ wn.module_page["Accounts"] = [
route: "query-report/Accounts Payable",
doctype: "Purchase Invoice"
},
{
"label":wn._("Sales Register"),
route: "query-report/Sales Register",
doctype: "Sales Invoice"
},
]
},
{