Go to the documentation of this file.
28 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
29 require_once DOL_DOCUMENT_ROOT.
'/compta/bank/class/account.class.php';
54 $type =
'invoice_supplier';
57 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
93 $langs->load(
"invoices");
94 return $langs->trans(
"NoDescription");
104 $langs->load(
"invoices");
105 return $langs->trans(
"NoExample");
127 return $langs->trans(
"NotAvailable");
137 $langs->load(
"admin");
139 if ($this->version ==
'development') {
140 return $langs->trans(
"VersionDevelopment");
142 if ($this->version ==
'experimental') {
143 return $langs->trans(
"VersionExperimental");
145 if ($this->version ==
'dolibarr') {
148 if ($this->version) {
149 return $this->version;
151 return $langs->trans(
"NotAvailable");
getNextValue($objsoc, $object, $mode='next')
Returns next value assigned.
Parent class for supplier invoices models.
info()
Returns the default description of the model numbering.
canBeActivated()
Tests if the numbers already in force in the database do not cause conflicts that would prevent this ...
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation models.
getVersion()
Returns version of the model numbering.
getExample()
Returns a numbering example.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.
Parent Class of numbering models of suppliers invoices references.
isEnabled()
Return if a model can be used or not.
Parent class for documents generators.