Variant report (#11618)

* Item Variant Details Report

* remove queries from inside for loop

* make attribute value map

* Update item_variant_details.py
This commit is contained in:
Prateeksha Singh
2017-11-17 12:00:29 +05:30
committed by Nabin Hait
parent d81e9f30dd
commit 744ff0010b
6 changed files with 255 additions and 0 deletions

View File

@@ -268,6 +268,12 @@ def get_data():
"name": "Itemwise Recommended Reorder Level",
"doctype": "Item"
},
{
"type": "report",
"is_query_report": True,
"name": "Item Variant Details",
"doctype": "Item"
}
]
},
{