|
dolibarr 19.0.4
|
Class allowing lot_free management of batch numbers. More...


Public Member Functions | |
| __construct () | |
| Constructor. | |
| info ($langs) | |
| Return description of module. | |
| getExample () | |
| Return an example of numbering. | |
| getNextValue ($objsoc, $object) | |
| Return an example of result returned by getNextValue. | |
Public Member Functions inherited from CommonNumRefGenerator | |
| getNom ($langs) | |
| Return model name TODO Replace with getName() | |
| getName ($langs) | |
| Return model name. | |
| isEnabled () | |
| Return if a module can be used or not. | |
| canBeActivated ($object) | |
| Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
| getVersion () | |
| Returns version of numbering module. | |
Class allowing lot_free management of batch numbers.
Definition at line 33 of file mod_lot_free.php.
| mod_lot_free::getExample | ( | ) |
Return an example of numbering.
Definition at line 101 of file mod_lot_free.php.
References getNextValue().
| mod_lot_free::getNextValue | ( | $objsoc, | |
| $object ) |
Return an example of result returned by getNextValue.
| Societe | $objsoc | Object thirdparty |
| Productlot | $object | Object we need next value for |
Definition at line 113 of file mod_lot_free.php.
Referenced by getExample().
| mod_lot_free::info | ( | $langs | ) |
Return description of module.
| Translate | $langs | Lang object to use for output |
Reimplemented from CommonNumRefGenerator.
Definition at line 89 of file mod_lot_free.php.