| 1 |
$Id$
|
| 2 |
|
| 3 |
Description
|
| 4 |
-----------
|
| 5 |
This module defines the "money" CCK field. It uses the Currency API, which is
|
| 6 |
included in the Currency module, to get a list of valid currencies.
|
| 7 |
|
| 8 |
Only amounts with 2 decimals can be used. Any decimal separator and any digit
|
| 9 |
group separator can be used, but it defaults to the comma and the dot
|
| 10 |
respectively, which is according to ISO 31-0. The separators can be changed at
|
| 11 |
any point, only integers are stored in the database.
|
| 12 |
|
| 13 |
|
| 14 |
Dependencies
|
| 15 |
------------
|
| 16 |
* CCK (http://drupal.org/project/cck)
|
| 17 |
* Currency API (http://drupal.org/project/currency)
|
| 18 |
|
| 19 |
|
| 20 |
Installation
|
| 21 |
------------
|
| 22 |
1) Place this module directory in your modules folder (this will usually be
|
| 23 |
"sites/all/modules/").
|
| 24 |
|
| 25 |
2) Enable the module.
|
| 26 |
|
| 27 |
|
| 28 |
Sponsor
|
| 29 |
-------
|
| 30 |
Etienne Leers of http://creditcalc.biz.
|
| 31 |
|
| 32 |
|
| 33 |
Author
|
| 34 |
------
|
| 35 |
Wim Leers
|
| 36 |
|
| 37 |
* mail: work@wimleers.com
|
| 38 |
* website: http://wimleers.com/work
|
| 39 |
|
| 40 |
The author can be contacted for paid customizations of this module as well as
|
| 41 |
Drupal consulting, development and installation.
|