dolibarr 18.0.6
|
Class to manage expense report numbering rules Sand. More...
Public Member Functions | |
info () | |
Returns the description of the numbering model. | |
getExample () | |
Return an example of numbering. | |
getNextValue ($object) | |
Return next free value. | |
Public Member Functions inherited from ModeleNumRefExpenseReport | |
isEnabled () | |
Return if a model can be used or not. | |
canBeActivated () | |
Test whether the numbers already in force in the base do not cause conflicts that would prevent this numbering working. | |
getVersion () | |
Returns the version of the numbering module. | |
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.
References getNextValue().
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.
References get_next_value().
Referenced by getExample().
mod_expensereport_sand::info | ( | ) |
Returns the description of the numbering model.
Reimplemented from ModeleNumRefExpenseReport.
Definition at line 62 of file mod_expensereport_sand.php.