dolibarr 21.0.0-alpha
|
Class to manage generation of HTML components for bank module. More...
Public Member Functions | |
__construct ($db) | |
Constructor. | |
selectTypeOfBankAccount ($selected=Account::TYPE_CURRENT, $htmlname='type') | |
Retourne la liste des types de comptes financiers. | |
Static Public Member Functions | |
static | getIBANLabel (Account $account) |
Returns the name of the Iban label. | |
Class to manage generation of HTML components for bank module.
Definition at line 32 of file html.formbank.class.php.
FormBank::__construct | ( | $db | ) |
Constructor.
Definition at line 50 of file html.formbank.class.php.
|
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.
Referenced by pdf_bank().
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.
References Form\selectarray().