brotherton-erpnext/accounts/report/gross_profit/gross_profit.js
2013-02-25 18:17:51 +05:30

11 lines
215 B
JavaScript

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