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

@@ -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"},