|
dolibarr 21.0.0-beta
|
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. | |
| 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 31 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.
| CommonObject | $object | Object we need next value for |
Reimplemented from CommonNumRefGenerator.
Definition at line 90 of file mod_expensereport_jade.php.
References $conf.
| mod_expensereport_jade::getExample | ( | ) |
Returns an example of numbering.
Reimplemented from ModeleNumRefExpenseReport.
Definition at line 77 of file mod_expensereport_jade.php.
| mod_expensereport_jade::getNextValue | ( | $object | ) |
Return next free value.
| ExpenseReport | $object | Object we need next value for |
Reimplemented from ModeleNumRefExpenseReport.
Definition at line 126 of file mod_expensereport_jade.php.
References $conf, $object, 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 65 of file mod_expensereport_jade.php.