dolibarr  17.0.4
Public Member Functions | List of all members
ModeleNumRefSupplierPayments Class Reference

Payment numbering references mother class. More...

Inheritance diagram for ModeleNumRefSupplierPayments:
Inheritance graph
[legend]

Public Member Functions

 isEnabled ()
 Return if a module can be used or not. More...
 
 info ()
 Return the default description of numbering module. More...
 
 getExample ()
 Return numbering example. More...
 
 canBeActivated ()
 Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. More...
 
 getNextValue ($objsoc, $object)
 Returns the next value. More...
 
 getVersion ()
 Returns the module numbering version. More...
 

Detailed Description

Payment numbering references mother class.

Definition at line 94 of file modules_supplier_payment.php.

Member Function Documentation

◆ canBeActivated()

ModeleNumRefSupplierPayments::canBeActivated ( )

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

Returns
boolean false if conflict, true if ok

Reimplemented in mod_supplier_payment_bronan.

Definition at line 141 of file modules_supplier_payment.php.

◆ getExample()

ModeleNumRefSupplierPayments::getExample ( )

Return numbering example.

Returns
string Example

Reimplemented in mod_supplier_payment_bronan, and mod_supplier_payment_brodator.

Definition at line 128 of file modules_supplier_payment.php.

◆ getNextValue()

ModeleNumRefSupplierPayments::getNextValue (   $objsoc,
  $object 
)

Returns the next value.

Parameters
Societe$objsocObject thirdparty
Object$objectObject we need next value for
Returns
string Valeur

Reimplemented in mod_supplier_payment_bronan, and mod_supplier_payment_brodator.

Definition at line 153 of file modules_supplier_payment.php.

◆ getVersion()

ModeleNumRefSupplierPayments::getVersion ( )

Returns the module numbering version.

Returns
string Value

Definition at line 164 of file modules_supplier_payment.php.

◆ info()

ModeleNumRefSupplierPayments::info ( )

Return the default description of numbering module.

Returns
string Texte descripif

Reimplemented in mod_supplier_payment_bronan, and mod_supplier_payment_brodator.

Definition at line 116 of file modules_supplier_payment.php.

◆ isEnabled()

ModeleNumRefSupplierPayments::isEnabled ( )

Return if a module can be used or not.

Returns
boolean true if module can be used

Definition at line 106 of file modules_supplier_payment.php.


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