| 
    dolibarr 19.0.4
    
   | 
 
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 TODO Replace with getName()   | |
| 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 31 of file mod_expensereport_sand.php.
| mod_expensereport_sand::getExample | ( | ) | 
Return an example of numbering.
Definition at line 104 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 | 
Definition at line 126 of file mod_expensereport_sand.php.
References 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 63 of file mod_expensereport_sand.php.
References getDolGlobalString().