|
dolibarr
13.0.2
|
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... | |
Payment numbering references mother class.
Definition at line 59 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.
Definition at line 106 of file modules_supplier_payment.php.
| ModeleNumRefSupplierPayments::getExample | ( | ) |
Return numbering example.
Definition at line 93 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 |
Definition at line 118 of file modules_supplier_payment.php.
| ModeleNumRefSupplierPayments::getVersion | ( | ) |
Returns the module numbering version.
Definition at line 129 of file modules_supplier_payment.php.
| ModeleNumRefSupplierPayments::info | ( | ) |
Return the default description of numbering module.
Definition at line 81 of file modules_supplier_payment.php.
| ModeleNumRefSupplierPayments::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 71 of file modules_supplier_payment.php.