This commit is contained in:
2021-03-26 23:48:26 +00:00
parent 9b324b3753
commit cb014af99a
2 changed files with 4 additions and 1 deletions

View File

@@ -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??
------------------------------------------

View File

@@ -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
};
/**
*