mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 08:02:51 +00:00
added new language and filters in query reports
This commit is contained in:
11
hr/report/employee_leave_balance/employee_leave_balance.js
Normal file
11
hr/report/employee_leave_balance/employee_leave_balance.js
Normal file
@@ -0,0 +1,11 @@
|
||||
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")
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user