brotherton-erpnext/hr/report/employee_leave_balance/employee_leave_balance.js

11 lines
241 B
JavaScript
Raw Normal View History

wn.query_reports["Employee Leave Balance"] = {
"filters": [
{
"fieldname":"fiscal_year",
"label": "Fiscal Year",
"fieldtype": "Link",
"options": "Fiscal Year",
"default": wn.defaults.get_user_default("fiscal_year")
}
]
}