|
dolibarr
x.y.z
|
Class to manage expense report numbering rules Sand. More...


Public Member Functions | |
| info () | |
| Returns the description of the numbering model. More... | |
| getExample () | |
| Return an example of numbering. More... | |
| getNextValue ($object) | |
| Return next free value. More... | |
Public Member Functions inherited from ModeleNumRefExpenseReport | |
| isEnabled () | |
| Return if a model can be used or not. More... | |
| canBeActivated () | |
| Test whether the numbers already in force in the base do not cause conflicts that would prevent this numbering working. More... | |
| getVersion () | |
| Returns the version of the numbering module. More... | |
Class to manage expense report numbering rules Sand.
Definition at line 31 of file mod_expensereport_sand.php.
| mod_expensereport_sand::getExample | ( | ) |
Return an example of numbering.
Reimplemented from ModeleNumRefExpenseReport.
Definition at line 103 of file mod_expensereport_sand.php.
| mod_expensereport_sand::getNextValue | ( | $object | ) |
Return next free value.
| Object | $object | Object we need next value for |
Reimplemented from ModeleNumRefExpenseReport.
Definition at line 125 of file mod_expensereport_sand.php.
| mod_expensereport_sand::info | ( | ) |
Returns the description of the numbering model.
Reimplemented from ModeleNumRefExpenseReport.
Definition at line 62 of file mod_expensereport_sand.php.