stock level report

This commit is contained in:
Nabin Hait
2012-12-28 15:39:55 +05:30
parent 5d273df92e
commit 30f5346184
8 changed files with 276 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ erpnext.StockAnalytics = erpnext.StockGridReport.extend({
{fieldtype:"Select", label: "Brand", link:"Brand",
default_value: "Select Brand...", filter: function(val, item, opts) {
return val == opts.default_value || item.brand == val || item._show;
}},
}, link_formatter: {filter_input: "brand"}},
{fieldtype:"Select", label: "Warehouse", link:"Warehouse",
default_value: "Select Warehouse..."},
{fieldtype:"Date", label: "From Date"},