This commit is contained in:
2022-03-02 00:37:22 +00:00
parent f8b5ebb063
commit 8bd058b0e0
3 changed files with 14 additions and 10 deletions

View File

@@ -53,16 +53,6 @@ https://www.ayanova.com/AyaNova7webHelp/index.html?dashboard.htm
- Widgets to make for beta in order of priority
**MUST HAVE***
* BAR/LINE Billed hours for all users available to service manager roles
dupe of personal one but can select user or all users
criteria:
specific user or all users
timespan and interval
tags wo, woitem, USER tags also
### TEST MIGRATE USER COLOR WITH THIS WHEN DONE ###
* LIST overdue workorders (booked on, in the past, not a closed status) for current scheduleable user
criteria:
tags wo, woitem
@@ -892,6 +882,10 @@ BUILD 8.0.0-beta.1-rc3 CHANGES OF NOTE
- added dashboard widget "Scheduled" available to scheduleable users (techs) which shows today's work orders they are scheduled on
- added dashboard widget "Reviews" available to all dashboardable users which shows today's Reviews
- added dashboard widget "Reminders" available to all dashboardable users which shows today's Reminders
- added dashboard widget Open customer service requests in a list
- added dashboard widget Not Scheduled showing unscheduled work orders in a list
- added dashboard widget Service rate quantity showing personal service rate quantity on chart as line or bar version
- added dashboard widget Service rate quantity - All showing all selected criteria users service rate quantity on chart as line or bar version
- Added *back* User color as it now ties in with widget charts (user edit form, import, backend, docs etc)
- v8-migrate plugin, fixed new issue related to removal of unused locale / translation keys preventing migrate
- Login form added prominent warning "beta test - not for production use"

View File

@@ -221,6 +221,11 @@ export default {
});
});
this.meta = res.meta;
this.meta.unshift({
userid: null,
name: "---",
uicolor: "#eeeeee"
});
this.obj = res.data;
}
} catch (error) {

View File

@@ -224,6 +224,11 @@ export default {
});
});
this.meta = res.meta;
this.meta.unshift({
userid: null,
name: "---",
uicolor: "#eeeeee"
});
this.obj = res.data;
}
} catch (error) {