dolibarr
x.y.z
|
Parent class of donation numbering templates. More...
Public Member Functions | |
isEnabled () | |
Return if a module can be used or not. More... | |
info () | |
Returns the default description of the numbering pattern. 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 () | |
Renvoi prochaine valeur attribuee. More... | |
getVersion () | |
Renvoi version du module numerotation. More... | |
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.