dolibarr 21.0.0-alpha
ModeleNumRefSuppliersInvoices Class Reference

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

Inheritance diagram for ModeleNumRefSuppliersInvoices:
Collaboration diagram for ModeleNumRefSuppliersInvoices:

Public Member Functions

 getNextValue ($objsoc, $object, $mode='next')
 Return next value.
 
 getExample ()
 Return an example of numbering.
 
- 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.
 
 info ($langs)
 Returns the default description of the numbering template.
 
 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

Parent Class of numbering models of suppliers invoices references.

Definition at line 79 of file modules_facturefournisseur.php.

Member Function Documentation

◆ getExample()

ModeleNumRefSuppliersInvoices::getExample ( )
abstract

Return an example of numbering.

Returns
string Example

Reimplemented in mod_facture_fournisseur_cactus, and mod_facture_fournisseur_tulip.

◆ getNextValue()

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

Return next value.

Parameters
?Societe$objsocObject third party
?FactureFournisseur$objectObject invoice
string$mode'next' for next value or 'last' for last value
Returns
string|int<-1,0> Value if OK, <=0 if KO

Reimplemented in mod_facture_fournisseur_cactus, and mod_facture_fournisseur_tulip.


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