[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

@@ -127,6 +127,16 @@ wn.module_page["Accounts"] = [
right: true,
icon: "icon-table",
items: [
{
"label":wn._("Customer Account Head"),
route: "query-report/Customer Account Head",
doctype: "Account"
},
{
"label":wn._("Supplier Account Head"),
route: "query-report/Supplier Account Head",
doctype: "Account"
},
{
"label":wn._("General Ledger"),
page: "general-ledger"