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