|
dolibarr
16.0.1
|
Class to manage the numbering module Simple for member references. More...
Inheritance diagram for mod_member_simple:
Collaboration diagram for mod_member_simple:Public Member Functions | |
| info () | |
| Return description of numbering module. More... | |
| getExample () | |
| Return an example of numbering module values. More... | |
| canBeActivated () | |
| Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. More... | |
| getNextValue ($objsoc, $object) | |
| Return next value. More... | |
Public Member Functions inherited from ModeleNumRefMembers | |
| isEnabled () | |
| Return if a module can be used or not. More... | |
| info () | |
| Renvoi la description par defaut du modele de numerotation. More... | |
| getExample () | |
| Return an example of numbering. More... | |
| canBeActivated () | |
| Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. More... | |
| getNextValue ($objsoc, $object) | |
| Renvoi prochaine valeur attribuee. More... | |
| getVersion () | |
| Renvoi version du module numerotation. More... | |
Class to manage the numbering module Simple for member references.
Definition at line 31 of file mod_member_simple.php.
| mod_member_simple::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Definition at line 88 of file mod_member_simple.php.
References $resql.
| mod_member_simple::getExample | ( | ) |
Return an example of numbering module values.
Definition at line 76 of file mod_member_simple.php.
| mod_member_simple::getNextValue | ( | $objsoc, | |
| $object | |||
| ) |
Return next value.
| Societe | $objsoc | Object third party |
| Object | $object | Object we need next value for |
Definition at line 125 of file mod_member_simple.php.
References $resql, and dol_syslog().
| mod_member_simple::info | ( | ) |
Return description of numbering module.
Definition at line 64 of file mod_member_simple.php.