Completed 'Item Prices' Report

This commit is contained in:
Akhilesh Darjee
2013-06-06 18:33:26 +05:30
parent 702a1b822b
commit 657f8a6677
5 changed files with 134 additions and 0 deletions

View File

@@ -213,6 +213,10 @@ wn.module_page["Stock"] = [
"label":wn._("Warehouse-Wise Stock Balance"),
route: "query-report/Warehouse-Wise Stock Balance",
},
{
"label":wn._("Item Prices"),
route: "query-report/Item Prices",
},
]
}
]