31 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
32 require_once DOL_DOCUMENT_ROOT.
'/compta/bank/class/account.class.php';
90 $type =
'recruitmentjobposition';
93 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
130 $langs->load(
"recruitment");
131 return $langs->trans(
"NoDescription");
142 $langs->load(
"recruitment");
143 return $langs->trans(
"NoExample");
167 return $langs->trans(
"NotAvailable");
178 $langs->load(
"admin");
180 if ($this->version ==
'development') {
181 return $langs->trans(
"VersionDevelopment");
183 if ($this->version ==
'experimental') {
184 return $langs->trans(
"VersionExperimental");
186 if ($this->version ==
'dolibarr') {
189 if ($this->version) {
190 return $this->version;
192 return $langs->trans(
"NotAvailable");
canBeActivated($object)
Checks if the numbers already in the database do not cause conflicts that would prevent this numberin...
getExample()
Returns an example of numbering.
Parent class to manage numbering of RecruitmentJobPosition.
info()
Returns the default description of the numbering template.
getNextValue($object)
Returns next assigned value.
isEnabled()
Return if a module can be used or not.
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation modules.
getVersion()
Returns version of numbering module.
Parent class for documents models.
Parent class for documents generators.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.