Completed Warehouse-Wise Stock Balance

This commit is contained in:
Akhilesh Darjee
2013-06-05 11:36:24 +05:30
parent 1725315d10
commit 6653a95767
5 changed files with 165 additions and 0 deletions

View File

@@ -205,6 +205,14 @@ wn.module_page["Stock"] = [
"label":wn._("Requested Items To Be Transferred"),
route: "query-report/Requested Items To Be Transferred",
},
{
"label":wn._("Batch-Wise Balance History"),
route: "query-report/Batch-Wise Balance History",
},
{
"label":wn._("Warehouse-Wise Stock Balance"),
route: "query-report/Warehouse-Wise Stock Balance",
},
]
}
]