dolibarr 21.0.0-alpha
|
Class to manage Batch numbering rules advanced. More...
Public Member Functions | |
info ($langs) | |
Returns the description of the numbering model. | |
getExample () | |
Return an example of numbering. | |
getNextValue ($objsoc, $object) | |
Return next free value. | |
Public Member Functions inherited from CommonNumRefGenerator | |
getNom ($langs) | |
Return model name. | |
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 to manage Batch numbering rules advanced.
Definition at line 37 of file mod_sn_advanced.php.
mod_sn_advanced::getExample | ( | ) |
Return an example of numbering.
Reimplemented from ModeleNumRefBatch.
Definition at line 116 of file mod_sn_advanced.php.
References getNextValue().
mod_sn_advanced::getNextValue | ( | $objsoc, | |
$object ) |
Return next free value.
?Societe | $objsoc | Object thirdparty |
?Productlot | $object | Object we need next value for |
Reimplemented from ModeleNumRefBatch.
Definition at line 140 of file mod_sn_advanced.php.
References $object, dol_now(), get_next_value(), and getDolGlobalString().
Referenced by getExample().
mod_sn_advanced::info | ( | $langs | ) |
Returns the description of the numbering model.
Translate | $langs | Lang object to use for output |
Reimplemented from CommonNumRefGenerator.
Definition at line 62 of file mod_sn_advanced.php.
References getDolGlobalString(), img_picto(), and newToken().