dolibarr 19.0.3
|
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 | |
getToolTip ($langs, $product, $type) | |
Return description of module parameters. | |
Public Member Functions inherited from CommonNumRefGenerator | |
getNom ($langs) | |
Return model name TODO Replace with getName() | |
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 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 34 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 145 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 186 of file mod_codeproduct_elephant.php.
References dol_now(), dol_string_unaccent(), get_next_value(), and getDolGlobalString().
Referenced by getExample().
mod_codeproduct_elephant::info | ( | $langs | ) |
Return description of module.
Translate | $langs | Object langs |
Reimplemented from CommonNumRefGenerator.
Definition at line 94 of file mod_codeproduct_elephant.php.
References getDolGlobalString().
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 268 of file mod_codeproduct_elephant.php.
References check_value(), dol_syslog(), and getDolGlobalString().
mod_codeproduct_elephant::verif_dispo | ( | $db, | |
$code, | |||
$product ) |
Renvoi si un code est pris ou non (par autre tiers)
Definition at line 316 of file mod_codeproduct_elephant.php.
mod_codeproduct_elephant::verif_prefixIsUsed | ( | ) |
Check if mask/numbering use prefix.
Reimplemented from ModeleProductCode.
Definition at line 235 of file mod_codeproduct_elephant.php.