[Reports][Supplier Account Head -> Account] and [Project wise Stock Tracking -> Project]

This commit is contained in:
Saurabh
2013-06-04 15:51:16 +05:30
parent df531accc9
commit 4bf08fa1cd
9 changed files with 197 additions and 1 deletions

View File

@@ -60,6 +60,11 @@ wn.module_page["Projects"] = [
route: "query-report/Daily Time Log Summary",
doctype: "Time Log"
},
{
"label":wn._("Project wise Stock Tracking"),
route: "query-report/Project wise Stock Tracking",
doctype: "Project"
},
]
}]