|
dolibarr 18.0.8
|
Cheque Receipts numbering references mother class. 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. | |
Cheque Receipts numbering references mother class.
Definition at line 37 of file modules_chequereceipts.php.
| ModeleNumRefChequeReceipts::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Reimplemented in mod_chequereceipt_mint.
Definition at line 84 of file modules_chequereceipts.php.
| ModeleNumRefChequeReceipts::getExample | ( | ) |
Return numbering example.
Reimplemented in mod_chequereceipt_mint, and mod_chequereceipt_thyme.
Definition at line 71 of file modules_chequereceipts.php.
| ModeleNumRefChequeReceipts::getNextValue | ( | $objsoc, | |
| $object ) |
Returns the next value.
| Societe | $objsoc | Object thirdparty |
| Object | $object | Object we need next value for |
Reimplemented in mod_chequereceipt_mint, and mod_chequereceipt_thyme.
Definition at line 96 of file modules_chequereceipts.php.
| ModeleNumRefChequeReceipts::getVersion | ( | ) |
Returns the module numbering version.
Definition at line 107 of file modules_chequereceipts.php.
| ModeleNumRefChequeReceipts::info | ( | ) |
Return the default description of numbering module.
Reimplemented in mod_chequereceipt_mint, and mod_chequereceipt_thyme.
Definition at line 59 of file modules_chequereceipts.php.
| ModeleNumRefChequeReceipts::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 49 of file modules_chequereceipts.php.