|
dolibarr
x.y.z
|
Parent class numbering models of intervention sheet references. More...

Public Member Functions | |
| isEnabled () | |
| Return if a module can be used or not. More... | |
| info () | |
| Returns the default description of the numbering template. More... | |
| getExample () | |
| Return a numbering example. More... | |
| canBeActivated () | |
| Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. More... | |
| getNextValue ($objsoc=0, $object='') | |
| Return the next assigned value. More... | |
| getVersion () | |
| Return the version of the numbering module. More... | |
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 115 of file modules_fichinter.php.
| ModeleNumRefFicheinter::getExample | ( | ) |
Return a numbering example.
Reimplemented in mod_pacific, and mod_arctic.
Definition at line 102 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_pacific, and mod_arctic.
Definition at line 127 of file modules_fichinter.php.
| ModeleNumRefFicheinter::getVersion | ( | ) |
Return the version of the numbering module.
Definition at line 138 of file modules_fichinter.php.
| ModeleNumRefFicheinter::info | ( | ) |
Returns the default description of the numbering template.
Reimplemented in mod_pacific, and mod_arctic.
Definition at line 90 of file modules_fichinter.php.
| ModeleNumRefFicheinter::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 80 of file modules_fichinter.php.