dolibarr 21.0.0-alpha
|
Ensemble de functions 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. | |
bank_admin_prepare_head ($object) | |
Prepare array with list of tabs. | |
account_statement_prepare_head ($object, $num) | |
Prepare array with list of tabs. | |
various_payment_prepare_head ($object) | |
Prepare array with list of tabs. | |
checkSwiftForAccount ($account=null, $swift=null) | |
Check SWIFT information for a bank account. | |
checkIbanForAccount ($account=null, $ibantocheck=null) | |
Check IBAN number information for a bank account. | |
getIbanHumanReadable (Account $account) | |
Returns the iban human readable. | |
checkBanForAccount ($account) | |
Check account number information for a bank account. | |
checkES ($IentOfi, $InumCta) | |
Returns the key for Spanish Banks Accounts. | |
Ensemble de functions de base pour le module banque.
Definition in file bank.lib.php.
account_statement_prepare_head | ( | $object, | |
$num ) |
Prepare array with list of tabs.
CommonObject | $object | Object related to tabs |
string | $num | val to account statement |
Definition at line 196 of file bank.lib.php.
References $object, complete_head_from_modules(), Link\count(), dol_dir_list(), and dol_sanitizeFileName().
bank_admin_prepare_head | ( | $object | ) |
Prepare array with list of tabs.
?CommonObject | $object | Object related to tabs |
Definition at line 134 of file bank.lib.php.
References $object, and complete_head_from_modules().
bank_prepare_head | ( | Account | $object | ) |
Prepare array with list of tabs.
Account | $object | Object related to tabs |
Definition at line 39 of file bank.lib.php.
References $object, complete_head_from_modules(), Link\count(), dol_dir_list(), dol_sanitizeFileName(), getDolGlobalString(), and Account\TYPE_CASH.
checkBanForAccount | ( | $account | ) |
Check account number information for a bank account.
Account | $account | A bank account |
Definition at line 348 of file bank.lib.php.
References checkES(), and dol_syslog().
checkES | ( | $IentOfi, | |
$InumCta ) |
Returns the key for Spanish Banks Accounts.
string | $IentOfi | IentOfi |
string | $InumCta | InumCta |
Definition at line 427 of file bank.lib.php.
Referenced by checkBanForAccount().
checkIbanForAccount | ( | $account = null, | |
$ibantocheck = null ) |
Check IBAN number information for a bank account.
?Account | $account | A bank account |
?string | $ibantocheck | Bank account number (used to get BAN, $account not used if provided) |
Definition at line 305 of file bank.lib.php.
Referenced by BonPrelevement\create(), and Account\verif().
checkSwiftForAccount | ( | $account = null, | |
$swift = null ) |
Check SWIFT information for a bank account.
?Account | $account | A bank account (used to get BIC/SWIFT) |
?string | $swift | Swift value (used to get BIC/SWIFT, param $account non used if provided) |
Definition at line 284 of file bank.lib.php.
Referenced by BonPrelevement\create(), and Account\verif().
getIbanHumanReadable | ( | Account | $account | ) |
Returns the iban human readable.
Definition at line 330 of file bank.lib.php.
Referenced by Account\getTooltipContentArray().
various_payment_prepare_head | ( | $object | ) |
Prepare array with list of tabs.
CommonObject | $object | Object related to tabs |
Definition at line 236 of file bank.lib.php.
References $object, complete_head_from_modules(), Link\count(), dol_dir_list(), and dol_sanitizeFileName().