32require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
33require_once DOL_DOCUMENT_ROOT.
'/compta/bank/class/account.class.php';
56 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
94 return $langs->trans(
"NoDescription");
106 return $langs->trans(
"NoExample");
130 return $langs->trans(
"NotAvailable");
141 $langs->load(
"admin");
143 if ($this->version ==
'development') {
144 return $langs->trans(
"VersionDevelopment");
146 if ($this->version ==
'experimental') {
147 return $langs->trans(
"VersionExperimental");
149 if ($this->version ==
'dolibarr') {
152 if ($this->version) {
153 return $this->version;
155 return $langs->trans(
"NotAvailable");
Parent class for documents generators.
Parent class to manage numbering of BOMs.
isEnabled()
Return if a module can be used or not.
getVersion()
Returns version of numbering module.
getNextValue($objsoc, $object)
Returns next assigned value.
info()
Returns the default description of the numbering template.
canBeActivated()
Checks if the numbers already in the database do not cause conflicts that would prevent this numberin...
getExample()
Returns an example of numbering.
Parent class for boms models.
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation modules.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.