You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Seweryn Niemiec (JIRA)" <ji...@apache.org> on 2011/04/13 12:46:05 UTC

[jira] [Created] (OFBIZ-4251) DATASPD_MEASURE has incorrect conversionFactors

DATASPD_MEASURE has incorrect conversionFactors
-----------------------------------------------

                 Key: OFBIZ-4251
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4251
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: Release Branch 10.04
            Reporter: Seweryn Niemiec


Binary prefixes have never been used for bitrates. Bitrate has multiplication factors based on powers of 10, not 2. k, M, G etc are standard metric multipliers: 10^3, 10^6, 10^9, not 2^10, 2^20, 2^30. Check http://en.wikipedia.org/wiki/Bit_rate for details.


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

[jira] [Commented] (OFBIZ-4251) DATASPD_MEASURE has incorrect conversionFactors

Posted by "Seweryn Niemiec (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019280#comment-13019280 ] 

Seweryn Niemiec commented on OFBIZ-4251:
----------------------------------------

As you can imagine, when you sell something using bit rate as unit, multiplication factors will be very important.

> DATASPD_MEASURE has incorrect conversionFactors
> -----------------------------------------------
>
>                 Key: OFBIZ-4251
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4251
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 10.04
>            Reporter: Seweryn Niemiec
>              Labels: bitrate,, multiplier,, units,
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Binary prefixes have never been used for bitrates. Bitrate has multiplication factors based on powers of 10, not 2. k, M, G etc are standard metric multipliers: 10^3, 10^6, 10^9, not 2^10, 2^20, 2^30. Check http://en.wikipedia.org/wiki/Bit_rate for details.

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