dolibarr 21.0.0-alpha
mod_commande_fournisseur_muguet Class Reference

Class du modele de numerotation de reference de commande fournisseur Muguet. More...

Inheritance diagram for mod_commande_fournisseur_muguet:
Collaboration diagram for mod_commande_fournisseur_muguet:

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.
 

Detailed Description

Class du modele de numerotation de reference de commande fournisseur Muguet.

Definition at line 34 of file mod_commande_fournisseur_muguet.php.

Member Function Documentation

◆ canBeActivated()

mod_commande_fournisseur_muguet::canBeActivated ( $object)

Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.

Parameters
CommonObject$objectObject we need next value for
Returns
boolean false if KO (there is a conflict), true if OK

Reimplemented from CommonNumRefGenerator.

Definition at line 103 of file mod_commande_fournisseur_muguet.php.

◆ getExample()

mod_commande_fournisseur_muguet::getExample ( )

Return an example of numbering.

Returns
string Example

Definition at line 90 of file mod_commande_fournisseur_muguet.php.

◆ getNextValue()

mod_commande_fournisseur_muguet::getNextValue ( $objsoc,
$object )

Return next value.

Parameters
Societe | string$objsocObject third party
CommandeFournisseur$objectObject
Returns
string Value if OK, 0 if KO

Definition at line 139 of file mod_commande_fournisseur_muguet.php.

References $object, and dol_print_date().

◆ info()

mod_commande_fournisseur_muguet::info ( $langs)

Return description of numbering module.

Parameters
Translate$langsLang object to use for output
Returns
string Descriptive text

Reimplemented from CommonNumRefGenerator.

Definition at line 78 of file mod_commande_fournisseur_muguet.php.


The documentation for this class was generated from the following file: