dolibarr 19.0.3
|
Class to manage expensereport numbering rules Jade. More...
Public Member Functions | |
info ($langs) | |
Return description of numbering model. | |
getExample () | |
Returns an example of numbering. | |
canBeActivated ($object) | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
getNextValue ($object) | |
Return next free value. | |
Public Member Functions inherited from CommonNumRefGenerator | |
getNom ($langs) | |
Return model name TODO Replace with getName() | |
getName ($langs) | |
Return model name. | |
isEnabled () | |
Return if a module can be used or not. | |
getVersion () | |
Returns version of numbering module. | |
Class to manage expensereport numbering rules Jade.
Definition at line 29 of file mod_expensereport_jade.php.
mod_expensereport_jade::canBeActivated | ( | $object | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Object | $object | Object we need next value for |
Reimplemented from CommonNumRefGenerator.
Definition at line 88 of file mod_expensereport_jade.php.
mod_expensereport_jade::getExample | ( | ) |
Returns an example of numbering.
Definition at line 75 of file mod_expensereport_jade.php.
mod_expensereport_jade::getNextValue | ( | $object | ) |
Return next free value.
Object | $object | Object we need next value for |
Definition at line 124 of file mod_expensereport_jade.php.
References dol_print_date(), dol_print_error(), dol_syslog(), dolGetFirstLastname(), and getDolGlobalString().
mod_expensereport_jade::info | ( | $langs | ) |
Return description of numbering model.
Translate | $langs | Lang object to use for output |
Reimplemented from CommonNumRefGenerator.
Definition at line 63 of file mod_expensereport_jade.php.