Hi. I have two tax related questions -
1. Does OFBiz support tax on tax? I just wanted to confirm that it
does not. Looking at TaxAuthorityServices getTaxAdjustments method,
as it seems to iterate over all the TaxAuthorityRateProduct in the
"filteredList", multiplies each one by the itemAmount, and then adds
them to the list of adjustments.
2. Is the TaxAuthorityRateproduct's "Title Transfer" field required
or not? When you create a Tax Authority Rate Product the drop down
does not allow an empty value, but the update form does, and it seems
that updating it to no value is OK too. If so, I'll just make a
change to the form to fix it.
Si