fixes in new gross profit report

This commit is contained in:
Nabin Hait
2013-02-25 18:57:41 +05:30
parent 1a6c457fb5
commit 6dfa84164e
2 changed files with 10 additions and 7 deletions

View File

@@ -151,6 +151,11 @@ wn.module_page["Accounts"] = [
route: "Report/Profile/Trend Analyzer",
doctype: "Sales Invoice"
},
{
"label":wn._("Gross Profit"),
route: "query-report/Gross Profit",
doctype: "Sales Invoice"
},
]
},
{