dolibarr 18.0.6
|
Class of numbering module Mercure for invoices. More...
Public Member Functions | |
info () | |
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 ModeleNumRefFactures | |
isEnabled () | |
Return if a module can be used or not. | |
canBeActivated () | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
getVersion () | |
Renvoi version du modele de numerotation. | |
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.
Reimplemented from ModeleNumRefFactures.
Definition at line 112 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 |
Reimplemented from ModeleNumRefFactures.
Definition at line 138 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 184 of file mod_facture_mercure.php.
References getNextValue().
mod_facture_mercure::info | ( | ) |
Returns the description of the numbering model.
Reimplemented from ModeleNumRefFactures.
Definition at line 54 of file mod_facture_mercure.php.
References getDolGlobalString().