Go to the documentation of this file.
27 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
52 $type =
'project_task';
55 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
92 $langs->load(
"projects");
93 return $langs->trans(
"NoDescription");
104 $langs->load(
"projects");
105 return $langs->trans(
"NoExample");
129 return $langs->trans(
"NotAvailable");
140 $langs->load(
"admin");
142 if ($this->version ==
'development') {
143 return $langs->trans(
"VersionDevelopment");
145 if ($this->version ==
'experimental') {
146 return $langs->trans(
"VersionExperimental");
148 if ($this->version ==
'dolibarr') {
151 return $langs->trans(
"NotAvailable");
isEnabled()
Return if a module can be used or not.
getVersion()
Renvoi version du module numerotation.
canBeActivated()
Checks if the numbers already in the database do not cause conflicts that would prevent this numberin...
Parent class for projects models.
info()
Returns the default description of the numbering pattern.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.
Parent class for documents generators.
getNextValue($objsoc, $project)
Renvoi prochaine valeur attribuee.
getExample()
Return an example of numbering.
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation modules.
Classe mere des modeles de numerotation des references de projets.