This commit is contained in:
2021-06-17 19:20:04 +00:00
parent 461689ceac
commit 910e404aad
5 changed files with 28 additions and 13 deletions

View File

@@ -1251,6 +1251,21 @@ build 110
Errors returned from server now properly displaying in both table and in controls
Required field rules in each area now are properly pre-broken on new so user can see what needs to be filled in at minimum
- Workorder TaxCodeViz name standardization (case 3864)
in Labor and Travel renamed TaxCodeSaleViz to TaxCodeViz
in parts renamed TaxPartSaleViz to TaxCodeViz
in expense renamed ChargeTaxCodeViz to TaxCodeViz
- Workorder expense line total calculation modification as per case 3864 using formula stated there:
"IF "ChargeToCustomer" = true then do below to get "LineTotalViz": ,
If "ChargeTaxCodeId" has a value, then "LineTotalViz": = ( "ChargeAmount" + ((TaxA% * "ChargeAmount") + (TaxB% * "ChargeAmount"))
ELSE
If "ChargeTaxCodeId" does NOT have a value then "LineTotalViz": = ( "ChargeAmount" + "TaxPaid")
ELSE skip and "LineTotalViz" is empty"
NOTE: no change to seeder so it sets it according to B in the case:
"B. "ChargeAmount" with a TaxCode selected "
- Service loaner form added cost fields to bring in line with other billable items on workorder