31 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
32 require_once DOL_DOCUMENT_ROOT.
'/compta/bank/class/account.class.php';
57 $type =
'order_supplier';
60 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
95 $langs->load(
"orders");
96 return $langs->trans(
"NoDescription");
106 $langs->load(
"orders");
107 return $langs->trans(
"NoExample");
128 return $langs->trans(
"NotAvailable");
138 $langs->load(
"admin");
140 if ($this->version ==
'development') {
141 return $langs->trans(
"VersionDevelopment");
143 if ($this->version ==
'experimental') {
144 return $langs->trans(
"VersionExperimental");
146 if ($this->version ==
'dolibarr') {
149 if ($this->version) {
150 return $this->version;
152 return $langs->trans(
"NotAvailable");
Parent class for documents generators.
Parent Class of numbering models of suppliers orders references.
info()
Returns default description of numbering model.
isEnabled()
Return if a model can be used or not.
getExample()
Returns a numbering example.
getNextValue($objsoc=0, $object='')
Returns next value assigned.
canBeActivated()
Tests if existing numbers make problems with numbering.
getVersion()
Returns version of the numbering model.
Parent class for supplier orders 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.