|
dolibarr
x.y.z
|


Public Member Functions | |
| __construct () | |
| Constructor. | |
| info () | |
| Return description of module. More... | |
| getNextValue ($objsoc, $object) | |
| Return an example of result returned by getNextValue. More... | |
Public Member Functions inherited from ModeleNumRefBatch | |
| isEnabled () | |
| Return if a module can be used or not. More... | |
| getExample () | |
| Returns an example of numbering. More... | |
| canBeActivated () | |
| Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. More... | |
| getVersion () | |
| Returns version of numbering module. More... | |
Definition at line 32 of file mod_sn_free.php.
| mod_sn_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 99 of file mod_sn_free.php.
| mod_sn_free::info | ( | ) |
Return description of module.
Reimplemented from ModeleNumRefBatch.
Definition at line 84 of file mod_sn_free.php.