27 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
28 require_once DOL_DOCUMENT_ROOT.
'/don/class/don.class.php';
58 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
94 $langs->load(
"bills");
95 return $langs->trans(
"NoDescription");
106 $langs->load(
"bills");
107 return $langs->trans(
"NoExample");
129 return $langs->trans(
"NotAvailable");
140 $langs->load(
"admin");
142 if ($this->version ==
'development')
return $langs->trans(
"VersionDevelopment");
143 if ($this->version ==
'experimental')
return $langs->trans(
"VersionExperimental");
144 if ($this->version ==
'dolibarr')
return DOL_VERSION;
145 if ($this->version)
return $this->version;
146 return $langs->trans(
"NotAvailable");
getExample()
Return an example of numbering.
getVersion()
Renvoi version du module numerotation.
info()
Renvoi la description par defaut du modele de numerotation.
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation modules.
canBeActivated()
Checks if the numbers already in the database do not cause conflicts that would prevent this numberin...
Parent class of donation numbering templates.
Parent class of subscription templates.
Parent class for documents generators.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.
getNextValue()
Renvoi prochaine valeur attribuee.
isEnabled()
Return if a module can be used or not.