30 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
31 require_once DOL_DOCUMENT_ROOT.
'/compta/bank/class/account.class.php';
61 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
97 $langs->load(
"propale");
98 return $langs->trans(
"NoDescription");
109 $langs->load(
"propale");
110 return $langs->trans(
"NoExample");
134 return $langs->trans(
"NotAvailable");
145 $langs->load(
"admin");
147 if ($this->version ==
'development') {
148 return $langs->trans(
"VersionDevelopment");
150 if ($this->version ==
'experimental') {
151 return $langs->trans(
"VersionExperimental");
153 if ($this->version ==
'dolibarr') {
156 if ($this->version) {
157 return $this->version;
159 return $langs->trans(
"NotAvailable");
info()
Renvoi la description par defaut du modele de numerotation.
canBeActivated()
Checks if the numbers already in the database do not cause conflicts that would prevent this numberin...
getVersion()
Renvoi version du module numerotation.
getNextValue($objsoc, $propal)
Renvoi prochaine valeur attribuee.
Classe mere des modeles de propale.
isEnabled()
Return if a module can be used or not.
getExample()
Return an example of numbering.
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation modules.
Parent class for documents generators.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.
Parent class for numbering rules of proposals.