|
dolibarr
x.y.z
|
Class to manage contract numbering rules Serpis. More...


Public Member Functions | |
| info () | |
| Return default description of numbering model. More... | |
| getExample () | |
| Return numbering example. More... | |
| canBeActivated () | |
| Test if existing numbers make problems with numbering. 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... | |
| getVersion () | |
| Return numbering version module. More... | |
Class to manage contract numbering rules Serpis.
Definition at line 29 of file mod_contract_serpis.php.
| mod_contract_serpis::canBeActivated | ( | ) |
Test if existing numbers make problems with numbering.
Reimplemented from ModelNumRefContracts.
Definition at line 90 of file mod_contract_serpis.php.
| mod_contract_serpis::contract_get_num | ( | $objsoc, | |
| $objforref | |||
| ) |
Return next value.
| Societe | $objsoc | third party object |
| Object | $objforref | contract object |
Definition at line 172 of file mod_contract_serpis.php.
| mod_contract_serpis::getExample | ( | ) |
Return numbering example.
Reimplemented from ModelNumRefContracts.
Definition at line 79 of file mod_contract_serpis.php.
| mod_contract_serpis::getNextValue | ( | $objsoc, | |
| $contract | |||
| ) |
Return next value.
| Societe | $objsoc | third party object |
| Object | $contract | contract object |
Reimplemented from ModelNumRefContracts.
Definition at line 127 of file mod_contract_serpis.php.
| mod_contract_serpis::info | ( | ) |
Return default description of numbering model.
Reimplemented from ModelNumRefContracts.
Definition at line 67 of file mod_contract_serpis.php.