From b2c0833e745c6ab91371004caf633246556464ec Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 14 Jun 2021 23:42:59 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 17 ++++++++++++----- ayanova/src/views/adm-global-settings.vue | 19 +++++++++++++++++-- 2 files changed, 29 insertions(+), 7 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index bd56d7a7..1002b992 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -385,10 +385,16 @@ todo: many biz objects are not using new PUT methodology CURRENTLY DOING: Work order notifications - -The Andy - need a single function that totals a wokrorder using all the lintotalviz fields in all the children that have them in all the woitems - only check if someone subscribes - needs to be done in all the areas that can affect the total so make it a single call to make from any of them much like standard object notifiations - ** Do not forget to document that this is triggered on Closed typ wo status only not just modifications etc +Sidetrack, case 3888 customer feature control in global settings required for customer centric notifications and others + Sub-sidetrack + split global settings into sections vertically with a section header like work order + Add Customer access features and settings section + Customer login section and settings + Add Business settings section + Taxes, all defaults etc + Add UI settings section + logo's, search settings etc + Steps to test notifications: @@ -412,7 +418,8 @@ Coded, tested, done: todo 3: workorder notifications to code and test: WorkorderCreatedForCustomer = 31, //*Service work order is created for Customer, only applies to that customer user notify sub for that customer, customer id is in conditional ID value for subscription - is this a thing? Should it be a thing?? + This is a v7 feature and needs to be replicated + todo: Customer service imminient should be onsite only right? diff --git a/ayanova/src/views/adm-global-settings.vue b/ayanova/src/views/adm-global-settings.vue index da768566..4430be59 100644 --- a/ayanova/src/views/adm-global-settings.vue +++ b/ayanova/src/views/adm-global-settings.vue @@ -4,6 +4,12 @@ + +
+ {{ $ay.t("BusinessSettings") }} +
+
+ - {{ $ay.t("UserInterfaceSettings") }} + + {{ $ay.t("UserInterfaceSettings") }} - {{ $ay.t("GlobalLogo") @@ -147,6 +154,12 @@ + + +
+ {{ $ay.t("CustomerAccessSettings") }} +
+
@@ -455,6 +468,8 @@ async function initForm(vm) { async function fetchTranslatedText(vm) { await window.$gz.translation.cacheTranslations([ "UserInterfaceSettings", + "BusinessSettings", + "CustomerAccessSettings", "PickListTemplates", "GlobalLogo", "GlobalUseInventory",