27require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
28require_once DOL_DOCUMENT_ROOT.
'/don/class/don.class.php';
56 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
92 $langs->load(
"bills");
93 return $langs->trans(
"NoDescription");
104 $langs->load(
"bills");
105 return $langs->trans(
"NoExample");
127 return $langs->trans(
"NotAvailable");
138 $langs->load(
"admin");
140 if ($this->version ==
'development') {
141 return $langs->trans(
"VersionDevelopment");
143 if ($this->version ==
'experimental') {
144 return $langs->trans(
"VersionExperimental");
146 if ($this->version ==
'dolibarr') {
149 if ($this->version) {
150 return $this->version;
152 return $langs->trans(
"NotAvailable");
Parent class for documents generators.
Parent class of subscription templates.
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation modules.
Parent class of donation numbering templates.
canBeActivated()
Checks if the numbers already in the database do not cause conflicts that would prevent this numberin...
isEnabled()
Return if a module can be used or not.
getVersion()
Renvoi version du module numerotation.
getExample()
Return an example of numbering.
getNextValue()
Renvoi prochaine valeur attribuee.
info()
Returns the default description of the numbering pattern.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.