Go to the documentation of this file.
28 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
50 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
86 $langs->load(
"ticket");
87 return $langs->trans(
"NoDescription");
98 $langs->load(
"ticket");
99 return $langs->trans(
"NoExample");
123 return $langs->trans(
"NotAvailable");
134 $langs->load(
"admin");
136 if ($this->version ==
'development') {
137 return $langs->trans(
"VersionDevelopment");
140 if ($this->version ==
'experimental') {
141 return $langs->trans(
"VersionExperimental");
144 if ($this->version ==
'dolibarr') {
148 if ($this->version) {
149 return $this->version;
152 return $langs->trans(
"NotAvailable");
getExample()
Return an example of numbering.
Classe mere des modeles de numerotation des references de projets.
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation modules.
getNextValue($objsoc, $ticket)
Renvoi prochaine valeur attribuee.
info()
Returns the default description of the numbering pattern.
Parent class for documents models.
isEnabled()
Return if a module can be used or not.
getVersion()
Renvoi version du module numerotation.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.
canBeActivated()
Checks if the numbers already in the database do not cause conflicts that would prevent this numberin...
Parent class for documents generators.