31 lines
638 B
JavaScript
31 lines
638 B
JavaScript
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
|
|
// License: GNU General Public License v3. See license.txt
|
|
|
|
wn.query_reports["Stock Projected Qty"] = {
|
|
"filters": [
|
|
{
|
|
"fieldname":"company",
|
|
"label": wn._("Company"),
|
|
"fieldtype": "Link",
|
|
"options": "Company"
|
|
},
|
|
{
|
|
"fieldname":"warehouse",
|
|
"label": wn._("Warehouse"),
|
|
"fieldtype": "Link",
|
|
"options": "Warehouse"
|
|
},
|
|
{
|
|
"fieldname":"item_code",
|
|
"label": wn._("Item"),
|
|
"fieldtype": "Link",
|
|
"options": "Item"
|
|
},
|
|
{
|
|
"fieldname":"brand",
|
|
"label": wn._("Brand"),
|
|
"fieldtype": "Link",
|
|
"options": "Brand"
|
|
}
|
|
]
|
|
} |