|
dolibarr 18.0.8
|
Class to manage MO numbering rules standard. More...


Public Member Functions | |
| info () | |
| Return description of numbering module. | |
| getExample () | |
| Return an example of numbering. | |
| canBeActivated () | |
| 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 ModeleNumRefBatch | |
| 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 31 of file mod_sn_standard.php.
| mod_sn_standard::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Reimplemented from ModeleNumRefBatch.
Definition at line 81 of file mod_sn_standard.php.
| mod_sn_standard::getExample | ( | ) |
Return an example of numbering.
Reimplemented from ModeleNumRefBatch.
Definition at line 69 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 118 of file mod_sn_standard.php.
References dol_now(), and dol_syslog().
| mod_sn_standard::info | ( | ) |
Return description of numbering module.
Reimplemented from ModeleNumRefBatch.
Definition at line 57 of file mod_sn_standard.php.