dolibarr 18.0.6
|
ModeleNumRefSupplierPayments. More...
Public Member Functions | |
isEnabled () | |
Return if a module can be used or not. | |
info () | |
Return the default description of numbering module. | |
getExample () | |
Return numbering example. | |
canBeActivated () | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
getNextValue ($objsoc, $object) | |
Returns the next value. | |
getVersion () | |
Returns the module numbering version. | |
Payment numbering references mother class
Definition at line 95 of file modules_supplier_payment.php.
ModeleNumRefSupplierPayments::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Reimplemented in mod_supplier_payment_bronan.
Definition at line 145 of file modules_supplier_payment.php.
ModeleNumRefSupplierPayments::getExample | ( | ) |
Return numbering example.
Reimplemented in mod_supplier_payment_brodator, and mod_supplier_payment_bronan.
Definition at line 132 of file modules_supplier_payment.php.
ModeleNumRefSupplierPayments::getNextValue | ( | $objsoc, | |
$object ) |
Returns the next value.
Societe | $objsoc | Object thirdparty |
Object | $object | Object we need next value for |
Reimplemented in mod_supplier_payment_brodator, and mod_supplier_payment_bronan.
Definition at line 157 of file modules_supplier_payment.php.
ModeleNumRefSupplierPayments::getVersion | ( | ) |
Returns the module numbering version.
Definition at line 168 of file modules_supplier_payment.php.
ModeleNumRefSupplierPayments::info | ( | ) |
Return the default description of numbering module.
Reimplemented in mod_supplier_payment_brodator, and mod_supplier_payment_bronan.
Definition at line 120 of file modules_supplier_payment.php.
ModeleNumRefSupplierPayments::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 110 of file modules_supplier_payment.php.