|
dolibarr 21.0.4
|
Class to manage the knowledgerecord numbering rules standard. More...


Public Member Functions | |
| info ($langs) | |
| Returns the default description of the numbering template. | |
| 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 ($object) | |
| Return next free value. | |
Public Member Functions inherited from ModeleNumRefKnowledgeRecord | |
| isEnabled () | |
| Return if a module can be used or not. | |
| getVersion () | |
| Returns version of numbering module. | |
Class to manage the knowledgerecord numbering rules standard.
Definition at line 32 of file mod_knowledgerecord_standard.php.
| mod_knowledgerecord_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 ModeleNumRefKnowledgeRecord.
Definition at line 86 of file mod_knowledgerecord_standard.php.
| mod_knowledgerecord_standard::getExample | ( | ) |
Return an example of numbering.
Reimplemented from ModeleNumRefKnowledgeRecord.
Definition at line 73 of file mod_knowledgerecord_standard.php.
| mod_knowledgerecord_standard::getNextValue | ( | $object | ) |
Return next free value.
| KnowledgeRecord | $object | Object we need next value for |
Reimplemented from ModeleNumRefKnowledgeRecord.
Definition at line 126 of file mod_knowledgerecord_standard.php.
References $conf, $object, dol_print_date(), and dol_syslog().
| mod_knowledgerecord_standard::info | ( | $langs | ) |
Returns the default description of the numbering template.
| Translate | $langs | Object langs |
Reimplemented from ModeleNumRefKnowledgeRecord.
Definition at line 62 of file mod_knowledgerecord_standard.php.