Rounding Mode settings in Oracle Retail Xstore Point of Sale
I'm looking at where Xstore defines Rounding mode for deals and Discounts for Xstore Release 5.0.2, this is a customization for a China Store, no decimal places are needed, current implementation rounds discounts down, customer wants to round all discounts up in favor of the Customer, currently I have a reference to the below elements in SystemConfig.xml, however in initial testing they do not seem to have the effect I was looking for, in the attachment the expected behavior is first discount to go up to $1199.00 and second one to $66.00:
<Discounts dtype="Default">
<RoundingMode dtype="String">HALF_UP</RoundingMode>
</Discounts