Go to the documentation of this file.
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");
getExample()
Returns a numbering example.
getVersion()
Returns version of the numbering model.
isEnabled()
Return if a model can be used or not.
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.
getNextValue($objsoc=0, $object='')
Returns next value assigned.
canBeActivated()
Tests if existing numbers make problems with numbering.
Parent class for documents generators.
Parent class for supplier orders models.
info()
Returns default description of numbering model.
Parent Class of numbering models of suppliers orders references.