You are here

README.txt in Money field 6

Same filename in this branch
  1. 6 README.txt
  2. 6 modules/money_conversion_dialog/README.txt
Same filename and directory in other branches
  1. 5 README.txt
  2. 7 README.txt
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Money CCK field for CCK 2 and Drupal 6
;;
;; Current maintainer: markus_petrux  (http://drupal.org/user/39593)
;; Original author   : Wim Leers      (http://drupal.org/user/99777)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

OVERVIEW
========

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.

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.


REQUIREMENTS
============

- CCK (http://drupal.org/project/cck)
- Currency API (http://drupal.org/project/currency)
- Format Number API (http://drupal.org/project/format_number)
- Formatted Number CCK (http://drupal.org/project/formatted_number)


RECOMMENDED
===========

- Checkall (http://drupal.org/project/checkall)


INSTALLATION
============

- Please, make sure all required modules are installed first.

- Copy all contents of this package to your modules directory preserving
  subdirectory structure.

- Goto Administer > Site building > Modules to install this module.

- Create or edit content types and start adding Money fields. :)

File

README.txt
View source
  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;; Money CCK field for CCK 2 and Drupal 6
  3. ;;
  4. ;; Current maintainer: markus_petrux (http://drupal.org/user/39593)
  5. ;; Original author : Wim Leers (http://drupal.org/user/99777)
  6. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  7. OVERVIEW
  8. ========
  9. This module defines the "money" CCK field. It uses the Currency API, which is
  10. included in the Currency module, to get a list of valid currencies.
  11. The form element for amount is reused from the Formatted Number CCK module.
  12. Decimal points and thousands separators are formatted using the Format Number
  13. API module, where these options are configured from site and/or user settings.
  14. REQUIREMENTS
  15. ============
  16. - CCK (http://drupal.org/project/cck)
  17. - Currency API (http://drupal.org/project/currency)
  18. - Format Number API (http://drupal.org/project/format_number)
  19. - Formatted Number CCK (http://drupal.org/project/formatted_number)
  20. RECOMMENDED
  21. ===========
  22. - Checkall (http://drupal.org/project/checkall)
  23. INSTALLATION
  24. ============
  25. - Please, make sure all required modules are installed first.
  26. - Copy all contents of this package to your modules directory preserving
  27. subdirectory structure.
  28. - Goto Administer > Site building > Modules to install this module.
  29. - Create or edit content types and start adding Money fields. :)