dolibarr 21.0.0-alpha
|
Class to manage contract numbering rules Serpis. More...
Public Member Functions | |
__construct () | |
Constructor. | |
info ($langs) | |
Return default description of numbering model. | |
getExample () | |
Return numbering example. | |
canBeActivated ($object) | |
Test if existing numbers make problems with numbering. | |
getNextValue ($objsoc, $contract) | |
Return next value. | |
Public Member Functions inherited from CommonNumRefGenerator | |
getNom ($langs) | |
Return model name. | |
getName ($langs) | |
Return model name. | |
isEnabled () | |
Return if a module can be used or not. | |
getVersion () | |
Returns version of numbering module. | |
Class to manage contract numbering rules Serpis.
Definition at line 31 of file mod_contract_serpis.php.
mod_contract_serpis::canBeActivated | ( | $object | ) |
Test if existing numbers make problems with numbering.
CommonObject | $object | Object we need next value for |
Reimplemented from CommonNumRefGenerator.
Definition at line 82 of file mod_contract_serpis.php.
mod_contract_serpis::getExample | ( | ) |
Return numbering example.
Reimplemented from ModelNumRefContracts.
Definition at line 70 of file mod_contract_serpis.php.
mod_contract_serpis::getNextValue | ( | $objsoc, | |
$contract ) |
Return next value.
Reimplemented from ModelNumRefContracts.
Definition at line 119 of file mod_contract_serpis.php.
References dol_print_date(), and dol_syslog().
mod_contract_serpis::info | ( | $langs | ) |
Return default description of numbering model.
Translate | $langs | Lang object to use for output |
Reimplemented from CommonNumRefGenerator.
Definition at line 58 of file mod_contract_serpis.php.