Closed Jasak closed 9 years ago
could you please send the entire file that is failing to siw.meckelborg@edisys.no so I can do some testing.
Hi, TaxInclusiveAmount must be including the PayableRoundingAmount: See guide chapter 6.4.2: "The element MonetaryTotal/PayableRoundingAmount is used for this and is specified on the header level. This value must be added to the value in MonetaryTotal/TaxInclusiveAmount."
changed your file to have TaxInclusive = 234.65 and file is validated ok.
Thanks for your help.
Hi!
I get the same error when I have ".00" as decimals on only one amount while the other amounts don´t have decimals like this:
cac:LegalMonetaryTotal
Current release validator started to throw BII2-T10-R056 error for the following case:
Test defined by this rule is:
So it should be true for (number(cbc:PayableAmount) - number(cbc:PayableRoundingAmount))= number(cbc:TaxInclusiveAmount))
234.65 - 0.01 = 234.64
Did I miss something or this is a bug?