dolibarr 19.0.3
|
Class of numbering module Mercure for invoices. More...
Public Member Functions | |
info ($langs) | |
Returns the description of the numbering model. | |
getExample () | |
Return an example of number value. | |
getNextValue ($objsoc, $invoice, $mode='next') | |
Return next value. | |
getNumRef ($objsoc, $objforref, $mode='next') | |
Return next free value. | |
Public Member Functions inherited from CommonNumRefGenerator | |
getNom ($langs) | |
Return model name TODO Replace with getName() | |
getName ($langs) | |
Return model name. | |
isEnabled () | |
Return if a module can be used or not. | |
canBeActivated ($object) | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
getVersion () | |
Returns version of numbering module. | |
Class of numbering module Mercure for invoices.
Definition at line 35 of file mod_facture_mercure.php.
mod_facture_mercure::getExample | ( | ) |
Return an example of number value.
Definition at line 113 of file mod_facture_mercure.php.
References getNextValue().
mod_facture_mercure::getNextValue | ( | $objsoc, | |
$invoice, | |||
$mode = 'next' ) |
Return next value.
Societe | $objsoc | Object third party |
Facture | $invoice | Object invoice |
string | $mode | 'next' for next value or 'last' for last value |
Definition at line 139 of file mod_facture_mercure.php.
References get_next_value(), getDolGlobalString(), and getEntity().
Referenced by getExample(), and getNumRef().
mod_facture_mercure::getNumRef | ( | $objsoc, | |
$objforref, | |||
$mode = 'next' ) |
Return next free value.
Societe | $objsoc | Object third party |
string | $objforref | Object for number to search |
string | $mode | 'next' for next value or 'last' for last value |
Definition at line 185 of file mod_facture_mercure.php.
References getNextValue().
mod_facture_mercure::info | ( | $langs | ) |
Returns the description of the numbering model.
Translate | $langs | Lang object to use for output |
Reimplemented from CommonNumRefGenerator.
Definition at line 55 of file mod_facture_mercure.php.
References getDolGlobalString().