dolibarr 21.0.0-alpha
|
A set of finish functions for Dolibarr This file contains rare functions. More...
Go to the source code of this file.
Functions | |
dolFICalculatePaymentReference ($invoice_number, $statut, $use_rf) | |
Calculate Creditor Reference RF / FI Bank payment reference number. | |
dolFIGenerateInvoiceBarcodeData ($recipient_account, $amount, $bank_reference, $due_date) | |
Calculate payment Barcode data with FI/RF bank payment reference number. | |
A set of finish functions for Dolibarr This file contains rare functions.
Definition in file functions_fi.lib.php.
dolFICalculatePaymentReference | ( | $invoice_number, | |
$statut, | |||
$use_rf ) |
Calculate Creditor Reference RF / FI Bank payment reference number.
string | $invoice_number | Invoice number to generate payment reference |
int | $statut | Invoice status, if draft (0), no reference generating |
string | $use_rf | false/(0) generate FI Bank payment reference true/(1) Generate European Reference number based on the global Structured Creditor Reference standard (SEPA RF creditor reference) |
Definition at line 37 of file functions_fi.lib.php.
dolFIGenerateInvoiceBarcodeData | ( | $recipient_account, | |
$amount, | |||
$bank_reference, | |||
$due_date ) |
Calculate payment Barcode data with FI/RF bank payment reference number.
string | $recipient_account | Account number for pank payment |
string | $amount | Amount of invoice payment |
string | $bank_reference | FI Payment reference number or RF creditor reference |
string | $due_date | Payments due to date |
Definition at line 77 of file functions_fi.lib.php.