dolibarr
x.y.z
|
Class to manage contract numbering rules Magre. More...
Public Member Functions | |
info () | |
Return default description of numbering model. More... | |
getExample () | |
Return numbering example. More... | |
getNextValue ($objsoc, $contract) | |
Return next value. More... | |
contract_get_num ($objsoc, $objforref) | |
Return next value. More... | |
Public Member Functions inherited from ModelNumRefContracts | |
isEnabled () | |
Return if a module can be used or not. More... | |
canBeActivated () | |
Test if existing numbers make problems with numbering. More... | |
getVersion () | |
Return numbering version module. More... | |
Class to manage contract numbering rules Magre.
Definition at line 31 of file mod_contract_magre.php.
mod_contract_magre::contract_get_num | ( | $objsoc, | |
$objforref | |||
) |
Return next value.
Societe | $objsoc | third party object |
Object | $objforref | contract object |
Definition at line 150 of file mod_contract_magre.php.
mod_contract_magre::getExample | ( | ) |
Return numbering example.
Reimplemented from ModelNumRefContracts.
Definition at line 102 of file mod_contract_magre.php.
mod_contract_magre::getNextValue | ( | $objsoc, | |
$contract | |||
) |
Return next value.
Societe | $objsoc | third party object |
Object | $contract | contract object |
Reimplemented from ModelNumRefContracts.
Definition at line 124 of file mod_contract_magre.php.
mod_contract_magre::info | ( | ) |
Return default description of numbering model.
Reimplemented from ModelNumRefContracts.
Definition at line 66 of file mod_contract_magre.php.