Closed (fixed)
Project:
Currency
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2012 at 12:24 UTC
Updated:
24 Jul 2013 at 08:46 UTC
Jump to comment: Most recent file
Comments
Comment #1
xanoThe most important piece of Views integration will probably be the field handler to display amounts. It will need a currency, either from a predefined setting or a DB field, and it will require #1848030: Add locale-based currency formatting to do the actual rendering. We have to make sure the handler is easily reusable, because the different applications may store amounts differently.
Comment #2
xanoPatch depends on #1848030: Add locale-based currency formatting.
Comment #3
xanoThe patch adds two handlers:
Comment #5
xanoAdded a test for CurrencyViewsHandlerField and test_dependencies in the info file to make sure the testbot knows to checkout Views. The patch may still fail, because IIRC Project Dependency still caches dependency information, and therefore does not pick up dependencies added by the patches it tests.
All tests pass locally.
Comment #7
amateescu commentedTests pass locally for me as well, so I committed the patch to 7.x-2.x :)
Comment #9
xano