This commit is contained in:
2021-11-18 00:24:30 +00:00
parent 83e90f23f5
commit 071ee73f36
2 changed files with 13 additions and 0 deletions

View File

@@ -42,6 +42,15 @@ Customer access global settings
view wiki, view attachments currently is contact,customer or ho with tags, should expand to also include if wo tagged
this way they can choose to expose only wo by wo or for all wo for contact or for ho or for customer etc
gives the ability to restrict to single wo's only
Reports by tag
Customer "...OR WORKORDER" tagged with gives similar ability to one-off certain wo for certain reports
currently it's only customer tagged with and that trans key is only used here
TODO: Need "Customer or Work order tagged with" trans key, use it with the reports by tag on global adn in the server rights code that checks
todo: Need "Restrict to Work order, Contact, Customer or Head Office with any one of these tags "
use this with the wiki and attachments glob-settings form and server code
Customer wo form
open, fetches customer version of wo data
@@ -297,6 +306,8 @@ function ayGroupByTag(reportDataArray, tagContains) {
- 1 todo: firefox schedule fix: https://github.com/vuetifyjs/vuetify/issues/14243#issuecomment-944907925
this should fix on it's own with an update to vuetify which was just patched 2021-11-09 and not released yet
- 1 translation cleanup, work order sb Orden de trabajo but is translated as Pedido?!
I did a couple but realized it needs to be done one by one roundtripped carefully as it's used in alternative tenses and forms throughout
-3 Schedule, what is the maximum number of techs can show in team view, can show more with scroll?
seeder should prevent going over this max (tags/prefilter/gen less)

View File

@@ -1413,6 +1413,8 @@ async function fetchTranslatedText(vm) {
"TaggedWith",
"DefaultReport",
"ContactCustomerHeadOfficeTaggedWith",
"WorkOrderCustomerTaggedWith",
"WorkOrderContactCustomerHeadOfficeTaggedWith",
"CustomerServiceRequestList",
"WorkOrderList",
"UserSettings",