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" ]); }