You are here

README.txt in Money field 5

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
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 valid currencies.

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.


Dependencies
------------
* CCK (http://drupal.org/project/cck)
* Currency API (http://drupal.org/project/currency)


Installation
------------
1) Place this module directory in your modules folder (this will usually be
"sites/all/modules/").

2) Enable the module.


Sponsor
-------
Etienne Leers of http://creditcalc.biz.


Author
------
Wim Leers

* mail: work@wimleers.com
* website: http://wimleers.com/work

The author can be contacted for paid customizations of this module as well as
Drupal consulting, development and installation.

File

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