dolibarr
x.y.z
|
Class to manage the Standard numbering rule for BOM. More...
Public Member Functions | |
info () | |
Return description of numbering module. 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 ($objprod, $object) | |
Return next free value. More... | |
Class to manage the Standard numbering rule for BOM.
Definition at line 30 of file mod_bom_standard.php.
mod_bom_standard::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Definition at line 80 of file mod_bom_standard.php.
mod_bom_standard::getExample | ( | ) |
Return an example of numbering.
Definition at line 68 of file mod_bom_standard.php.
mod_bom_standard::getNextValue | ( | $objprod, | |
$object | |||
) |
Return next free value.
Product | $objprod | Object product |
Object | $object | Object we need next value for |
Definition at line 117 of file mod_bom_standard.php.
mod_bom_standard::info | ( | ) |
Return description of numbering module.
Definition at line 56 of file mod_bom_standard.php.