From 071ee73f36d35fb752e8e8e1446e4e4387a5d0c4 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 18 Nov 2021 00:24:30 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 11 +++++++++++ ayanova/src/views/adm-global-settings.vue | 2 ++ 2 files changed, 13 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 406aab4e..41d4b31b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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) diff --git a/ayanova/src/views/adm-global-settings.vue b/ayanova/src/views/adm-global-settings.vue index a7a0b05d..0ef65d90 100644 --- a/ayanova/src/views/adm-global-settings.vue +++ b/ayanova/src/views/adm-global-settings.vue @@ -1413,6 +1413,8 @@ async function fetchTranslatedText(vm) { "TaggedWith", "DefaultReport", "ContactCustomerHeadOfficeTaggedWith", + "WorkOrderCustomerTaggedWith", + "WorkOrderContactCustomerHeadOfficeTaggedWith", "CustomerServiceRequestList", "WorkOrderList", "UserSettings",