31 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
32 require_once DOL_DOCUMENT_ROOT.
'/compta/bank/class/account.class.php';
59 $type =
'order_supplier';
62 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
97 $langs->load(
"orders");
98 return $langs->trans(
"NoDescription");
108 $langs->load(
"orders");
109 return $langs->trans(
"NoExample");
128 return $langs->trans(
"NotAvailable");
138 $langs->load(
"admin");
140 if ($this->version ==
'development')
return $langs->trans(
"VersionDevelopment");
141 if ($this->version ==
'experimental')
return $langs->trans(
"VersionExperimental");
142 if ($this->version ==
'dolibarr')
return DOL_VERSION;
143 if ($this->version)
return $this->version;
144 return $langs->trans(
"NotAvailable");
Parent class for supplier orders models.
canBeActivated()
Tests if existing numbers make problems with numbering.
getNextValue()
Returns next value assigned.
getExample()
Returns a numbering example.
Parent Class of numbering models of suppliers orders references.
info()
Returns default description of numbering model.
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation models.
isEnabled()
Return if a model can be used or not.
getVersion()
Returns version of the numbering model.
Parent class for documents generators.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.