dolibarr
x.y.z
|
Parent Class of numbering models of sending receipts references. More...
Public Member Functions | |
isEnabled () | |
Return if a model can be used or not. More... | |
info () | |
Return default description of numbering model. More... | |
getExample () | |
Returns numbering example. More... | |
canBeActivated () | |
Test if existing numbers make problems with numbering. More... | |
getNextValue ($objsoc, $reception) | |
Returns next value assigned. More... | |
getVersion () | |
Returns version of the numbering model. More... | |
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 102 of file modules_reception.php.
ModelNumRefReception::getExample | ( | ) |
Returns numbering example.
Reimplemented in mod_reception_moonstone, and mod_reception_beryl.
Definition at line 90 of file modules_reception.php.
ModelNumRefReception::getNextValue | ( | $objsoc, | |
$reception | |||
) |
Returns next value assigned.
Reimplemented in mod_reception_moonstone, and mod_reception_beryl.
Definition at line 114 of file modules_reception.php.
ModelNumRefReception::getVersion | ( | ) |
Returns version of the numbering model.
Definition at line 125 of file modules_reception.php.
ModelNumRefReception::info | ( | ) |
Return default description of numbering model.
Reimplemented in mod_reception_moonstone, and mod_reception_beryl.
Definition at line 78 of file modules_reception.php.
ModelNumRefReception::isEnabled | ( | ) |
Return if a model can be used or not.
Definition at line 68 of file modules_reception.php.