/[drupal]/contributions/modules/money/README.txt
ViewVC logotype

Contents of /contributions/modules/money/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Aug 9 13:39:45 2007 UTC (2 years, 3 months ago) by wimleers
Branch: MAIN
CVS Tags: DRUPAL-5--1-4, DRUPAL-5--1-5, DRUPAL-5--1-6, DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-3, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/plain
Initial commit of money.module. 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. Decimal separators and digit group separators are configurable.
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.

  ViewVC Help
Powered by ViewVC 1.1.2