dolibarr 21.0.0-alpha
|
Class to manage expense report numbering rules Sand. More...
Public Member Functions | |
info ($langs) | |
Returns the description of the numbering model. | |
getExample () | |
Return an example of numbering. | |
getNextValue ($object) | |
Return next free value. | |
Public Member Functions inherited from CommonNumRefGenerator | |
getNom ($langs) | |
Return model name. | |
getName ($langs) | |
Return model name. | |
isEnabled () | |
Return if a module can be used or not. | |
canBeActivated ($object) | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
getVersion () | |
Returns version of numbering module. | |
Class to manage expense report numbering rules Sand.
Definition at line 33 of file mod_expensereport_sand.php.
mod_expensereport_sand::getExample | ( | ) |
Return an example of numbering.
Reimplemented from ModeleNumRefExpenseReport.
Definition at line 107 of file mod_expensereport_sand.php.
References getNextValue().
mod_expensereport_sand::getNextValue | ( | $object | ) |
Return next free value.
ExpenseReport | $object | Object we need next value for |
Reimplemented from ModeleNumRefExpenseReport.
Definition at line 129 of file mod_expensereport_sand.php.
References $object, get_next_value(), and getDolGlobalString().
Referenced by getExample().
mod_expensereport_sand::info | ( | $langs | ) |
Returns the description of the numbering model.
Translate | $langs | Lang object to use for output |
Reimplemented from CommonNumRefGenerator.
Definition at line 65 of file mod_expensereport_sand.php.
References getDolGlobalString().