Go to the documentation of this file.
32 require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
33 require_once DOL_DOCUMENT_ROOT.
'/compta/bank/class/account.class.php';
34 require_once DOL_DOCUMENT_ROOT.
'/core/class/discount.class.php';
56 public $atleastoneratenotnull = 0;
57 public $atleastonediscount = 0;
74 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
111 $langs->load(
"orders");
112 return $langs->trans(
"NoDescription");
123 $langs->load(
"orders");
124 return $langs->trans(
"NoExample");
148 return $langs->trans(
"NotAvailable");
159 $langs->load(
"admin");
161 if ($this->version ==
'development') {
162 return $langs->trans(
"VersionDevelopment");
164 if ($this->version ==
'experimental') {
165 return $langs->trans(
"VersionExperimental");
167 if ($this->version ==
'dolibarr') {
170 if ($this->version) {
171 return $this->version;
173 return $langs->trans(
"NotAvailable");
Parent class for orders models.
canBeActivated()
Checks if the numbers already in the database do not cause conflicts that would prevent this numberin...
Parent class to manage numbering of Sale Orders.
info()
Returns the default description of the numbering pattern.
isEnabled()
Return if a module can be used or not.
getVersion()
Returns version of numbering module.
getNextValue($objsoc, $object)
Returns next assigned value.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.
getExample()
Renvoie un exemple de numerotation.
Parent class for documents generators.
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation modules.