dolibarr
17.0.3
|
Parent class of donation numbering templates. More...
Public Member Functions | |
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 () | |
Renvoi prochaine valeur attribuee. More... | |
getVersion () | |
Renvoi version du module numerotation. More... | |
Parent class of donation numbering templates.
Definition at line 69 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 116 of file modules_don.php.
ModeleNumRefDons::getExample | ( | ) |
Return an example of numbering.
Definition at line 103 of file modules_don.php.
ModeleNumRefDons::getNextValue | ( | ) |
Renvoi prochaine valeur attribuee.
Definition at line 126 of file modules_don.php.
ModeleNumRefDons::getVersion | ( | ) |
Renvoi version du module numerotation.
Definition at line 137 of file modules_don.php.
ModeleNumRefDons::info | ( | ) |
Renvoi la description par defaut du modele de numerotation.
Definition at line 91 of file modules_don.php.
ModeleNumRefDons::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 81 of file modules_don.php.