|
dolibarr
x.y.z
|
Class to manage generation of HTML components for bank module. More...
Public Member Functions | |
| __construct ($db) | |
| Constructor. More... | |
| selectTypeOfBankAccount ($selected=Account::TYPE_CURRENT, $htmlname='type') | |
| Retourne la liste des types de comptes financiers. More... | |
Static Public Member Functions | |
| static | getIBANLabel (Account $account) |
| Returns the name of the Iban label. More... | |
Class to manage generation of HTML components for bank module.
Definition at line 32 of file html.formbank.class.php.
| FormBank::__construct | ( | $db | ) |
|
static |
Returns the name of the Iban label.
India uses 'IFSC' and the rest of the world 'IBAN' name.
Definition at line 75 of file html.formbank.class.php.
| FormBank::selectTypeOfBankAccount | ( | $selected = Account::TYPE_CURRENT, |
|
$htmlname = 'type' |
|||
| ) |
Retourne la liste des types de comptes financiers.
| integer | $selected | Type pre-selectionne |
| string | $htmlname | Nom champ formulaire |
Definition at line 62 of file html.formbank.class.php.