dolibarr
x.y.z
|
Parent class for numbering rules of proposals. 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 ($objsoc, $propal) | |
Renvoi prochaine valeur attribuee. More... | |
getVersion () | |
Renvoi version du module numerotation. More... | |
Parent class for numbering rules of proposals.
Definition at line 70 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 117 of file modules_propale.php.
ModeleNumRefPropales::getExample | ( | ) |
Return an example of numbering.
Reimplemented in mod_propale_saphir, and mod_propale_marbre.
Definition at line 104 of file modules_propale.php.
ModeleNumRefPropales::getNextValue | ( | $objsoc, | |
$propal | |||
) |
Renvoi prochaine valeur attribuee.
Reimplemented in mod_propale_saphir, and mod_propale_marbre.
Definition at line 129 of file modules_propale.php.
ModeleNumRefPropales::getVersion | ( | ) |
Renvoi version du module numerotation.
Definition at line 140 of file modules_propale.php.
ModeleNumRefPropales::info | ( | ) |
Returns the default description of the numbering pattern.
Reimplemented in mod_propale_saphir, and mod_propale_marbre.
Definition at line 92 of file modules_propale.php.
ModeleNumRefPropales::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 82 of file modules_propale.php.