There is no decimal limit on Item Net price but this is creating an issue when we are calculating Item Net price by providing Item gross price & Item Price discount.
Getting this error: BR-KSA-EN16931-07:Item net price (BT-146) must equal (Gross price (BT-148) - Allowance amount (BT-147)) when gross price is provided.
<cac:Price>
<cbc:PriceAmount currencyID="SAR">1212.4442452</cbc:PriceAmount>
<cac:AllowanceCharge>
<cbc:ChargeIndicator>false</cbc:ChargeIndicator>
<cbc:Amount currencyID="SAR">0.00</cbc:Amount>
<cbc:BaseAmount currencyID="SAR">1212.44</cbc:BaseAmount>
<cac:TaxCategory>
<cac:TaxScheme>
<cbc:ID>VAT</cbc:ID>
</cac:TaxScheme>
</cac:TaxCategory>
</cac:AllowanceCharge>
</cac:Price>
Does this mean the Item Gross price should also have unlimited decimals?