32 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
60 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
96 $langs->load(
"contracts");
97 return $langs->trans(
"NoDescription");
108 $langs->load(
"contracts");
109 return $langs->trans(
"NoExample");
132 return $langs->trans(
"NotAvailable");
143 $langs->load(
"admin");
145 if ($this->version ==
'development') {
146 return $langs->trans(
"VersionDevelopment");
148 if ($this->version ==
'experimental') {
149 return $langs->trans(
"VersionExperimental");
151 if ($this->version ==
'dolibarr') {
154 if ($this->version) {
155 return $this->version;
157 return $langs->trans(
"NotAvailable");
Parent class for documents generators.
Parent class for all contract numbering modules.
getExample()
Return numbering example.
getNextValue($objsoc, $contract)
Return next value.
getVersion()
Return numbering version module.
canBeActivated()
Test if existing numbers make problems with numbering.
info()
Return default description of numbering model.
isEnabled()
Return if a module can be used or not.
Parent class to manage intervention 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.