You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using your CIIToUBL converter and it looks like there is a problem converting the CalculationPercent to MultiplierFactorNumeric.
if (aAllowanceCharge.getCalculationPercent () != null)
{
// TODO calc is correct?aUBLAllowanceCharge.setMultiplierFactorNumeric (aAllowanceCharge.getCalculationPercentValue ().divide (CGlobal.BIGDEC_100));
}
I think CalculationPercent should not be divided by 100
You can see the documentation of MultiplierFactorNumeric here
MultiplierFactorNumeric
Line level allowance or charge percentage
The percentage that may be used, in conjunction with the line level allowance base amount, to calculate the line level allowance or charge amount.
Example value: 20
PS: Thank you very much for all your work :)
The text was updated successfully, but these errors were encountered:
Hello Philip,
I'm using your CIIToUBL converter and it looks like there is a problem converting the CalculationPercent to MultiplierFactorNumeric.
I think CalculationPercent should not be divided by 100
You can see the documentation of MultiplierFactorNumeric here
PS: Thank you very much for all your work :)
The text was updated successfully, but these errors were encountered: