Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
As a librarian
I want costs to display in the format based on my locale.
Requirement
Based on locale/currency ensure that the following costs display as expected by the user
Package Cost
Package Cost per use
Resource cost
Resource cost per use
Support rounding up costs to ensure costs display is what the user expects
Example - USD
If I select USD as my currency then I expect the following format
000's separator = comma
only two digits after decimal point
round up
As a librarian
I want to make sure that percentage displays as I would expect
Requirement
Package | View titles | % of usage
Display format: <<%of usage>> %. [example 24%]
Display first two digits before the decimal only
Support rounding up
If percentage is less than 1 percent then show < 1 %
Examples
If title A has a % of usage of 15.25%
Then % of usage displays as 15%
If title B has a % of usage of 18.78%
Then % of usage displays as 19%
If title C has a usage of less than 1%
Then % of usage displays as < 1 %