Go to the documentation of this file.
32 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
59 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
94 $langs->load(
"sendings");
95 return $langs->trans(
"NoDescription");
106 $langs->load(
"sendings");
107 return $langs->trans(
"NoExample");
130 return $langs->trans(
"NotAvailable");
141 $langs->load(
"admin");
143 if ($this->version ==
'development') {
144 return $langs->trans(
"VersionDevelopment");
146 if ($this->version ==
'experimental') {
147 return $langs->trans(
"VersionExperimental");
149 if ($this->version ==
'dolibarr') {
152 if ($this->version) {
153 return $this->version;
155 return $langs->trans(
"NotAvailable");
getNextValue($objsoc, $shipment)
Returns next value assigned.
info()
Return default description of numbering model.
Parent Class of numbering models of sending receipts references.
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 models.
Parent class of sending receipts models.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.
Parent class for documents generators.
getExample()
Returns numbering example.