This commit is contained in:
@@ -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
|
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
|
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
|
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
|
Customer wo form
|
||||||
open, fetches customer version of wo data
|
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
|
- 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
|
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?
|
-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)
|
seeder should prevent going over this max (tags/prefilter/gen less)
|
||||||
|
|||||||
@@ -1413,6 +1413,8 @@ async function fetchTranslatedText(vm) {
|
|||||||
"TaggedWith",
|
"TaggedWith",
|
||||||
"DefaultReport",
|
"DefaultReport",
|
||||||
"ContactCustomerHeadOfficeTaggedWith",
|
"ContactCustomerHeadOfficeTaggedWith",
|
||||||
|
"WorkOrderCustomerTaggedWith",
|
||||||
|
"WorkOrderContactCustomerHeadOfficeTaggedWith",
|
||||||
"CustomerServiceRequestList",
|
"CustomerServiceRequestList",
|
||||||
"WorkOrderList",
|
"WorkOrderList",
|
||||||
"UserSettings",
|
"UserSettings",
|
||||||
|
|||||||
Reference in New Issue
Block a user