You are here

README.txt in Money field 7

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

OVERVIEW
========

This module defines the "money" 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 setting

REQUIREMENTS
============
* Currency API (http://drupal.org/project/currency)
* Format Number (http://drupal.org/project/format_number)
* Formatted Number CCK (http://drupal.org/project/formatted_number)
  [D7 sandbox: http://drupal.org/sandbox/nouriassafi/1603812]

The currency conversion dialog submodule requires
jQuery 1.3.x (jQuery Update 6.x-2.x) and jQuery UI 1.7+ to work properly.

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. :)

See: http://drupal.org/documentation/install/modules-themes/modules-7

File

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