dolibarr 21.0.0-alpha
mod_codeclient_elephant Class Reference

Class to manage third party code with elephant rule. More...

Inheritance diagram for mod_codeclient_elephant:
Collaboration diagram for mod_codeclient_elephant:

Public Member Functions

 __construct ($db)
 Constructor.
 
 info ($langs)
 Return description of module.
 
 getExample ($langs, $objsoc='', $type=-1)
 Return an example of result returned by getNextValue.
 
 getNextValue ($objsoc='', $type=-1)
 Return next value.
 
 verif_prefixIsUsed ()
 Check if mask/numbering use prefix.
 
 verif ($db, &$code, $soc, $type)
 Check validity of code according to its rules.
 
 verif_dispo ($db, $code, $soc, $type=0)
 Indicate if the code is available or not (by another third party)
 
- Public Member Functions inherited from ModeleThirdPartyCode
 getToolTip ($langs, $soc, $type)
 Return description of module parameters.
 
- Public Member Functions inherited from CommonNumRefGenerator
 getNom ($langs)
 Return model name.
 
 getName ($langs)
 Return model name.
 
 isEnabled ()
 Return if a module can be used or not.
 
 canBeActivated ($object)
 Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
 
 getVersion ()
 Returns version of numbering module.
 

Additional Inherited Members

- Static Public Member Functions inherited from ModeleThirdPartyCode
static liste_modeles ($dbs, $maxfilenamelength=0)
 Renvoie la liste des modeles de numérotation.
 

Detailed Description

Class to manage third party code with elephant rule.

Definition at line 38 of file mod_codeclient_elephant.php.

Constructor & Destructor Documentation

◆ __construct()

mod_codeclient_elephant::__construct ( $db)

Constructor.

Parameters
DoliDB$dbDatabase object

Reimplemented from ModeleThirdPartyCode.

Definition at line 62 of file mod_codeclient_elephant.php.

Member Function Documentation

◆ getExample()

mod_codeclient_elephant::getExample ( $langs,
$objsoc = '',
$type = -1 )

Return an example of result returned by getNextValue.

Parameters
Translate$langsObject langs
Societe | string$objsocObject thirdparty
int$typeType of third party (1:customer, 2:supplier, -1:autodetect)
Returns
string Return string example

Definition at line 163 of file mod_codeclient_elephant.php.

References getDolGlobalString(), and getNextValue().

◆ getNextValue()

mod_codeclient_elephant::getNextValue ( $objsoc = '',
$type = -1 )

Return next value.

Parameters
Societe | string$objsocObject third party
int$typeClient ou fournisseur (0:customer, 1:supplier)
Returns
string|-1 Value if OK, '' if module not configured, -1 if KO

Reimplemented from ModeleThirdPartyCode.

Definition at line 217 of file mod_codeclient_elephant.php.

References dol_now(), get_next_value(), and getDolGlobalString().

Referenced by getExample().

◆ info()

mod_codeclient_elephant::info ( $langs)

Return description of module.

Parameters
Translate$langsObject langs
Returns
string Description of module

Reimplemented from CommonNumRefGenerator.

Definition at line 81 of file mod_codeclient_elephant.php.

References dol_now(), dolibarr_set_const(), getDolGlobalString(), GETPOST(), and GETPOSTDATE().

◆ verif()

mod_codeclient_elephant::verif ( $db,
& $code,
$soc,
$type )

Check validity of code according to its rules.

Parameters
DoliDB$dbDatabase handler
string$codeCode to check/correct
Societe$socObject third party
int$type0 = customer/prospect , 1 = supplier
Returns
int 0 if OK -1 ErrorBadCustomerCodeSyntax -2 ErrorCustomerCodeRequired -3 ErrorCustomerCodeAlreadyUsed -4 ErrorPrefixRequired -5 NotConfigured - Setup empty so any value may be ok or not -6 Other (see this->error)

Definition at line 296 of file mod_codeclient_elephant.php.

References check_value(), dol_syslog(), getDolGlobalString(), and verif_dispo().

◆ verif_dispo()

mod_codeclient_elephant::verif_dispo ( $db,
$code,
$soc,
$type = 0 )

Indicate if the code is available or not (by another third party)

Parameters
DoliDB$dbHandler access base
string$codeCode a verifier
Societe$socObject societe
int$type0 = customer/prospect , 1 = supplier
Returns
int 0 if available, <0 if KO

Definition at line 352 of file mod_codeclient_elephant.php.

Referenced by verif().

◆ verif_prefixIsUsed()

mod_codeclient_elephant::verif_prefixIsUsed ( )

Check if mask/numbering use prefix.

Returns
int 0 or 1

Reimplemented from ModeleThirdPartyCode.

Definition at line 262 of file mod_codeclient_elephant.php.

References getDolGlobalString().


The documentation for this class was generated from the following file: