[report] migrated stock level report to script report and renamed to Stock Projected Qty

This commit is contained in:
Nabin Hait
2013-12-04 19:16:32 +05:30
parent 462401c4df
commit 690c75fa0d
6 changed files with 116 additions and 4 deletions

View File

@@ -138,7 +138,7 @@ wn.module_page["Stock"] = [
items: [
{
"label":wn._("Stock Ledger"),
doctype: "Delivery Note",
doctype: "Item",
route: "query-report/Stock Ledger"
},
{
@@ -146,8 +146,9 @@ wn.module_page["Stock"] = [
page: "stock-balance"
},
{
"page":"stock-level",
"label": wn._("Stock Level")
"label":wn._("Stock Projected Qty"),
doctype: "Item",
route: "query-report/Stock Projected Qty"
},
{
"label":wn._("Stock Ageing"),