From 6cdcb8b012251251e75c99f85a390140ed4c75a3 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 23 Aug 2021 17:51:22 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 9 ++++++++- ayanova/src/views/svc-workorder.vue | 3 ++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 5b0325db..030ad9b7 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -11,6 +11,13 @@ Aug + + change woitempart to allow negative values entered which will add to inventory but *only* if they have full inventory role + return understandable error if they don't + test it out first + do a full end to end rebuild for Joyce to test + going to need server and clients update + Meter reading write only enter via work order or via unit->meter reading button @@ -90,7 +97,7 @@ migrate woitem loan not tagging loan units?? Global object fully logos, signature text etc - + diff --git a/ayanova/src/views/svc-workorder.vue b/ayanova/src/views/svc-workorder.vue index e4b6305f..dbe2b659 100644 --- a/ayanova/src/views/svc-workorder.vue +++ b/ayanova/src/views/svc-workorder.vue @@ -2389,7 +2389,8 @@ async function fetchTranslatedText(vm) { "CustomerServiceRequest", "DuplicateToQuote", "DuplicateToPM", - "NewStatus" + "NewStatus", + "InventoryRoleRequired" ]); }