This commit is contained in:
2021-05-13 19:09:53 +00:00
parent 7799862e38
commit 2b024af0e0
2 changed files with 13 additions and 2 deletions

View File

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

View File

@@ -1358,7 +1358,17 @@ async function fetchTranslatedText(vm) {
"WorkOrderItemLaborBasePrice",
"WorkOrderItemLaborPrice",
"WorkOrderItemLaborServiceStartDate",
"SaveRecordToProceed"
"SaveRecordToProceed",
"Cost",
"ListPrice",
"Price",
"Tax",
"TaxCodeTaxA",
"TaxCodeTaxB",
"TaxCodeTaxOnTax",
"TaxAAmt",
"TaxBAmt",
"LineTotal"
]);
}