34 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
58 $type =
'product_batch';
61 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
95 $langs->load(
"productbatch");
96 return $langs->trans(
"NoDescription");
107 $langs->load(
"productbatch");
108 return $langs->trans(
"NoExample");
132 return $langs->trans(
"NotAvailable");
143 $langs->load(
"admin");
145 if ($this->version ==
'development')
return $langs->trans(
"VersionDevelopment");
146 if ($this->version ==
'experimental')
return $langs->trans(
"VersionExperimental");
147 if ($this->version ==
'dolibarr')
return DOL_VERSION;
148 if ($this->version)
return $this->version;
149 return $langs->trans(
"NotAvailable");
Parent class for documents generators.
Parent class to manage numbering of batch products.
info()
Returns the default description of the numbering template.
getVersion()
Returns version of numbering module.
isEnabled()
Return if a module can be used or not.
getExample()
Returns an example of numbering.
canBeActivated()
Checks if the numbers already in the database do not cause conflicts that would prevent this numberin...
getNextValue($objsoc, $object)
Returns next assigned value.
Parent class to manage intervention document templates.
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.