|
dolibarr 18.0.8
|
Classe mere des modeles de numerotation des references de projets. More...

Public Member Functions | |
| isEnabled () | |
| Return if a module can be used or not. | |
| info () | |
| Returns the default description of the numbering pattern. | |
| getExample () | |
| Return an example of numbering. | |
| canBeActivated () | |
| Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
| getNextValue ($objsoc, $ticket) | |
| Renvoi prochaine valeur attribuee. | |
| getVersion () | |
| Renvoi version du module numerotation. | |
Classe mere des modeles de numerotation des references de projets.
Definition at line 61 of file modules_ticket.php.
| ModeleNumRefTicket::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Reimplemented in mod_ticket_simple.
Definition at line 111 of file modules_ticket.php.
| ModeleNumRefTicket::getExample | ( | ) |
Return an example of numbering.
Reimplemented in mod_ticket_simple, and mod_ticket_universal.
Definition at line 98 of file modules_ticket.php.
| ModeleNumRefTicket::getNextValue | ( | $objsoc, | |
| $ticket ) |
Renvoi prochaine valeur attribuee.
Reimplemented in mod_ticket_simple, and mod_ticket_universal.
Definition at line 123 of file modules_ticket.php.
| ModeleNumRefTicket::getVersion | ( | ) |
Renvoi version du module numerotation.
Definition at line 134 of file modules_ticket.php.
| ModeleNumRefTicket::info | ( | ) |
Returns the default description of the numbering pattern.
Reimplemented in mod_ticket_simple, and mod_ticket_universal.
Definition at line 86 of file modules_ticket.php.
| ModeleNumRefTicket::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 76 of file modules_ticket.php.