|
dolibarr 18.0.8
|
Class to manage numbering of thirdparties code. More...


Public Member Functions | |
| __construct () | |
| Constructor. | |
| info ($langs) | |
| Return description of module. | |
| getNextValue ($objsoc=0, $type=-1) | |
| Return an example of result returned by getNextValue. | |
| verif ($db, &$code, $soc, $type) | |
| Check validity of code according to its rules. | |
Public Member Functions inherited from ModeleThirdPartyCode | |
| getNom ($langs) | |
| Return name of module. | |
| getExample ($langs) | |
| Return an example of numbering. | |
| canBeActivated () | |
| Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
| getVersion () | |
| Return version of module. | |
| getToolTip ($langs, $soc, $type) | |
| Return description of module parameters. | |
| verif_prefixIsUsed () | |
| Check if mask/numbering use prefix. | |
Additional Inherited Members | |
Static Public Member Functions inherited from ModeleThirdPartyCode | |
| static | liste_modeles ($dbs, $maxfilenamelength=0) |
| Renvoie la liste des modeles de numérotation. | |
Class to manage numbering of thirdparties code.
Definition at line 32 of file mod_codeclient_leopard.php.
| mod_codeclient_leopard::getNextValue | ( | $objsoc = 0, | |
| $type = -1 ) |
Return an example of result returned by getNextValue.
| societe | $objsoc | Object thirdparty |
| int | $type | Type of third party (1:customer, 2:supplier, -1:autodetect) |
Reimplemented from ModeleThirdPartyCode.
Definition at line 99 of file mod_codeclient_leopard.php.
| mod_codeclient_leopard::info | ( | $langs | ) |
Return description of module.
| Translate | $langs | Object langs |
Reimplemented from ModeleThirdPartyCode.
Definition at line 85 of file mod_codeclient_leopard.php.
| mod_codeclient_leopard::verif | ( | $db, | |
| & | $code, | ||
| $soc, | |||
| $type ) |
Check validity of code according to its rules.
| DoliDB | $db | Database handler |
| string | $code | Code to check/correct |
| Societe | $soc | Object third party |
| int | $type | 0 = customer/prospect , 1 = supplier |
Definition at line 119 of file mod_codeclient_leopard.php.
References dol_syslog().