Closed (won't fix)
Project:
Money field
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2007 at 19:30 UTC
Updated:
20 Nov 2008 at 21:14 UTC
Jump to comment: Most recent
Comments
Comment #1
wim leersThis functionality will be sponsored by Paul Ektov.
Comment #2
wim leersComment #3
wim leersWon't be implemented in the Drupal 5 version, which is now a bugfix-only branch.
Comment #4
wim leersMarked this issue as duplicate: http://drupal.org/node/330671.
Comment #5
markus_petrux commentedAnd how and where would you display this information? For example, in node view? additional columns for views?
Though, it looks like it could be written as a separate module. Say it could work as follows:
- Obtain the list of money fields in the system from where the site admin can configure currency conversions. This could be done on a dedicated module settings panel, or using form_alter to hook into the field settings form.
- Such module would use it's own tables to store field configuration and data.
- Also, it could alter the node view, or even provide the required fields for views.
Either way, I don't have time for this, so I would say won't fix. An alternative approach to do it has been drawn if anyone wants to work on it.
Thoughts?
Comment #6
markus_petrux commentedIn addition, here's a possible alternative to offer on-the-fly currency conversions:
#210880: a "Click to convert" addon
Comment #7
lolandese commentedThe Multi-currency pricelist module might offer what you are looking for or could be used as a starting point.
Thanks.