Go to the documentation of this file.
62 $langs->load(
"cashdesk@cashdesk");
63 return $langs->trans(
"NoDescription");
74 $langs->load(
'cashdesk@cashdesk');
75 return $langs->trans(
'NoExample');
97 public function getNextValue($objsoc =
null, $invoice =
null, $mode =
'next')
100 return $langs->trans(
'NotAvailable');
111 $langs->load(
"admin");
113 if ($this->version ==
'development') {
114 return $langs->trans(
'VersionDevelopment');
116 if ($this->version ==
'experimental') {
117 return $langs->trans(
'VersionExperimental');
119 if ($this->version ==
'dolibarr') {
122 if ($this->version) {
123 return $this->version;
125 return $langs->trans(
'NotAvailable');
getExample()
Return an example of numbering.
getNextValue($objsoc=null, $invoice=null, $mode='next')
Renvoi prochaine valeur attribuee.
getVersion()
Renvoi version du modele de numerotation.
info()
Returns the default description of the numbering pattern.
canBeActivated()
Checks if the numbers already in the database do not cause conflicts that would prevent this numberin...
Classe mere des modeles de numerotation des tickets de caisse.
isEnabled()
Return if a module can be used or not.