Support of "currency" parameter for "FieldTotal" tag
Components
Labels
None
Description
Context Information
None
Additional information (do not use)
None
Attachments
1
- 29 Jul 2010, 11:42 AM
child of
Activity
Show:
Dmitry Andrejev November 30, 2010 at 6:48 PM
Closing released 5.1.1 task.
Alex August 28, 2010 at 9:31 PM
Fix committed to [b]5.1.x branch/b. Commit Message:
Fixes #0000813: Support of "currency" parameter for "FieldTotal" tag
Dmitry Andrejev August 2, 2010 at 9:32 PM
Reviewed and tested, please commit.
Alex July 29, 2010 at 11:44 AM
To test you must enable totals display in the grid and then override totals block to add currency parameter to FieldTotal tag call.
Applying + testing all related tasks will ease testing of this one.
Fixed
Priority
Assignee
Reporter
Alex
AlexDeveloper
Alex
AlexPatch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
External issue ID
813
External issue URL
Fix versions
Affects versions
Created July 29, 2010 at 11:42 AM
Updated December 29, 2024 at 9:17 PM
Resolved November 30, 2010 at 6:48 PM
We have nice "currency" parameter, that is used only in "Field" tag, that does 2 things:
adds currency symbol associated with given ISO code
converts field value from site primary value to given currency
We also have "FieldTotal" tag, that is used to output totals under appropriate columns in administrative console. That tag lacks ability to do that.