28require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
29require_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");
Parent class for documents generators.
Parent Class of numbering models of suppliers invoices references.
info()
Returns the default description of the model numbering.
isEnabled()
Return if a model can be used or not.
getVersion()
Returns version of the model numbering.
getExample()
Returns a numbering example.
canBeActivated()
Tests if the numbers already in force in the database do not cause conflicts that would prevent this ...
getNextValue($objsoc, $object, $mode='next')
Returns next value assigned.
Parent class for supplier invoices 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.