32 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
61 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
96 $langs->load(
"sendings");
97 return $langs->trans(
"NoDescription");
108 $langs->load(
"sendings");
109 return $langs->trans(
"NoExample");
132 return $langs->trans(
"NotAvailable");
143 $langs->load(
"admin");
145 if ($this->version ==
'development')
return $langs->trans(
"VersionDevelopment");
146 if ($this->version ==
'experimental')
return $langs->trans(
"VersionExperimental");
147 if ($this->version ==
'dolibarr')
return DOL_VERSION;
148 if ($this->version)
return $this->version;
149 return $langs->trans(
"NotAvailable");
getVersion()
Returns version of the numbering model.
info()
Return default description of numbering model.
getExample()
Returns numbering example.
Parent class of sending receipts models.
getNextValue($objsoc, $shipment)
Returns next value assigned.
Parent Class of numbering models of sending receipts references.
canBeActivated()
Test if existing numbers make problems with numbering.
isEnabled()
Return if a model can be used or not.
Parent class for documents generators.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation models.