This commit is contained in:
2022-03-01 19:36:40 +00:00
parent fa7ccfa4c4
commit 0d78a6999d
6 changed files with 784 additions and 13 deletions

View File

@@ -128,6 +128,54 @@ export default {
interval: "day",
color: "#00205B"
}
},
{
roles: [
role.BizAdmin,
role.BizAdminRestricted,
role.ServiceRestricted,
role.Service,
role.Accounting
],
title: "DashboardServiceRateQuantityAllUsers",
icon: "$ayiChartLine",
type: "GzDashLaborHoursEveryoneLine",
scheduleableUserOnly: false,
singleOnly: false,
settings: {
customTitle: null,
timeSpan: "*thismonth*",
interval: "day",
wotags: [],
woitemtags: [],
techtags: [],
userid: null,
color: "#00205B"
}
},
{
roles: [
role.BizAdmin,
role.BizAdminRestricted,
role.ServiceRestricted,
role.Service,
role.Accounting
],
title: "DashboardServiceRateQuantityAllUsers",
icon: "$ayiChartBar",
type: "GzDashLaborHoursEveryoneBar",
scheduleableUserOnly: false,
singleOnly: false,
settings: {
customTitle: null,
timeSpan: "*thismonth*",
wotags: [],
woitemtags: [],
techtags: [],
userid: null,
interval: "day",
color: "#00205B"
}
}
],
availableItems() {