Money CCK field

Description

This module defines the "money" CCK field. It uses the Currency API, which is included in the Currency module, to get a list of existing currencies and their symbols.

Version 6.x

The form element for amount is reused from the Formatted Number CCK module. Decimal points and thousands separators are formatted using the Format Number API module, where these options are configured from site and/or user settings.

- Required modules: CCK, Currency API, Format Number API, Formatted Number CCK.
- Recommended modules: Checkall (enhances currency selection).
- Integrates with: Views, Diff, Token (builtin cck itself).

Version 5.x

Only amounts with 2 decimals can be used. Any decimal separator and any digit group separator can be used, but it defaults to the comma and the dot respectively, which is according to ISO 31-0. The separators can be changed at any point, only integers are stored in the database. You get six different field formatters, either using the currency code, the full name of the currency, or the currency symbol, all either before or after the amount.

- Required modules: CCK, Currency API
- Integrates with: Views, Token.

If you only want a drop down field for currency then you might want to take a look at owahab's CCK Currency module.

Maintainers

Releases

Official releasesDateSizeLinksStatus
6.x-1.12009-Mar-2823.49 KBRecommended for 6.xThis is currently the recommended release for 6.x.
5.x-1.62008-Nov-1811.53 KBRecommended for 5.xThis is currently the recommended release for 5.x.
Development snapshotsDateSizeLinksStatus
6.x-1.x-dev2009-Apr-2524.13 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.


 
 

Drupal is a registered trademark of Dries Buytaert.