dolibarr
17.0.3
|
Payment numbering references mother class. More...
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... | |
Payment numbering references mother class.
Definition at line 94 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 141 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 128 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 153 of file modules_supplier_payment.php.
ModeleNumRefSupplierPayments::getVersion | ( | ) |
Returns the module numbering version.
Definition at line 164 of file modules_supplier_payment.php.
ModeleNumRefSupplierPayments::info | ( | ) |
Return the default description of numbering module.
Reimplemented in mod_supplier_payment_bronan, and mod_supplier_payment_brodator.
Definition at line 116 of file modules_supplier_payment.php.
ModeleNumRefSupplierPayments::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 106 of file modules_supplier_payment.php.