| 
    dolibarr 19.0.4
    
   | 
 
Class to manage the numbering module Universal for Ticket references. More...


Public Member Functions | |
| info ($langs) | |
| Returns the description of the numbering model.   | |
| getExample () | |
| Return an example of numbering.   | |
| getNextValue ($objsoc, $ticket) | |
| Return next 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 the numbering module Universal for Ticket references.
Definition at line 30 of file mod_ticket_universal.php.
| mod_ticket_universal::getExample | ( | ) | 
Return an example of numbering.
Definition at line 102 of file mod_ticket_universal.php.
References getNextValue().
| mod_ticket_universal::getNextValue | ( | $objsoc, | |
| $ticket ) | 
Return next value.
Definition at line 124 of file mod_ticket_universal.php.
References dol_now(), get_next_value(), getDolGlobalString(), and getEntity().
Referenced by getExample().
| mod_ticket_universal::info | ( | $langs | ) | 
Returns the description of the numbering model.
| Translate | $langs | Lang object to use for output | 
Reimplemented from CommonNumRefGenerator.
Definition at line 61 of file mod_ticket_universal.php.
References getDolGlobalString().