Hi,
We are implementing Cloud and our users in Argentina have reported a problem with the format of numbers. I think it’s the default language setting for the browser, they have it set to Spanish (Argentina)
- the decimal symbol is a comma ,
- number grouping is a period .
Example,
Enter a manual supplier invoice and on the line, enter a net amount of 25000.25 (using the period on the number pad) but the amount that populates the field when we tab to the next field is 2.500.025,25
In EE the reginal settings were modified as follows
- Decimal = comma
- thousands separator = period
When the user enters the same amount 25000.25 the result in EE is 25.000,25 which is appropriate for their region.
In Cloud the user can only get the amount to be 25.000,25 if they type 25-period-000-comma-25.
Does anyone know how to get the format of numbers to work the same way it did in apps10?
Thanks