|
dolibarr
13.0.2
|
Class to manage the numbering module Simple for ticket references. More...
Inheritance diagram for mod_ticket_simple:
Collaboration diagram for mod_ticket_simple:Public Member Functions | |
| info () | |
| Return description of numbering module. More... | |
| getExample () | |
| Return an example of numbering module values. More... | |
| canBeActivated () | |
| Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. More... | |
| getNextValue ($objsoc, $ticket) | |
| Return next value. More... | |
Public Member Functions inherited from ModeleNumRefTicket | |
| isEnabled () | |
| Return if a module can be used or not. More... | |
| info () | |
| Renvoi la description par defaut du modele de numerotation. More... | |
| getExample () | |
| Return an example of numbering. More... | |
| canBeActivated () | |
| Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. More... | |
| getNextValue ($objsoc, $project) | |
| Renvoi prochaine valeur attribuee. More... | |
| getVersion () | |
| Renvoi version du module numerotation. More... | |
Class to manage the numbering module Simple for ticket references.
Definition at line 31 of file mod_ticket_simple.php.
| mod_ticket_simple::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Definition at line 85 of file mod_ticket_simple.php.
References $resql.
| mod_ticket_simple::getExample | ( | ) |
Return an example of numbering module values.
Definition at line 74 of file mod_ticket_simple.php.
| mod_ticket_simple::getNextValue | ( | $objsoc, | |
| $ticket | |||
| ) |
Return next value.
Definition at line 122 of file mod_ticket_simple.php.
References $resql, dol_now(), and dol_syslog().
| mod_ticket_simple::info | ( | ) |
Return description of numbering module.
Definition at line 63 of file mod_ticket_simple.php.