|
dolibarr
x.y.z
|
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 24 of file modules_payment.php.
| ModeleNumRefPayments::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Reimplemented in mod_payment_cicada.
Definition at line 71 of file modules_payment.php.
| ModeleNumRefPayments::getExample | ( | ) |
Return numbering example.
Reimplemented in mod_payment_cicada, and mod_payment_ant.
Definition at line 58 of file modules_payment.php.
| ModeleNumRefPayments::getNextValue | ( | $objsoc, | |
| $object | |||
| ) |
Returns the next value.
| Societe | $objsoc | Object thirdparty |
| Object | $object | Object we need next value for |
Reimplemented in mod_payment_cicada, and mod_payment_ant.
Definition at line 83 of file modules_payment.php.
| ModeleNumRefPayments::getVersion | ( | ) |
Returns the module numbering version.
Definition at line 94 of file modules_payment.php.
| ModeleNumRefPayments::info | ( | ) |
Return the default description of numbering module.
Reimplemented in mod_payment_cicada, and mod_payment_ant.
Definition at line 46 of file modules_payment.php.
| ModeleNumRefPayments::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 36 of file modules_payment.php.