|
dolibarr 18.0.8
|
Class to manage product code with elephant rule. More...


Public Member Functions | |
| __construct () | |
| Constructor. | |
| info ($langs) | |
| Return description of module. | |
| getExample ($langs, $objproduct=0, $type=-1) | |
| Return an example of result returned by getNextValue. | |
| getNextValue ($objproduct=0, $type=-1) | |
| Return next value. | |
| verif_prefixIsUsed () | |
| Check if mask/numbering use prefix. | |
| verif ($db, &$code, $product, $type) | |
| Check validity of code according to its rules. | |
| verif_dispo ($db, $code, $product) | |
| Renvoi si un code est pris ou non (par autre tiers) | |
Public Member Functions inherited from ModeleProductCode | |
| getNom ($langs) | |
| Renvoi nom 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, $product, $type) | |
| Return description of module parameters. | |
Additional Inherited Members | |
Static Public Member Functions inherited from ModeleProductCode | |
| static | liste_modeles ($dbs, $maxfilenamelength=0) |
| Renvoi la liste des modeles de numérotation. | |
Class to manage product code with elephant rule.
Definition at line 35 of file mod_codeproduct_elephant.php.
| mod_codeproduct_elephant::getExample | ( | $langs, | |
| $objproduct = 0, | |||
| $type = -1 ) |
Return an example of result returned by getNextValue.
| Translate | $langs | Object langs |
| Product | $objproduct | Object product |
| int | $type | Type of third party (1:customer, 2:supplier, -1:autodetect) |
Definition at line 146 of file mod_codeproduct_elephant.php.
References getNextValue().
| mod_codeproduct_elephant::getNextValue | ( | $objproduct = 0, | |
| $type = -1 ) |
Return next value.
| Product | $objproduct | Object product |
| int | $type | Produit ou service (0:product, 1:service) |
Reimplemented from ModeleProductCode.
Definition at line 187 of file mod_codeproduct_elephant.php.
References dol_now(), dol_string_unaccent(), and get_next_value().
Referenced by getExample().
| mod_codeproduct_elephant::info | ( | $langs | ) |
Return description of module.
| Translate | $langs | Object langs |
Reimplemented from ModeleProductCode.
Definition at line 95 of file mod_codeproduct_elephant.php.
| mod_codeproduct_elephant::verif | ( | $db, | |
| & | $code, | ||
| $product, | |||
| $type ) |
Check validity of code according to its rules.
| DoliDB | $db | Database handler |
| string | $code | Code to check/correct |
| Product | $product | Object product |
| int | $type | 0 = product , 1 = service |
Definition at line 269 of file mod_codeproduct_elephant.php.
References check_value(), and dol_syslog().
| mod_codeproduct_elephant::verif_dispo | ( | $db, | |
| $code, | |||
| $product ) |
Renvoi si un code est pris ou non (par autre tiers)
Definition at line 317 of file mod_codeproduct_elephant.php.
| mod_codeproduct_elephant::verif_prefixIsUsed | ( | ) |
Check if mask/numbering use prefix.
Reimplemented from ModeleProductCode.
Definition at line 236 of file mod_codeproduct_elephant.php.