dolibarr 18.0.6
|
Class allowing lot_free management of batch numbers. More...
Public Member Functions | |
__construct () | |
Constructor. | |
info () | |
Return description of module. | |
getNextValue ($objsoc, $object) | |
Return an example of result returned by getNextValue. | |
Public Member Functions inherited from ModeleNumRefBatch | |
isEnabled () | |
Return if a module can be used or not. | |
getExample () | |
Returns an example of numbering. | |
canBeActivated () | |
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::getNextValue | ( | $objsoc, | |
$object ) |
Return an example of result returned by getNextValue.
Societe | $objsoc | Object thirdparty |
Productlot | $object | Object we need next value for |
Reimplemented from ModeleNumRefBatch.
Definition at line 103 of file mod_lot_free.php.
mod_lot_free::info | ( | ) |
Return description of module.
Reimplemented from ModeleNumRefBatch.
Definition at line 88 of file mod_lot_free.php.