2013-02-25 07:30:16 +00:00
|
|
|
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")
|
2013-02-27 13:38:01 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname":"company",
|
|
|
|
"label": "Company",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"options": "Company",
|
|
|
|
"default": wn.defaults.get_user_default("company")
|
2013-02-25 07:30:16 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|