31require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
32require_once DOL_DOCUMENT_ROOT.
'/compta/bank/class/account.class.php';
53 $type =
'knowledgerecord';
56 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
93 $langs->load(
"knowledgemanagement");
94 return $langs->trans(
"NoDescription");
105 $langs->load(
"knowledgemanagement");
106 return $langs->trans(
"NoExample");
130 return $langs->trans(
"NotAvailable");
Parent class for documents (PDF, ODT, ...) generators.
Parent class to manage numbering of KnowledgeRecord.
getNextValue($object)
Returns next assigned value.
isEnabled()
Return if a module can be used or not.
getExample()
Returns an example of numbering.
info()
Returns the default description of the numbering template.
getVersion()
Returns version of numbering module.
canBeActivated($object)
Checks if the numbers already in the database do not cause conflicts that would prevent this numberin...
Parent class for documents 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.