|
dolibarr
13.0.2
|
Class to manage the numbering module Simple for project references. More...
Inheritance diagram for mod_task_simple:
Collaboration diagram for mod_task_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... | |
| task_get_num ($objsoc=0, $object= '') | |
| Return next reference not yet used as a reference. More... | |
Public Member Functions inherited from ModeleNumRefTask | |
| 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, $project) | |
| Renvoi prochaine valeur attribuee. More... | |
| getVersion () | |
| Renvoi version du module numerotation. More... | |
Class to manage the numbering module Simple for project references.
Definition at line 32 of file mod_task_simple.php.
| mod_task_simple::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Definition at line 89 of file mod_task_simple.php.
References $resql.
| mod_task_simple::getExample | ( | ) |
Return an example of numbering module values.
Definition at line 77 of file mod_task_simple.php.
| mod_task_simple::getNextValue | ( | $objsoc, | |
| $object | |||
| ) |
Return next value.
Definition at line 125 of file mod_task_simple.php.
References $resql, dol_now(), and dol_syslog().
Referenced by task_get_num().
| mod_task_simple::info | ( | ) |
Return description of numbering module.
Definition at line 65 of file mod_task_simple.php.
| mod_task_simple::task_get_num | ( | $objsoc = 0, |
|
$object = '' |
|||
| ) |
Return next reference not yet used as a reference.
Definition at line 167 of file mod_task_simple.php.
References getNextValue().