|
dolibarr
x.y.z
|
Parent class to manage numbering of BOMs. More...
Public Member Functions | |
| isEnabled () | |
| Return if a module can be used or not. More... | |
| info () | |
| Returns the default description of the numbering template. More... | |
| getExample () | |
| Returns 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, $object) | |
| Returns next assigned value. More... | |
| getVersion () | |
| Returns version of numbering module. More... | |
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.
Definition at line 115 of file modules_bom.php.
| ModeleNumRefBoms::getExample | ( | ) |
Returns an example of numbering.
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 |
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.
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.