dolibarr 19.0.3
|
Classe du modele de numerotation de reference de commande fournisseur Orchidee. More...
Public Member Functions | |
info ($langs) | |
Returns the description of the numbering model. | |
getExample () | |
Return an example of numbering. | |
getNextValue ($objsoc=0, $object='') | |
Return next value. | |
commande_get_num ($objsoc=0, $object='') | |
Renvoie la reference de commande suivante non utilisee. | |
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. | |
Classe du modele de numerotation de reference de commande fournisseur Orchidee.
Definition at line 33 of file mod_commande_fournisseur_orchidee.php.
mod_commande_fournisseur_orchidee::commande_get_num | ( | $objsoc = 0, | |
$object = '' ) |
Renvoie la reference de commande suivante non utilisee.
Societe | $objsoc | Object third party |
Object | $object | Object |
Definition at line 156 of file mod_commande_fournisseur_orchidee.php.
References getNextValue().
mod_commande_fournisseur_orchidee::getExample | ( | ) |
Return an example of numbering.
Definition at line 106 of file mod_commande_fournisseur_orchidee.php.
References getNextValue().
mod_commande_fournisseur_orchidee::getNextValue | ( | $objsoc = 0, | |
$object = '' ) |
Return next value.
Societe | $objsoc | Object third party |
Object | $object | Object |
Definition at line 128 of file mod_commande_fournisseur_orchidee.php.
References get_next_value(), and getDolGlobalString().
Referenced by commande_get_num(), and getExample().
mod_commande_fournisseur_orchidee::info | ( | $langs | ) |
Returns the description of the numbering model.
Translate | $langs | Lang object to use for output |
Reimplemented from CommonNumRefGenerator.
Definition at line 65 of file mod_commande_fournisseur_orchidee.php.
References getDolGlobalString().