dolibarr
x.y.z
|
Parent class for numbering masks of expense reports. More...
Public Member Functions | |
isEnabled () | |
Return if a model can be used or not. More... | |
info () | |
Returns the default description of the numbering model. More... | |
getExample () | |
Returns an example of numbering. More... | |
canBeActivated () | |
Test whether the numbers already in force in the base do not cause conflicts that would prevent this numbering working. More... | |
getNextValue ($object) | |
Returns next assigned value. More... | |
getVersion () | |
Returns the version of the numbering module. More... | |
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 157 of file modules_expensereport.php.
ModeleNumRefExpenseReport::getExample | ( | ) |
Returns an example of numbering.
Reimplemented in mod_expensereport_sand, and mod_expensereport_jade.
Definition at line 145 of file modules_expensereport.php.
ModeleNumRefExpenseReport::getNextValue | ( | $object | ) |
Returns next assigned value.
Object | $object | Object we need next value for |
Reimplemented in mod_expensereport_sand, and mod_expensereport_jade.
Definition at line 168 of file modules_expensereport.php.
ModeleNumRefExpenseReport::getVersion | ( | ) |
Returns the version of the numbering module.
Definition at line 179 of file modules_expensereport.php.
ModeleNumRefExpenseReport::info | ( | ) |
Returns the default description of the numbering model.
Reimplemented in mod_expensereport_sand, and mod_expensereport_jade.
Definition at line 133 of file modules_expensereport.php.
ModeleNumRefExpenseReport::isEnabled | ( | ) |
Return if a model can be used or not.
Definition at line 123 of file modules_expensereport.php.