From cb014af99ac09a102371bd358041b2e33ed9d128 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 26 Mar 2021 23:48:26 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 ++ ayanova/src/api/ayatype.js | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index fdeb0650..fbd75af5 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -238,6 +238,8 @@ todo: Viz fields - calculate totals etc or maybe even a separate function to calc the only number needed for the Andy and leave the Viz to be as it is (though there is probably so much overlap and same work required that in fact it's more sensible to have a split viz set fields for totals seperately) +todo: Should workorderitemloan be included in contract discounting system?? + i.e. should *anything* that can be charged for on a workorder and which you don't directly enter a price (like outside service) be part of contracting system?? ------------------------------------------ diff --git a/ayanova/src/api/ayatype.js b/ayanova/src/api/ayatype.js index 0eb1af3f..a05d1ef4 100644 --- a/ayanova/src/api/ayatype.js +++ b/ayanova/src/api/ayatype.js @@ -105,7 +105,8 @@ export default { DataListColumnView: 68, PartInventoryRestock: 69, //for list only, synthetic object PartInventoryRequest: 70, //for list only not, synthetic object - WorkOrderStatus: 71 + WorkOrderStatus: 71, + TaskGroup: 72 }; /** *