dolibarr
17.0.3
|
Parent class for third parties code generators. More...
Public Member Functions | |
info ($langs) | |
Renvoi la description par defaut du modele de numerotation. More... | |
getNom ($langs) | |
Return name of module. More... | |
getExample ($langs) | |
Return an example of numbering. More... | |
canBeActivated () | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. More... | |
getNextValue ($objsoc=0, $type=-1) | |
Return next value available. More... | |
getVersion () | |
Return version of module. More... | |
getToolTip ($langs, $soc, $type) | |
Return description of module parameters. More... | |
verif_prefixIsUsed () | |
Check if mask/numbering use prefix. More... | |
Static Public Member Functions | |
static | liste_modeles ($dbs, $maxfilenamelength=0) |
Renvoie la liste des modeles de numérotation. More... | |
Parent class for third parties code generators.
Definition at line 65 of file modules_societe.class.php.
ModeleThirdPartyCode::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Definition at line 117 of file modules_societe.class.php.
ModeleThirdPartyCode::getExample | ( | $langs | ) |
Return an example of numbering.
Translate | $langs | Object langs |
Definition at line 105 of file modules_societe.class.php.
ModeleThirdPartyCode::getNextValue | ( | $objsoc = 0 , |
|
$type = -1 |
|||
) |
Return next value available.
Societe | $objsoc | Object thirdparty |
int | $type | Type |
Reimplemented in mod_codeclient_elephant, mod_codeclient_monkey, and mod_codeclient_leopard.
Definition at line 129 of file modules_societe.class.php.
ModeleThirdPartyCode::getNom | ( | $langs | ) |
Return name of module.
Translate | $langs | Object langs |
Definition at line 94 of file modules_societe.class.php.
ModeleThirdPartyCode::getToolTip | ( | $langs, | |
$soc, | |||
$type | |||
) |
Return description of module parameters.
Translate | $langs | Output language |
Societe | $soc | Third party object |
int | $type | -1=Nothing, 0=Customer, 1=Supplier |
Definition at line 196 of file modules_societe.class.php.
ModeleThirdPartyCode::getVersion | ( | ) |
Return version of module.
Definition at line 141 of file modules_societe.class.php.
ModeleThirdPartyCode::info | ( | $langs | ) |
Renvoi la description par defaut du modele de numerotation.
Translate | $langs | Object langs |
Reimplemented in mod_codeclient_elephant, mod_codeclient_monkey, and mod_codeclient_leopard.
Definition at line 83 of file modules_societe.class.php.
|
static |
Renvoie la liste des modeles de numérotation.
Definition at line 167 of file modules_societe.class.php.
ModeleThirdPartyCode::verif_prefixIsUsed | ( | ) |
Check if mask/numbering use prefix.
Reimplemented in mod_codeclient_elephant.
Definition at line 266 of file modules_societe.class.php.