Go to the documentation of this file.
27 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
28 require_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");
info()
Returns the default description of the numbering pattern.
getNextValue()
Renvoi prochaine valeur attribuee.
isEnabled()
Return if a module can be used or not.
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation modules.
Parent class of subscription templates.
canBeActivated()
Checks if the numbers already in the database do not cause conflicts that would prevent this numberin...
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.
getVersion()
Renvoi version du module numerotation.
getExample()
Return an example of numbering.
Parent class of donation numbering templates.
Parent class for documents generators.