[jira] Commented: (OFBIZ-221) Numeric parameters are parsed ignoring the user's locale in the "performFind" service.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-221) Numeric parameters are parsed ignoring the user's locale in the "performFind" service.

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12634200#action_12634200 ]

Jacopo Cappellato commented on OFBIZ-221:
-----------------------------------------

Adrian,

unfortunately the issue is still there.
Here is a quick way to test it:

1) switch to the Italian language (the currency format is to use the symbol "." as thousand separator and the symbol "," as decimal separator)
2) go to the find payment screen: https://demo.hotwaxmedia.com/accounting/control/findPayments
3) search for a payment setting in the "Importo" (aka "Amount") the value: "1"
4) you should find two records
5) repeat step #3 using the following format: "1,00"
6) no records will be found (this is the bug)
7) repeat step #3 using the following US format: "1.00"
4) you should find two records (another aspect of the same bug)

Hope it helps to recreate the issue... unfortunately I am not in the condition to work on this, so I will unassign this task now.

Jacopo



> Numeric parameters are parsed ignoring the user's locale in the "performFind" service.
> --------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-221
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-221
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>
> When numeric fields are sent to the "performFind" service they are parsed ignoring the user's locale.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.