From e951dd2c875b367327dbd97f267f4e8e83ba91ca Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 8 Jul 2021 23:20:24 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 11 ++++++++++- ayanova/src/views/svc-workorder.vue | 3 ++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index fc173098..4d0fedaa 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -429,7 +429,16 @@ TODO 2 (all 2's): V7 features on wo I haven't coded yet Part Generate unit from selected part (already a v7 feature, didn't even realize) - UPC select by UPC (just confirm this) + Unit generated from part fields: + owner is workorder customer + Description is part name + purchased here is true + purchased date is service date of workorder + Serial number is part serial number if set + Icon is Unit icon with an arrow + Trans key is "WorkOrderGenerateUnit" + + todo 1: Implemente Tech scheduleable user notes in workorder form ALERT area right now it only shows from customers "Alert notes" field diff --git a/ayanova/src/views/svc-workorder.vue b/ayanova/src/views/svc-workorder.vue index 97f2dd36..0353a116 100644 --- a/ayanova/src/views/svc-workorder.vue +++ b/ayanova/src/views/svc-workorder.vue @@ -2184,7 +2184,8 @@ async function fetchTranslatedText(vm) { "UnitPurchaseFromID", "UnitPurchasedDate", "UnitReceipt", - "RecentWorkOrders" + "RecentWorkOrders", + "WorkOrderGenerateUnit" ]); }