dolibarr
x.y.z
|
Parent class to manage numbering of StockTransfer. More...
Public Member Functions | |
isEnabled () | |
Return if a module can be used or not. More... | |
info () | |
Returns the default description of the numbering template. More... | |
getExample () | |
Returns an example of numbering. More... | |
canBeActivated ($object) | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. More... | |
getNextValue ($object) | |
Returns next assigned value. More... | |
getVersion () | |
Returns version of numbering module. More... | |
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_standard, and mod_stocktransfer_advanced.
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_standard, and mod_stocktransfer_advanced.
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_standard, and mod_stocktransfer_advanced.
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.