You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2013/10/01 15:44:23 UTC

[jira] [Commented] (OFBIZ-5335) Using type=accounting-number in form in facility generates wrong output for inventory overview

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

Jacques Le Roux commented on OFBIZ-5335:
----------------------------------------

Hi Pierre,

Did you try to change the properties according to you need?

In arithmetic.properties:
{code}
# the default accounting-number format for negatives in parentheses
accounting-number.format = #,##0.00;(#,##0.00)
{code}
There is also 
{code}
# -- the default decimal format for currency (used in UtilFormatOut.java)
currency.decimal.format=#,##0.00
{code}
in general.properties



> Using type=accounting-number in form in facility generates wrong output for inventory overview
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-5335
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5335
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Pierre Smits
>            Priority: Critical
>
> When using locale DE or NL several quantities (ATP, QOH and others) get transformed wrong.
> E.g. a ATP of 250 for a product is 250.00 in locale EN or FR, but for DE and NL the output is 250.000.000,00



--
This message was sent by Atlassian JIRA
(v6.1#6144)