mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 08:02:51 +00:00
stock level report
This commit is contained in:
@@ -63,7 +63,7 @@ erpnext.StockAgeing = 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;
|
||||
}},
|
||||
}, link_formatter: {filter_input: "brand"}},
|
||||
{fieldtype:"Select", label: "Plot By",
|
||||
options: ["Average Age", "Earliest", "Latest"]},
|
||||
{fieldtype:"Date", label: "To Date"},
|
||||
|
||||
Reference in New Issue
Block a user