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';
59 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
96 $langs->load(
"orders");
97 return $langs->trans(
"NoDescription");
108 $langs->load(
"orders");
109 return $langs->trans(
"NoExample");
133 return $langs->trans(
"NotAvailable");
144 $langs->load(
"admin");
146 if ($this->version ==
'development')
return $langs->trans(
"VersionDevelopment");
147 if ($this->version ==
'experimental')
return $langs->trans(
"VersionExperimental");
148 if ($this->version ==
'dolibarr')
return DOL_VERSION;
149 if ($this->version)
return $this->version;
150 return $langs->trans(
"NotAvailable");
Parent class to manage numbering of Sale Orders.
getVersion()
Returns version of numbering module.
getExample()
Renvoie un exemple de numerotation.
getNextValue($objsoc, $object)
Returns next assigned value.
canBeActivated()
Checks if the numbers already in the database do not cause conflicts that would prevent this numberin...
info()
Renvoie la description par defaut du modele de numerotation.
Parent class for documents generators.
isEnabled()
Return if a module can be used or not.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.
Parent class for orders models.
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation modules.