|
dolibarr
13.0.2
|
Class to manage customer Bom numbering rules advanced. More...
Inheritance diagram for mod_bom_advanced:
Collaboration diagram for mod_bom_advanced: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.
References getNextValue().
| 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 125 of file mod_bom_advanced.php.
References get_next_value().
Referenced by getExample().
| mod_bom_advanced::info | ( | ) |
Returns the description of the numbering model.
Definition at line 59 of file mod_bom_advanced.php.