added new language and filters in query reports

This commit is contained in:
Rushabh Mehta
2013-02-25 13:00:16 +05:30
parent 9e02949821
commit e4eb89b02a
303 changed files with 9182 additions and 2 deletions

View 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")
}
]
}