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';
57 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
94 $langs->load(
"orders");
95 return $langs->trans(
"NoDescription");
106 $langs->load(
"orders");
107 return $langs->trans(
"NoExample");
131 return $langs->trans(
"NotAvailable");
142 $langs->load(
"admin");
144 if ($this->version ==
'development') {
145 return $langs->trans(
"VersionDevelopment");
147 if ($this->version ==
'experimental') {
148 return $langs->trans(
"VersionExperimental");
150 if ($this->version ==
'dolibarr') {
153 if ($this->version) {
154 return $this->version;
156 return $langs->trans(
"NotAvailable");
Parent class for documents generators.
Parent class to manage numbering of Sale Orders.
getNextValue($objsoc, $object)
Returns next assigned value.
info()
Returns the default description of the numbering pattern.
getVersion()
Returns version of numbering module.
getExample()
Renvoie un exemple de numerotation.
canBeActivated()
Checks if the numbers already in the database do not cause conflicts that would prevent this numberin...
isEnabled()
Return if a module can be used or not.
Parent class for orders models.
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.