Closed (fixed)
Project:
CCK Currency
Version:
4.7.x-1.0
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
26 Aug 2007 at 05:59 UTC
Updated:
8 Sep 2007 at 19:50 UTC
This module looks like a duplicate of http://drupal.org/project/money
-K
Comments
Comment #1
owahab commentedMoney field is a text field with a selection field to have the user enter an amount of money with respect to currency.
Currency CCK is a selection field with all currencies provided by Currency API.
I have tried Money module before I add this to CVS and create a project for it.
I needed this feature in a project thus it might be helpful to someone else to have a field like "preferred currency" or whatever.
Comment #2
wim leersowahab is absolutely right. Sometimes you just want the currency, and not amount and currency.
First I wanted to create a Currency CCK field and combine that with the Number CCK field. But you have to be able to address a field like "an amount of money of a certain currency", you don't want two separate fields ("amount" and "currency"). Not to mention that the Number CCK field uses floats for storing floating point numbers, which has rounding issues. In the Money CCK field, I use integers.
Comment #3
Zen commentedThanks for the clarification. Perhaps both of your project descriptions should link to each other along with the difference explained.
Comment #4
Zen commented... and please don't set issues to closed directly.
Comment #5
owahab commentedZen,
I have updated the module description.
Thank you for your contribution.
Comment #6
owahab commented