Go to the documentation of this file.
31 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
32 require_once DOL_DOCUMENT_ROOT.
'/compta/bank/class/account.class.php';
90 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
127 $langs->load(
"asset@asset");
128 return $langs->trans(
"NoDescription");
139 $langs->load(
"asset@asset");
140 return $langs->trans(
"NoExample");
164 return $langs->trans(
"NotAvailable");
175 $langs->load(
"admin");
177 if ($this->version ==
'development') {
178 return $langs->trans(
"VersionDevelopment");
180 if ($this->version ==
'experimental') {
181 return $langs->trans(
"VersionExperimental");
183 if ($this->version ==
'dolibarr') {
186 if ($this->version) {
187 return $this->version;
189 return $langs->trans(
"NotAvailable");
Parent class for documents models.
Parent class to manage numbering of Asset.
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation modules.
canBeActivated($object)
Checks if the numbers already in the database do not cause conflicts that would prevent this numberin...
info()
Returns the default description of the numbering template.
isEnabled()
Return if a module can be used or not.
getExample()
Returns an example of numbering.
getVersion()
Returns version of numbering module.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.
Parent class for documents generators.
getNextValue($object)
Returns next assigned value.