Go to the documentation of this file.
25 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
49 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
85 $langs->load(
"reception");
86 return $langs->trans(
"NoDescription");
97 $langs->load(
"reception");
98 return $langs->trans(
"NoExample");
121 return $langs->trans(
"NotAvailable");
132 $langs->load(
"admin");
134 if ($this->version ==
'development') {
135 return $langs->trans(
"VersionDevelopment");
136 } elseif ($this->version ==
'experimental') {
137 return $langs->trans(
"VersionExperimental");
138 } elseif ($this->version ==
'dolibarr') {
140 } elseif ($this->version) {
141 return $this->version;
143 return $langs->trans(
"NotAvailable");
info()
Return default description of numbering model.
Parent Class of numbering models of sending receipts references.
getVersion()
Returns version of the numbering model.
isEnabled()
Return if a model can be used or not.
getNextValue($objsoc, $reception)
Returns next value assigned.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.
Parent class of sending receipts models.
canBeActivated()
Test if existing numbers make problems with numbering.
getExample()
Returns numbering example.
Parent class for documents generators.
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation modules.