dolibarr 18.0.6
|
Parent class numbering models of intervention sheet references. More...
Public Member Functions | |
isEnabled () | |
Return if a module can be used or not. | |
info () | |
Returns the default description of the numbering template. | |
getExample () | |
Return a numbering example. | |
canBeActivated () | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
getNextValue ($objsoc=0, $object='') | |
Return the next assigned value. | |
getVersion () | |
Return the version of the numbering module. | |
Parent class numbering models of intervention sheet references.
Definition at line 68 of file modules_fichinter.php.
ModeleNumRefFicheinter::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Reimplemented in mod_pacific.
Definition at line 118 of file modules_fichinter.php.
ModeleNumRefFicheinter::getExample | ( | ) |
Return a numbering example.
Reimplemented in mod_arctic, and mod_pacific.
Definition at line 105 of file modules_fichinter.php.
ModeleNumRefFicheinter::getNextValue | ( | $objsoc = 0, | |
$object = '' ) |
Return the next assigned value.
Societe | $objsoc | Object thirdparty |
Object | $object | Object we need next value for |
Reimplemented in mod_arctic, and mod_pacific.
Definition at line 130 of file modules_fichinter.php.
ModeleNumRefFicheinter::getVersion | ( | ) |
Return the version of the numbering module.
Definition at line 141 of file modules_fichinter.php.
ModeleNumRefFicheinter::info | ( | ) |
Returns the default description of the numbering template.
Reimplemented in mod_arctic, and mod_pacific.
Definition at line 93 of file modules_fichinter.php.
ModeleNumRefFicheinter::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 83 of file modules_fichinter.php.