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

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

BTW, I made an answer to Si about such a topic which may turn usefull here :

Hi Si,

It has been solved in r429249 by David without using this parameter.
It was effectively related to old Jira  OFBIZ-136 you reported and where you 
suggested to use this parameter + "-Duser.region=US.
Note that this last parameter was not used in startofbiz.*.  This because this 
parameter was solely introduced in r452792 by 
Jacopo, following a suggestion I made in old Jira OFBIZ-877.

Fisheye can't be used here because it was pre-Apache changes 
http://fisheye6.cenqua.com/browse/ofbiz/trunk/startofbiz.bat

Jacques

> Jacques,
>
> This was put there because there were numerical parsing problems in minilang, 
> which I don't think have been solved yet.
>

Please see 
http://www.nabble.com/Re%3A-svn-commit%3A-r631937---in--ofbiz-trunk%3A-startofbiz.bat-startofbiz.sh-tt15742840.html

> Decimal formatting messed up in Trial Balance with German locale
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1696
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1696
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: SVN trunk
>         Environment: svn trunk with clean-all run-install
>            Reporter: Christian Geisert
>         Attachments: ofbiz_trialbalance_german.png
>
>
> This is the Trial Balance after one sales order (4 x GZ-1000)
> Trial Balance
> Gl Account Id         Debit   Credit
> [120000] [120000] ACCOUNTS RECEIVABLE         4.317,00 $       
> [140000] [140000] INVENTORY           300,00 $
> [400000] [400000] SALES               4.797,00 $
> [410000] [410000] DISCOUNTS ON SALES  48,00 $          
> [500000] [500000] COST OF GOODS SOLD  300,00 $         
> Gesamtsumme   43.170.780.000.000.000.000,00 $         7.797.000,00 $
> (I'll attach this also as an image)
> ACCOUNTS RECEIVABLE should be 43,17 $ instead of 4.317,00 $
> Strange, postedBalance is ok in GlAccountOrganization, it looks like the 
> following line messes it up:
> <set field="absolutePostedBalance" value="${bsh:(postedBalance &gt;= 0? 
> postedBalance: (-1)*postedBalance)}" type="Double"/>
> If I start OFBiz with the English locale (-Duser.language=en) the Trial 
> Balance looks correct.

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

Reply via email to