|
dolibarr 18.0.8
|
Class to manage the Standard numbering rule for BOM. More...


Public Member Functions | |
| info () | |
| Return description of numbering module. | |
| getExample () | |
| Return an example of numbering. | |
| canBeActivated () | |
| Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
| getNextValue ($objprod, $object) | |
| Return next free value. | |
Public Member Functions inherited from ModeleNumRefBoms | |
| isEnabled () | |
| Return if a module can be used or not. | |
| getVersion () | |
| Returns version of numbering module. | |
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.
Reimplemented from ModeleNumRefBoms.
Definition at line 80 of file mod_bom_standard.php.
| mod_bom_standard::getExample | ( | ) |
Return an example of numbering.
Reimplemented from ModeleNumRefBoms.
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 |
Reimplemented from ModeleNumRefBoms.
Definition at line 117 of file mod_bom_standard.php.
References dol_syslog().
| mod_bom_standard::info | ( | ) |
Return description of numbering module.
Reimplemented from ModeleNumRefBoms.
Definition at line 56 of file mod_bom_standard.php.