brotherton-erpnext/accounts/report/gross_profit/gross_profit.js
2013-03-21 20:24:10 +05:30

11 lines
216 B
JavaScript

wn.query_reports["Gross Profit"] = {
"filters": [
{
"fieldname":"company",
"label": "Company",
"fieldtype": "Link",
"options": "Company",
"default": wn.defaults.get_user_default("company")
},
]
}