|
dolibarr
x.y.z
|
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... | |
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.
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 |
Definition at line 124 of file mod_bom_advanced.php.
| mod_bom_advanced::info | ( | ) |
Returns the description of the numbering model.
Definition at line 59 of file mod_bom_advanced.php.