dolibarr 18.0.6
mod_supplier_payment_brodator Class Reference

Class to manage customer payment numbering rules Ant. More...

Inheritance diagram for mod_supplier_payment_brodator:
Collaboration diagram for mod_supplier_payment_brodator:

Public Member Functions

 info ()
 Returns the description of the numbering model.
 
 getExample ()
 Return an example of numbering.
 
 getNextValue ($objsoc, $object)
 Return next free value.
 
 commande_get_num ($objsoc, $objforref)
 Return next free value.
 
- Public Member Functions inherited from ModeleNumRefSupplierPayments
 isEnabled ()
 Return if a module can be used or not.
 
 canBeActivated ()
 Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
 
 getVersion ()
 Returns the module numbering version.
 

Detailed Description

Class to manage customer payment numbering rules Ant.

Definition at line 31 of file mod_supplier_payment_brodator.php.

Member Function Documentation

◆ commande_get_num()

mod_supplier_payment_brodator::commande_get_num ( $objsoc,
$objforref )

Return next free value.

Parameters
Societe$objsocObject third party
string$objforrefObject for number to search
Returns
string Next free value

Definition at line 152 of file mod_supplier_payment_brodator.php.

References getNextValue().

◆ getExample()

mod_supplier_payment_brodator::getExample ( )

Return an example of numbering.

Returns
string Example

Reimplemented from ModeleNumRefSupplierPayments.

Definition at line 102 of file mod_supplier_payment_brodator.php.

References getNextValue().

◆ getNextValue()

mod_supplier_payment_brodator::getNextValue ( $objsoc,
$object )

Return next free value.

Parameters
Societe$objsocObject thirdparty
Object$objectObject we need next value for
Returns
string Value if KO, <0 if KO

Reimplemented from ModeleNumRefSupplierPayments.

Definition at line 124 of file mod_supplier_payment_brodator.php.

References get_next_value(), and getDolGlobalString().

Referenced by commande_get_num(), and getExample().

◆ info()

mod_supplier_payment_brodator::info ( )

Returns the description of the numbering model.

Returns
string Descriptive text

Reimplemented from ModeleNumRefSupplierPayments.

Definition at line 62 of file mod_supplier_payment_brodator.php.

References getDolGlobalString().


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