Go to the documentation of this file.
30 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
31 require_once DOL_DOCUMENT_ROOT.
'/compta/bank/class/account.class.php';
58 public $atleastonediscount = 0;
59 public $atleastoneratenotnull = 0;
76 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
115 $langs->load(
"propale");
116 return $langs->trans(
"NoDescription");
127 $langs->load(
"propale");
128 return $langs->trans(
"NoExample");
152 return $langs->trans(
"NotAvailable");
163 $langs->load(
"admin");
165 if ($this->version ==
'development') {
166 return $langs->trans(
"VersionDevelopment");
168 if ($this->version ==
'experimental') {
169 return $langs->trans(
"VersionExperimental");
171 if ($this->version ==
'dolibarr') {
174 if ($this->version) {
175 return $this->version;
177 return $langs->trans(
"NotAvailable");
isEnabled()
Return if a module can be used or not.
getExample()
Return an example of numbering.
getNextValue($objsoc, $propal)
Renvoi prochaine valeur attribuee.
Parent class for numbering rules of proposals.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.
canBeActivated()
Checks if the numbers already in the database do not cause conflicts that would prevent this numberin...
getVersion()
Renvoi version du module numerotation.
Parent class for documents generators.
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation modules.
info()
Returns the default description of the numbering pattern.
Classe mere des modeles de propale.