dolibarr 21.0.0-alpha
|
Class du modele de numerotation de reference de commande fournisseur Muguet. More...
Public Member Functions | |
__construct () | |
Constructor. | |
info ($langs) | |
Return description of numbering module. | |
getExample () | |
Return an example of numbering. | |
canBeActivated ($object) | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
getNextValue ($objsoc, $object) | |
Return next value. | |
Public Member Functions inherited from CommonNumRefGenerator | |
getNom ($langs) | |
Return model name. | |
getName ($langs) | |
Return model name. | |
isEnabled () | |
Return if a module can be used or not. | |
getVersion () | |
Returns version of numbering module. | |
Class du modele de numerotation de reference de commande fournisseur Muguet.
Definition at line 34 of file mod_commande_fournisseur_muguet.php.
mod_commande_fournisseur_muguet::canBeActivated | ( | $object | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
CommonObject | $object | Object we need next value for |
Reimplemented from CommonNumRefGenerator.
Definition at line 103 of file mod_commande_fournisseur_muguet.php.
mod_commande_fournisseur_muguet::getExample | ( | ) |
Return an example of numbering.
Reimplemented from ModeleNumRefSuppliersOrders.
Definition at line 90 of file mod_commande_fournisseur_muguet.php.
mod_commande_fournisseur_muguet::getNextValue | ( | $objsoc, | |
$object ) |
Return next value.
Societe | string | $objsoc | Object third party |
CommandeFournisseur | $object | Object |
Reimplemented from ModeleNumRefSuppliersOrders.
Definition at line 139 of file mod_commande_fournisseur_muguet.php.
References $object, and dol_print_date().
mod_commande_fournisseur_muguet::info | ( | $langs | ) |
Return description of numbering module.
Translate | $langs | Lang object to use for output |
Reimplemented from CommonNumRefGenerator.
Definition at line 78 of file mod_commande_fournisseur_muguet.php.