dolibarr 18.0.6
|
Parent class of donation numbering templates. More...
Public Member Functions | |
isEnabled () | |
Return if a module can be used or not. | |
info () | |
Returns the default description of the numbering pattern. | |
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 () | |
Renvoi prochaine valeur attribuee. | |
getVersion () | |
Renvoi version du module numerotation. | |
Parent class of donation numbering templates.
Definition at line 67 of file modules_don.php.
ModeleNumRefDons::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Definition at line 114 of file modules_don.php.
ModeleNumRefDons::getExample | ( | ) |
Return an example of numbering.
Definition at line 101 of file modules_don.php.
ModeleNumRefDons::getNextValue | ( | ) |
Renvoi prochaine valeur attribuee.
Definition at line 124 of file modules_don.php.
ModeleNumRefDons::getVersion | ( | ) |
Renvoi version du module numerotation.
Definition at line 135 of file modules_don.php.
ModeleNumRefDons::info | ( | ) |
Returns the default description of the numbering pattern.
Definition at line 89 of file modules_don.php.
ModeleNumRefDons::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 79 of file modules_don.php.