dolibarr 19.0.3
|
Cactus Class of numbering models of suppliers invoices references. More...
Public Member Functions | |
info ($langs) | |
Return description of numbering model. | |
getExample () | |
Returns a numbering example. | |
canBeActivated ($object) | |
Tests if the numbers already in the database do not cause conflicts that would prevent this numbering. | |
getNextValue ($objsoc, $object, $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. | |
getVersion () | |
Returns version of numbering module. | |
Cactus Class of numbering models of suppliers invoices references.
Definition at line 34 of file mod_facture_fournisseur_cactus.php.
mod_facture_fournisseur_cactus::canBeActivated | ( | $object | ) |
Tests if the numbers already in the database do not cause conflicts that would prevent this numbering.
Object | $object | Object we need next value for |
Reimplemented from CommonNumRefGenerator.
Definition at line 97 of file mod_facture_fournisseur_cactus.php.
mod_facture_fournisseur_cactus::getExample | ( | ) |
Returns a numbering example.
Definition at line 85 of file mod_facture_fournisseur_cactus.php.
mod_facture_fournisseur_cactus::getNextValue | ( | $objsoc, | |
$object, | |||
$mode = 'next' ) |
Return next value.
Societe | $objsoc | Object third party |
Object | $object | Object invoice |
string | $mode | 'next' for next value or 'last' for last value |
Definition at line 181 of file mod_facture_fournisseur_cactus.php.
References dol_print_date(), dol_print_error(), and dol_syslog().
Referenced by getNumRef().
mod_facture_fournisseur_cactus::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 264 of file mod_facture_fournisseur_cactus.php.
References getNextValue().
mod_facture_fournisseur_cactus::info | ( | $langs | ) |
Return description of numbering model.
Translate | $langs | Lang object to use for output |
Reimplemented from CommonNumRefGenerator.
Definition at line 72 of file mod_facture_fournisseur_cactus.php.