dolibarr 21.0.0-alpha
|
Class to manage MO numbering rules standard. More...
Public Member Functions | |
info ($langs) | |
Return description of numbering module. | |
getExample () | |
Return an example of numbering. | |
canBeActivated ($object) | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
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. | |
getVersion () | |
Returns version of numbering module. | |
Class to manage MO numbering rules standard.
Definition at line 33 of file mod_sn_standard.php.
mod_sn_standard::canBeActivated | ( | $object | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
CommonObject | $object | Object we need next value for |
Reimplemented from CommonNumRefGenerator.
Definition at line 85 of file mod_sn_standard.php.
mod_sn_standard::getExample | ( | ) |
Return an example of numbering.
Reimplemented from ModeleNumRefBatch.
Definition at line 72 of file mod_sn_standard.php.
mod_sn_standard::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 123 of file mod_sn_standard.php.
References dol_now(), dol_print_date(), and dol_syslog().
mod_sn_standard::info | ( | $langs | ) |
Return description of numbering module.
Translate | $langs | Lang object to use for output |
Reimplemented from CommonNumRefGenerator.
Definition at line 60 of file mod_sn_standard.php.