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

Payment numbering references mother class. More...

+ Inheritance diagram for ModeleNumRefSupplierPayments:

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 59 of file modules_supplier_payment.php.

Member Function Documentation

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

Definition at line 106 of file modules_supplier_payment.php.

ModeleNumRefSupplierPayments::getExample ( )

Return numbering example.

Returns
string Example

Definition at line 93 of file modules_supplier_payment.php.

ModeleNumRefSupplierPayments::getNextValue (   $objsoc,
  $object 
)

Returns the next value.

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

Definition at line 118 of file modules_supplier_payment.php.

ModeleNumRefSupplierPayments::getVersion ( )

Returns the module numbering version.

Returns
string Value

Definition at line 129 of file modules_supplier_payment.php.

ModeleNumRefSupplierPayments::info ( )

Return the default description of numbering module.

Returns
string Texte descripif

Definition at line 81 of file modules_supplier_payment.php.

ModeleNumRefSupplierPayments::isEnabled ( )

Return if a module can be used or not.

Returns
boolean true if module can be used

Definition at line 71 of file modules_supplier_payment.php.


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