dolibarr 18.0.6
|
Parent class to manage numbering of BOMs. More...
Public Member Functions | |
isEnabled () | |
Return if a module can be used or not. | |
info () | |
Returns the default description of the numbering template. | |
getExample () | |
Returns 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, $object) | |
Returns next assigned value. | |
getVersion () | |
Returns version of numbering module. | |
Parent class to manage numbering of BOMs.
Definition at line 68 of file modules_bom.php.
ModeleNumRefBoms::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Reimplemented in mod_bom_standard.
Definition at line 115 of file modules_bom.php.
ModeleNumRefBoms::getExample | ( | ) |
Returns an example of numbering.
Reimplemented in mod_bom_advanced, and mod_bom_standard.
Definition at line 102 of file modules_bom.php.
ModeleNumRefBoms::getNextValue | ( | $objsoc, | |
$object ) |
Returns next assigned value.
Societe | $objsoc | Object thirdparty |
Object | $object | Object we need next value for |
Reimplemented in mod_bom_advanced, and mod_bom_standard.
Definition at line 127 of file modules_bom.php.
ModeleNumRefBoms::getVersion | ( | ) |
Returns version of numbering module.
Definition at line 138 of file modules_bom.php.
ModeleNumRefBoms::info | ( | ) |
Returns the default description of the numbering template.
Reimplemented in mod_bom_advanced, and mod_bom_standard.
Definition at line 90 of file modules_bom.php.
ModeleNumRefBoms::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 80 of file modules_bom.php.