31require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
32require_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");
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.