diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index b7e5a404..bed3840d 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -341,7 +341,8 @@ todo: contract changes *SEE ABOVE* At server if UPDATE record and contract id has changed then recalc todo: test contract changing, application on new etc and fully works with labor before getting too carried away carrying over to other things - +todo: generated wo not setting prices etc due to not being set in chunks + Add check if new object has all the data then trigger the MOASS.... setlistprice I mean! ;) todo: tax code ref integrity check should include wo or...: todo: tax codes, should they just be used to SET a mirror set of fields in other objects thus allowing them to be deleted etc` currently the workorder stores the tax code id as well as all the data about it that is relevant to teh workorder, but this sets up a link between them diff --git a/ayanova/src/views/svc-workorder.vue b/ayanova/src/views/svc-workorder.vue index 7a35ad38..6d7d5339 100644 --- a/ayanova/src/views/svc-workorder.vue +++ b/ayanova/src/views/svc-workorder.vue @@ -1358,7 +1358,17 @@ async function fetchTranslatedText(vm) { "WorkOrderItemLaborBasePrice", "WorkOrderItemLaborPrice", "WorkOrderItemLaborServiceStartDate", - "SaveRecordToProceed" + "SaveRecordToProceed", + "Cost", + "ListPrice", + "Price", + "Tax", + "TaxCodeTaxA", + "TaxCodeTaxB", + "TaxCodeTaxOnTax", + "TaxAAmt", + "TaxBAmt", + "LineTotal" ]); }