Hi,
I didn't find the time to test 6.21, but I've made some additional tests but I have no idea what to conclude
I've created a very simple Jasper Report that lists all payment from DB (DocumentNo, Date, Amount (with #,##0.00 €;-#,##0.00 €).
On the last of our v10 customized instance (with our plugins), is working well.
If logged in French, the thousand separator is the 'space' whereas if I'm logged in English, separator is the 'comma'
We create new server (Oracle Linux) and install there an iDempiere vanilla version.
I've installed the report there and add some payments in GardenWorld.
Then if I log in French, separator is the 'space' and is the 'comma' if logged in English.
That's ok !
Now, if I install our customization, I've got the correct separator in English (comma) and no separator at all if logged in French :
Our customization do not touch all the reporting or Jasper modules/packages - so I don't see how those plugins can have an impact on the output.
I would tend to think that should be related to JRParameter.REPORT_FORMAT_FACTORY / net.sf.jasperreports.engine.util.FormatFactory ; but I have no idea what to do with that :-/
Any idea?
Thanks