Increase precision for Foreign Currency Maintenance
We are on Xstore v17.0.4.0.0, we want to increase the precision scale for Foreign currency maintenance to 6 but have encountered a base issue. To replicate the issue follow following steps:
- Backoffice login
- Till
- Till Options
- Foreign Currency Maint.
Even though in the base form of "FOREIGN_CURRENCY_RATE_MAINTENANCE" exchange rate Datafield is defined with parameter "maximumFractionalDigits" as 6. The Xstore is accounting maximumFractionalDigits as 3 only and saving the new exchange rate with 3 digits of precision instead of 6.
The Decimal pattern configured in FormatResource.properties is base i.e. Decimal=#,##0.######; -#,##0.######
Let us know if more information is required to replicate this issue.