reorder level and qty added in stock level report

This commit is contained in:
Nabin Hait
2013-01-16 11:16:21 +05:30
parent c57c0d4e1d
commit 44ffd4360c
3 changed files with 48 additions and 52 deletions

View File

@@ -61,7 +61,8 @@ data_map = {
# Stock
"Item": {
"columns": ["name", "if(item_name=name, '', item_name) as item_name", "description",
"item_group as parent_item_group", "stock_uom", "brand", "valuation_method"],
"item_group as parent_item_group", "stock_uom", "brand", "valuation_method",
"re_order_level", "re_order_qty"],
# "conditions": ["docstatus < 2"],
"order_by": "name",
"links": {