This commit is contained in:
2022-03-03 00:22:08 +00:00
parent 2e562f4736
commit 0560949ca5

View File

@@ -5,6 +5,28 @@ const role = authorizationroles.AUTHORIZATION_ROLES;
*/
export default {
registry: [
{
roles: [
role.BizAdmin,
role.BizAdminRestricted,
role.ServiceRestricted,
role.Service,
role.Accounting
],
title: "DashboardPctWorkOrderCompletedOnTime",
icon: "$ayiChartBar",
type: "GzDashPctWorkOrderCompletedOnTimeBar",
scheduleableUserOnly: false,
singleOnly: false,
settings: {
customTitle: null,
timeSpan: "*thisyear*",
interval: "month",
wotags: [],
wotagsany: true,
color: "#00205B"
}
},
{
roles: [
role.BizAdmin,