dolibarr
x.y.z
|
Ensemble de fonctions de base pour le module banque. More...
Go to the source code of this file.
Functions | |
bank_prepare_head (Account $object) | |
Prepare array with list of tabs. More... | |
bank_admin_prepare_head ($object) | |
Prepare array with list of tabs. More... | |
account_statement_prepare_head ($object, $num) | |
Prepare array with list of tabs. More... | |
various_payment_prepare_head ($object) | |
Prepare array with list of tabs. More... | |
checkSwiftForAccount ($account) | |
Check SWIFT informations for a bank account. More... | |
checkIbanForAccount (Account $account) | |
Check IBAN number informations for a bank account. More... | |
getIbanHumanReadable (Account $account) | |
Returns the iban human readable. More... | |
checkBanForAccount ($account) | |
Check account number informations for a bank account. More... | |
checkES ($IentOfi, $InumCta) | |
Returns the key for Spanish Banks Accounts. More... | |
Ensemble de fonctions de base pour le module banque.
Definition in file bank.lib.php.
account_statement_prepare_head | ( | $object, | |
$num | |||
) |
Prepare array with list of tabs.
Object | $object | Object related to tabs |
Object | $num | val to account statement |
Definition at line 192 of file bank.lib.php.
bank_admin_prepare_head | ( | $object | ) |
Prepare array with list of tabs.
Object | $object | Object related to tabs |
Definition at line 132 of file bank.lib.php.
bank_prepare_head | ( | Account | $object | ) |
Prepare array with list of tabs.
Account | $object | Object related to tabs |
Definition at line 37 of file bank.lib.php.
checkBanForAccount | ( | $account | ) |
Check account number informations for a bank account.
Account | $account | A bank account |
Definition at line 335 of file bank.lib.php.
checkES | ( | $IentOfi, | |
$InumCta | |||
) |
Returns the key for Spanish Banks Accounts.
string | $IentOfi | IentOfi |
string | $InumCta | InumCta |
Definition at line 414 of file bank.lib.php.
checkIbanForAccount | ( | Account | $account | ) |
Check IBAN number informations for a bank account.
Account | $account | A bank account |
Definition at line 295 of file bank.lib.php.
checkSwiftForAccount | ( | $account | ) |
Check SWIFT informations for a bank account.
Account | $account | A bank account |
Definition at line 279 of file bank.lib.php.
getIbanHumanReadable | ( | Account | $account | ) |
various_payment_prepare_head | ( | $object | ) |
Prepare array with list of tabs.
Object | $object | Object related to tabs |
Definition at line 232 of file bank.lib.php.