dolibarr  19.0.0-dev
Public Member Functions | List of all members
ModeleNumRefSupplierPayments Class Reference

ModeleNumRefSupplierPayments. 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

ModeleNumRefSupplierPayments.

Payment numbering references mother class

Definition at line 95 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 145 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 132 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 157 of file modules_supplier_payment.php.

◆ getVersion()

ModeleNumRefSupplierPayments::getVersion ( )

Returns the module numbering version.

Returns
string Value

Definition at line 168 of file modules_supplier_payment.php.

◆ info()

ModeleNumRefSupplierPayments::info ( )

Return the default description of numbering module.

Returns
string Descriptive text

Reimplemented in mod_supplier_payment_bronan, and mod_supplier_payment_brodator.

Definition at line 120 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 110 of file modules_supplier_payment.php.


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