dolibarr
x.y.z
|
Class of file that contains the numbering module rules Saphir. More...
Public Member Functions | |
info () | |
Return description of module. More... | |
getExample () | |
Return an example of numbering. More... | |
getNextValue ($objsoc, $propal) | |
Return next value. More... | |
Public Member Functions inherited from ModeleNumRefPropales | |
isEnabled () | |
Return if a module can be used or not. More... | |
canBeActivated () | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. More... | |
getVersion () | |
Renvoi version du module numerotation. More... | |
Class of file that contains the numbering module rules Saphir.
Definition at line 34 of file mod_propale_saphir.php.
mod_propale_saphir::getExample | ( | ) |
Return an example of numbering.
Reimplemented from ModeleNumRefPropales.
Definition at line 106 of file mod_propale_saphir.php.
mod_propale_saphir::getNextValue | ( | $objsoc, | |
$propal | |||
) |
Return next value.
Reimplemented from ModeleNumRefPropales.
Definition at line 131 of file mod_propale_saphir.php.
mod_propale_saphir::info | ( | ) |
Return description of module.
Reimplemented from ModeleNumRefPropales.
Definition at line 65 of file mod_propale_saphir.php.