This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user