dolibarr 18.0.6
|
Parent class for numbering rules of proposals. 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 ($objsoc, $propal) | |
Renvoi prochaine valeur attribuee. | |
getVersion () | |
Renvoi version du module numerotation. | |
Parent class for numbering rules of proposals.
Definition at line 87 of file modules_propale.php.
ModeleNumRefPropales::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Reimplemented in mod_propale_marbre.
Definition at line 137 of file modules_propale.php.
ModeleNumRefPropales::getExample | ( | ) |
Return an example of numbering.
Reimplemented in mod_propale_marbre, and mod_propale_saphir.
Definition at line 124 of file modules_propale.php.
ModeleNumRefPropales::getNextValue | ( | $objsoc, | |
$propal ) |
Renvoi prochaine valeur attribuee.
Reimplemented in mod_propale_marbre, and mod_propale_saphir.
Definition at line 149 of file modules_propale.php.
ModeleNumRefPropales::getVersion | ( | ) |
Renvoi version du module numerotation.
Definition at line 160 of file modules_propale.php.
ModeleNumRefPropales::info | ( | ) |
Returns the default description of the numbering pattern.
Reimplemented in mod_propale_marbre, and mod_propale_saphir.
Definition at line 112 of file modules_propale.php.
ModeleNumRefPropales::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 102 of file modules_propale.php.