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

Seweryn Niemiec commented on OFBIZ-4252:
----------------------------------------

I do not know how exactly value stored in conversionFactor attribute is used, 
but if it is used for example to pretty print big numbers in reports then you 
will simply get wrong values. I can assure you, that no one in telecom industry 
expects binary prefixes in bit rates. Maybe Ki prefix is funny for some people, 
but there are others for which it is boring. 

For me it would be best to set conversionFactor to 1000. This way you will have 
correct prefixes (except for 'K', which should be 'k') and correct multipliers. 
People will start getting correct values.

> wrong prefixes for DATA_MEASURE units in UnitData.xml
> -----------------------------------------------------
>
>                 Key: OFBIZ-4252
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4252
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Release Branch 10.04
>            Reporter: Seweryn Niemiec
>            Priority: Minor
>              Labels: unit,
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Units from DATA_MEASURE section use multipliers for binary prefixes, but 
> symbols for decimal prefixes. Symbols for binary prefixes are defined in IEC 
> 60027 standard and are: Ki, Mi, Gi, etc.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to