|
dolibarr 18.0.8
|
Parent class to manage numbering of StockTransfer. More...

Public Member Functions | |
| isEnabled () | |
| Return if a module can be used or not. | |
| info () | |
| Returns the default description of the numbering template. | |
| getExample () | |
| Returns an example of numbering. | |
| canBeActivated ($object) | |
| Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
| getNextValue ($object) | |
| Returns next assigned value. | |
| getVersion () | |
| Returns version of numbering module. | |
Parent class to manage numbering of StockTransfer.
Definition at line 68 of file modules_stocktransfer.php.
| ModeleNumRefStockTransfer::canBeActivated | ( | $object | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
| Object | $object | Object we need next value for |
Reimplemented in mod_stocktransfer_standard.
Definition at line 116 of file modules_stocktransfer.php.
| ModeleNumRefStockTransfer::getExample | ( | ) |
Returns an example of numbering.
Reimplemented in mod_stocktransfer_advanced, and mod_stocktransfer_standard.
Definition at line 102 of file modules_stocktransfer.php.
| ModeleNumRefStockTransfer::getNextValue | ( | $object | ) |
Returns next assigned value.
| Object | $object | Object we need next value for |
Reimplemented in mod_stocktransfer_advanced, and mod_stocktransfer_standard.
Definition at line 127 of file modules_stocktransfer.php.
| ModeleNumRefStockTransfer::getVersion | ( | ) |
Returns version of numbering module.
Definition at line 138 of file modules_stocktransfer.php.
| ModeleNumRefStockTransfer::info | ( | ) |
Returns the default description of the numbering template.
Reimplemented in mod_stocktransfer_advanced, and mod_stocktransfer_standard.
Definition at line 90 of file modules_stocktransfer.php.
| ModeleNumRefStockTransfer::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 80 of file modules_stocktransfer.php.