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';
53 $type =
'workstation';
56 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
96 $langs->load(
"workstation@workstation");
97 return $langs->trans(
"NoDescription");
108 $langs->load(
"workstation@workstation");
109 return $langs->trans(
"NoExample");
133 return $langs->trans(
"NotAvailable");
144 $langs->load(
"admin");
146 if ($this->version ==
'development') {
147 return $langs->trans(
"VersionDevelopment");
149 if ($this->version ==
'experimental') {
150 return $langs->trans(
"VersionExperimental");
152 if ($this->version ==
'dolibarr') {
155 if ($this->version) {
156 return $this->version;
158 return $langs->trans(
"NotAvailable");
isEnabled()
Return if a module can be used or not.
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation modules.
Parent class to manage numbering of Workstation.
canBeActivated($object)
Checks if the numbers already in the database do not cause conflicts that would prevent this numberin...
getVersion()
Returns version of numbering module.
Parent class for documents models.
getExample()
Returns an example of numbering.
getNextValue($object)
Returns next assigned value.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.
Parent class for documents generators.
info()
Returns the default description of the numbering template.