dolibarr 18.0.6
|
Parent Class of numbering models of sending receipts references. More...
Public Member Functions | |
isEnabled () | |
Return if a model can be used or not. | |
info () | |
Return default description of numbering model. | |
getExample () | |
Returns numbering example. | |
canBeActivated () | |
Test if existing numbers make problems with numbering. | |
getNextValue ($objsoc, $reception) | |
Returns next value assigned. | |
getVersion () | |
Returns version of the numbering model. | |
Parent Class of numbering models of sending receipts references.
Definition at line 60 of file modules_reception.php.
ModelNumRefReception::canBeActivated | ( | ) |
Test if existing numbers make problems with numbering.
Reimplemented in mod_reception_beryl.
Definition at line 106 of file modules_reception.php.
ModelNumRefReception::getExample | ( | ) |
Returns numbering example.
Reimplemented in mod_reception_beryl, and mod_reception_moonstone.
Definition at line 94 of file modules_reception.php.
ModelNumRefReception::getNextValue | ( | $objsoc, | |
$reception ) |
Returns next value assigned.
Reimplemented in mod_reception_beryl, and mod_reception_moonstone.
Definition at line 118 of file modules_reception.php.
ModelNumRefReception::getVersion | ( | ) |
Returns version of the numbering model.
Definition at line 129 of file modules_reception.php.
ModelNumRefReception::info | ( | ) |
Return default description of numbering model.
Reimplemented in mod_reception_beryl, and mod_reception_moonstone.
Definition at line 82 of file modules_reception.php.
ModelNumRefReception::isEnabled | ( | ) |
Return if a model can be used or not.
Definition at line 72 of file modules_reception.php.