30 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
31 require_once DOL_DOCUMENT_ROOT.
'/compta/bank/class/account.class.php';
56 $type =
'supplier_proposal';
59 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
98 $langs->load(
"supplier_proposal");
99 return $langs->trans(
"NoDescription");
110 $langs->load(
"supplier_proposal");
111 return $langs->trans(
"NoExample");
135 return $langs->trans(
"NotAvailable");
146 $langs->load(
"admin");
148 if ($this->version ==
'development') {
149 return $langs->trans(
"VersionDevelopment");
151 if ($this->version ==
'experimental') {
152 return $langs->trans(
"VersionExperimental");
154 if ($this->version ==
'dolibarr') {
157 if ($this->version) {
158 return $this->version;
160 return $langs->trans(
"NotAvailable");
getVersion()
Renvoi version du module numerotation.
getNextValue($objsoc, $supplier_proposal)
Renvoi prochaine valeur attribuee.
getExample()
Return an example of numbering.
Classe mere des modeles de numerotation des references de propales.
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.
isEnabled()
Return if a module can be used or not.
Parent class for documents generators.
Classe mere des modeles de propale.
canBeActivated()
Checks if the numbers already in the database do not cause conflicts that would prevent this numberin...
info()
Returns the default description of the numbering pattern.