32 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
59 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
97 $langs->load(
"sendings");
98 return $langs->trans(
"NoDescription");
109 $langs->load(
"sendings");
110 return $langs->trans(
"NoExample");
133 return $langs->trans(
"NotAvailable");
144 $langs->load(
"admin");
146 if ($this->version ==
'development') {
147 return $langs->trans(
"VersionDevelopment");
149 if ($this->version ==
'experimental') {
150 return $langs->trans(
"VersionExperimental");
152 if ($this->version ==
'dolibarr') {
155 if ($this->version) {
156 return $this->version;
158 return $langs->trans(
"NotAvailable");
Parent class for documents generators.
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.
info()
Return default description of numbering model.
isEnabled()
Return if a model can be used or not.
getExample()
Returns numbering example.
getNextValue($objsoc, $shipment)
Returns next value assigned.
Parent class of sending receipts models.
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation models.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.