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

@@ -86,7 +86,7 @@ erpnext.StockLedger = 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:"Data", label: "Voucher No",
filter: function(val, item, opts) {
if(!val) return true;