[report] maintenance schedules

This commit is contained in:
Nabin Hait
2013-05-06 14:34:33 +05:30
parent a55723bea2
commit 6d309f727f
4 changed files with 34 additions and 0 deletions

View File

@@ -72,6 +72,18 @@ wn.module_page["Support"] = [
},
]
},
{
title: wn._("Reports"),
right: true,
icon: "icon-list",
items: [
{
"label":wn._("Maintenance Schedules"),
route: "query-report/Maintenance Schedules",
doctype: "Maintenance Schedule"
}
]
}
]
pscript['onload_support-home'] = function(wrapper) {