|
dolibarr
x.y.z
|
Classe mere des modeles de numerotation des references de projets. More...

Public Member Functions | |
| isEnabled () | |
| Return if a module can be used or not. More... | |
| info () | |
| Returns the default description of the numbering pattern. 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, $ticket) | |
| Renvoi prochaine valeur attribuee. More... | |
| getVersion () | |
| Renvoi version du module numerotation. More... | |
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 108 of file modules_ticket.php.
| ModeleNumRefTicket::getExample | ( | ) |
Return an example of numbering.
Reimplemented in mod_ticket_universal, and mod_ticket_simple.
Definition at line 95 of file modules_ticket.php.
| ModeleNumRefTicket::getNextValue | ( | $objsoc, | |
| $ticket | |||
| ) |
Renvoi prochaine valeur attribuee.
Reimplemented in mod_ticket_universal, and mod_ticket_simple.
Definition at line 120 of file modules_ticket.php.
| ModeleNumRefTicket::getVersion | ( | ) |
Renvoi version du module numerotation.
Definition at line 131 of file modules_ticket.php.
| ModeleNumRefTicket::info | ( | ) |
Returns the default description of the numbering pattern.
Reimplemented in mod_ticket_universal, and mod_ticket_simple.
Definition at line 83 of file modules_ticket.php.
| ModeleNumRefTicket::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 73 of file modules_ticket.php.