dolibarr 19.0.3
mod_facture_fournisseur_tulip Class Reference

Tulip Class of numbering models of suppliers invoices references. More...

Inheritance diagram for mod_facture_fournisseur_tulip:
Collaboration diagram for mod_facture_fournisseur_tulip:

Public Member Functions

 info ($langs)
 Returns the description of the model numbering.
 
 getExample ()
 Returns a numbering example.
 
 getNextValue ($objsoc, $object, $mode='next')
 Return next value.
 
 getNumRef ($objsoc, $objforref, $mode='next')
 Return next free value.
 
- 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.
 

Detailed Description

Tulip Class of numbering models of suppliers invoices references.

Definition at line 37 of file mod_facture_fournisseur_tulip.php.

Member Function Documentation

◆ getExample()

mod_facture_fournisseur_tulip::getExample ( )

Returns a numbering example.

Returns
string Example

Definition at line 131 of file mod_facture_fournisseur_tulip.php.

References getNextValue().

◆ getNextValue()

mod_facture_fournisseur_tulip::getNextValue ( $objsoc,
$object,
$mode = 'next' )

Return next value.

Parameters
Societe$objsocObject third party
Object$objectObject invoice
string$mode'next' for next value or 'last' for last value
Returns
string Value if OK, 0 if KO

Definition at line 154 of file mod_facture_fournisseur_tulip.php.

References get_next_value(), and getDolGlobalString().

Referenced by getExample(), and getNumRef().

◆ getNumRef()

mod_facture_fournisseur_tulip::getNumRef ( $objsoc,
$objforref,
$mode = 'next' )

Return next free value.

Parameters
Societe$objsocObject third party
string$objforrefObject for number to search
string$mode'next' for next value or 'last' for last value
Returns
string Next free value

Definition at line 193 of file mod_facture_fournisseur_tulip.php.

References getNextValue().

◆ info()

mod_facture_fournisseur_tulip::info ( $langs)

Returns the description of the model numbering.

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

Reimplemented from CommonNumRefGenerator.

Definition at line 69 of file mod_facture_fournisseur_tulip.php.

References getDolGlobalInt(), and getDolGlobalString().


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