| 1 |
// $Id$
|
| 2 |
|
| 3 |
REQUIREMENTS
|
| 4 |
------------
|
| 5 |
This module requires Drupal 6.x and PHP 5.2.x (or newer).
|
| 6 |
|
| 7 |
|
| 8 |
INSTALLATION
|
| 9 |
------------
|
| 10 |
|
| 11 |
1. Copy all the module files into a subdirectory called
|
| 12 |
sites/all/modules/banking/ under your Drupal installation directory.
|
| 13 |
|
| 14 |
2. Go to [Administer >> Site building >> Modules] and enable the Banking
|
| 15 |
module. You will find it in the section labelled 'Other'.
|
| 16 |
|
| 17 |
3. Go to [Administer >> Site configuration >> Banking settings] to review
|
| 18 |
and change the configuration options to your liking.
|
| 19 |
|
| 20 |
In particular, you should here enable the specific countries that you
|
| 21 |
need banking functionality for. Disabling unnecessary countries will
|
| 22 |
prevent them from being displayed in all country selection boxes
|
| 23 |
relating to the banking functionality provided by this module.
|
| 24 |
|
| 25 |
4. (See README.txt for information on submitting bug reports.)
|
| 26 |
|
| 27 |
|
| 28 |
SEE ALSO
|
| 29 |
--------
|
| 30 |
|
| 31 |
* This module integrates with the Content Construction Kit (CCK),
|
| 32 |
providing two new input-validated field types, 'BIC' and 'IBAN':
|
| 33 |
|
| 34 |
<http://drupal.org/project/cck>
|
| 35 |
|
| 36 |
* This module integrates with the Agora marketplace, providing a 'Bank
|
| 37 |
account' option for the 'Account' content type:
|
| 38 |
|
| 39 |
<http://drupal.org/project/agora>
|