brotherton-erpnext/accounts/report/gross_profit/gross_profit.js

11 lines
215 B
JavaScript
Raw Normal View History

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