33 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
63 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
99 $langs->load(
"holiday");
100 return $langs->trans(
"NoDescription");
111 $langs->load(
"holiday");
112 return $langs->trans(
"NoExample");
135 return $langs->trans(
"NotAvailable");
146 $langs->load(
"admin");
148 if ($this->version ==
'development')
return $langs->trans(
"VersionDevelopment");
149 elseif ($this->version ==
'experimental')
return $langs->trans(
"VersionExperimental");
150 elseif ($this->version ==
'dolibarr')
return DOL_VERSION;
151 elseif ($this->version)
return $this->version;
152 else return $langs->trans(
"NotAvailable");
getNextValue($objsoc, $contract)
Return next value.
canBeActivated()
Test if existing numbers make problems with numbering.
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation modules.
Parent class to manage holidays document templates.
getVersion()
Return numbering version module.
info()
Return default description of numbering model.
isEnabled()
Return if a module can be used or not.
Parent class for all holidays numbering modules.
Parent class for documents generators.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.
getExample()
Return numbering example.