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';
54 public $atleastoneratenotnull = 0;
55 public $atleastonediscount = 0;
74 $type =
'order_supplier';
77 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
115 $langs->load(
"orders");
116 return $langs->trans(
"NoDescription");
126 $langs->load(
"orders");
127 return $langs->trans(
"NoExample");
148 return $langs->trans(
"NotAvailable");
158 $langs->load(
"admin");
160 if ($this->version ==
'development') {
161 return $langs->trans(
"VersionDevelopment");
163 if ($this->version ==
'experimental') {
164 return $langs->trans(
"VersionExperimental");
166 if ($this->version ==
'dolibarr') {
169 if ($this->version) {
170 return $this->version;
172 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.