From 2f16ca04c7c22afe75afc3c25eafd4d68f71f528 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 18 May 2021 18:45:46 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 8 ++++++-- ayanova/src/views/svc-workorder.vue | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d86e8901..f7c2d75b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -344,11 +344,12 @@ CURRENTLY DOING: labors todo: test - Double check it correctly sets response time (complete by date) on NEW workorder as well as existing on change - if Gold then should be 24 hours from setting to gold - if silver then should be 48 hours from setting to silver + .if Gold then should be 24 hours from setting to gold + .if silver then should be 48 hours from setting to silver if bronze should take global default if none should take global default if global default is changed new wo should take it + if pre-set to a completed by date on a *new* workorder then no contract or global default should override that on first save @@ -423,6 +424,9 @@ todo: Need a preset default for the workorder customization, right now it's just todo: is it really feasible to duplicate a workorder? What about all the side effects? maybe if not actually saved yet just returned as copy?? +todo: should be able to create a new workorder for a customer from that customers menu (same with other objects that have an identifiable customer) + this was in v7 + OVERALL - then full in front end and flow out to back end as required, remove any backend that was a defunct evolutionary path so no cruft left around diff --git a/ayanova/src/views/svc-workorder.vue b/ayanova/src/views/svc-workorder.vue index 0e6fb5f9..18e6a5e4 100644 --- a/ayanova/src/views/svc-workorder.vue +++ b/ayanova/src/views/svc-workorder.vue @@ -522,7 +522,7 @@ export default { name: "workorder-edit", params: { recordid: vm.obj.id - // ,obj: vm.obj // Pass data object to new form + // ,obj: vm.obj // Do NOT Pass data object to new form as normal because for a workorder, it's not a full and complete record at this end } }); } else {