dolibarr
18.0.0
|
Class to manage customer Bom numbering rules advanced. More...
Public Member Functions | |
info () | |
Returns the description of the numbering model. More... | |
getExample () | |
Return an example of numbering. More... | |
getNextValue ($objprod, $object) | |
Return next free value. More... | |
![]() | |
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 () | |
Returns version of numbering module. More... | |
Class to manage customer Bom numbering rules advanced.
Definition at line 35 of file mod_bom_advanced.php.
mod_bom_advanced::getExample | ( | ) |
Return an example of numbering.
Reimplemented from ModeleNumRefBoms.
Definition at line 99 of file mod_bom_advanced.php.
mod_bom_advanced::getNextValue | ( | $objprod, | |
$object | |||
) |
Return next free value.
Product | $objprod | Object product |
Object | $object | Object we need next value for |
Reimplemented from ModeleNumRefBoms.
Definition at line 124 of file mod_bom_advanced.php.
mod_bom_advanced::info | ( | ) |
Returns the description of the numbering model.
Reimplemented from ModeleNumRefBoms.
Definition at line 59 of file mod_bom_advanced.php.