[Report] Completed Sales Person Target Variance (Item-Group wise)

This commit is contained in:
Akhilesh Darjee
2013-06-18 18:46:02 +05:30
parent 2967581102
commit 4ddc2618e8
11 changed files with 482 additions and 14 deletions

View File

@@ -252,6 +252,11 @@ wn.module_page["Accounts"] = [
route: "query-report/Item-wise Purchase Register",
doctype: "Purchase Invoice"
},
{
"label":wn._("Budget Variance Report"),
route: "query-report/Budget Variance Report",
doctype: "Cost Center"
},
]
}
]