This commit is contained in:
@@ -341,7 +341,8 @@ todo: contract changes *SEE ABOVE*
|
|||||||
At server if UPDATE record and contract id has changed then recalc
|
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: 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 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`
|
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
|
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
|
||||||
|
|||||||
@@ -1358,7 +1358,17 @@ async function fetchTranslatedText(vm) {
|
|||||||
"WorkOrderItemLaborBasePrice",
|
"WorkOrderItemLaborBasePrice",
|
||||||
"WorkOrderItemLaborPrice",
|
"WorkOrderItemLaborPrice",
|
||||||
"WorkOrderItemLaborServiceStartDate",
|
"WorkOrderItemLaborServiceStartDate",
|
||||||
"SaveRecordToProceed"
|
"SaveRecordToProceed",
|
||||||
|
"Cost",
|
||||||
|
"ListPrice",
|
||||||
|
"Price",
|
||||||
|
"Tax",
|
||||||
|
"TaxCodeTaxA",
|
||||||
|
"TaxCodeTaxB",
|
||||||
|
"TaxCodeTaxOnTax",
|
||||||
|
"TaxAAmt",
|
||||||
|
"TaxBAmt",
|
||||||
|
"LineTotal"
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user