dolibarr 18.0.6
|
Parent class to manage numbering of MOs. 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 () | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
getNextValue ($objsoc, $object) | |
Returns next assigned value. | |
getVersion () | |
Returns version of numbering module. | |
Parent class to manage numbering of MOs.
Definition at line 68 of file modules_mo.php.
ModeleNumRefMos::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Reimplemented in mod_mo_standard.
Definition at line 118 of file modules_mo.php.
ModeleNumRefMos::getExample | ( | ) |
Returns an example of numbering.
Reimplemented in mod_mo_advanced, and mod_mo_standard.
Definition at line 105 of file modules_mo.php.
ModeleNumRefMos::getNextValue | ( | $objsoc, | |
$object ) |
Returns next assigned value.
Societe | $objsoc | Object thirdparty |
Object | $object | Object we need next value for |
Reimplemented in mod_mo_advanced, and mod_mo_standard.
Definition at line 130 of file modules_mo.php.
ModeleNumRefMos::getVersion | ( | ) |
Returns version of numbering module.
Definition at line 141 of file modules_mo.php.
ModeleNumRefMos::info | ( | ) |
Returns the default description of the numbering template.
Reimplemented in mod_mo_advanced, and mod_mo_standard.
Definition at line 93 of file modules_mo.php.
ModeleNumRefMos::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 83 of file modules_mo.php.