You are viewing a plain text version of this content. The canonical link for it is here.
Posted to stonehenge-dev@incubator.apache.org by "Ben Dewey (JIRA)" <ji...@apache.org> on 2009/05/11 19:19:45 UTC

[jira] Created: (STONEHENGE-61) Number format on PHP Client Portfolio needs to be rounded to 2 decimal places

Number format on PHP Client Portfolio needs to be rounded to 2 decimal places
-----------------------------------------------------------------------------

                 Key: STONEHENGE-61
                 URL: https://issues.apache.org/jira/browse/STONEHENGE-61
             Project: Stonehenge
          Issue Type: Bug
          Components: PHP_CLIENT
            Reporter: Ben Dewey
             Fix For: M2
         Attachments: php-number-format.png

The dollar amount in the PHP Portfolio page needs to be formated to round to 2 decimal places.  I'm attaching an image that displays the bug.

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


[jira] Updated: (STONEHENGE-61) Number format on PHP Client Portfolio needs to be rounded to 2 decimal places

Posted by "Ben Dewey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STONEHENGE-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ben Dewey updated STONEHENGE-61:
--------------------------------

    Attachment: php-number-format.png

> Number format on PHP Client Portfolio needs to be rounded to 2 decimal places
> -----------------------------------------------------------------------------
>
>                 Key: STONEHENGE-61
>                 URL: https://issues.apache.org/jira/browse/STONEHENGE-61
>             Project: Stonehenge
>          Issue Type: Bug
>          Components: PHP_CLIENT
>            Reporter: Ben Dewey
>             Fix For: M2
>
>         Attachments: php-number-format.png
>
>
> The dollar amount in the PHP Portfolio page needs to be formated to round to 2 decimal places.  I'm attaching an image that displays the bug.

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


[jira] Resolved: (STONEHENGE-61) Number format on PHP Client Portfolio needs to be rounded to 2 decimal places

Posted by "Ben Dewey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STONEHENGE-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ben Dewey resolved STONEHENGE-61.
---------------------------------

    Resolution: Fixed
      Assignee: Ben Dewey

Resolved this by using the number_format($gain, 2) function.

> Number format on PHP Client Portfolio needs to be rounded to 2 decimal places
> -----------------------------------------------------------------------------
>
>                 Key: STONEHENGE-61
>                 URL: https://issues.apache.org/jira/browse/STONEHENGE-61
>             Project: Stonehenge
>          Issue Type: Bug
>          Components: PHP_CLIENT
>            Reporter: Ben Dewey
>            Assignee: Ben Dewey
>             Fix For: M2
>
>         Attachments: php-number-format.png
>
>
> The dollar amount in the PHP Portfolio page needs to be formated to round to 2 decimal places.  I'm attaching an image that displays the bug.

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