dolibarr 18.0.6
|
Parent class for numbering masks of expense reports. More...
Public Member Functions | |
isEnabled () | |
Return if a model can be used or not. | |
info () | |
Returns the default description of the numbering model. | |
getExample () | |
Returns an example of numbering. | |
canBeActivated () | |
Test whether the numbers already in force in the base do not cause conflicts that would prevent this numbering working. | |
getNextValue ($object) | |
Returns next assigned value. | |
getVersion () | |
Returns the version of the numbering module. | |
Parent class for numbering masks of expense reports.
Definition at line 111 of file modules_expensereport.php.
ModeleNumRefExpenseReport::canBeActivated | ( | ) |
Test whether the numbers already in force in the base do not cause conflicts that would prevent this numbering working.
Reimplemented in mod_expensereport_jade.
Definition at line 160 of file modules_expensereport.php.
ModeleNumRefExpenseReport::getExample | ( | ) |
Returns an example of numbering.
Reimplemented in mod_expensereport_jade, and mod_expensereport_sand.
Definition at line 148 of file modules_expensereport.php.
ModeleNumRefExpenseReport::getNextValue | ( | $object | ) |
Returns next assigned value.
Object | $object | Object we need next value for |
Reimplemented in mod_expensereport_jade, and mod_expensereport_sand.
Definition at line 171 of file modules_expensereport.php.
ModeleNumRefExpenseReport::getVersion | ( | ) |
Returns the version of the numbering module.
Definition at line 182 of file modules_expensereport.php.
ModeleNumRefExpenseReport::info | ( | ) |
Returns the default description of the numbering model.
Reimplemented in mod_expensereport_jade, and mod_expensereport_sand.
Definition at line 136 of file modules_expensereport.php.
ModeleNumRefExpenseReport::isEnabled | ( | ) |
Return if a model can be used or not.
Definition at line 126 of file modules_expensereport.php.