25 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
51 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
83 $langs->load(
"reception");
84 return $langs->trans(
"NoDescription");
95 $langs->load(
"reception");
96 return $langs->trans(
"NoExample");
119 return $langs->trans(
"NotAvailable");
130 $langs->load(
"admin");
132 if ($this->version ==
'development')
return $langs->trans(
"VersionDevelopment");
133 elseif ($this->version ==
'experimental')
return $langs->trans(
"VersionExperimental");
134 elseif ($this->version ==
'dolibarr')
return DOL_VERSION;
135 elseif ($this->version)
return $this->version;
136 return $langs->trans(
"NotAvailable");
info()
Return default description of numbering model.
getNextValue($objsoc, $shipment)
Returns next value assigned.
Parent Class of numbering models of sending receipts references.
getExample()
Returns numbering example.
getVersion()
Returns version of the numbering model.
canBeActivated()
Test if existing numbers make problems with numbering.
isEnabled()
Return if a model can be used or not.
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation modules.
Parent class of sending receipts models.
Parent class for documents generators.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.