| 
    dolibarr 19.0.4
    
   | 
 
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 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.   | |
Class to manage MO numbering rules standard.
Definition at line 31 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.
| Object | $object | Object we need next value for | 
Reimplemented from CommonNumRefGenerator.
Definition at line 83 of file mod_sn_standard.php.
| mod_sn_standard::getExample | ( | ) | 
Return an example of numbering.
Definition at line 70 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 | 
Definition at line 121 of file mod_sn_standard.php.
References dol_now(), 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 58 of file mod_sn_standard.php.