|
dolibarr 18.0.8
|
Class to manage cheque receipts numbering rules Thyme. More...


Public Member Functions | |
| info () | |
| Returns the description of the numbering model. | |
| getExample () | |
| Return an example of numbering. | |
| getNextValue ($objsoc, $object) | |
| Return next free value. | |
| chequereceipt_get_num ($objsoc, $objforref) | |
| Return next free value. | |
Public Member Functions inherited from ModeleNumRefChequeReceipts | |
| isEnabled () | |
| Return if a module can be used or not. | |
| canBeActivated () | |
| Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
| getVersion () | |
| Returns the module numbering version. | |
Class to manage cheque receipts numbering rules Thyme.
Definition at line 32 of file mod_chequereceipt_thyme.php.
| mod_chequereceipt_thyme::chequereceipt_get_num | ( | $objsoc, | |
| $objforref ) |
Return next free value.
| Societe | $objsoc | Object third party |
| string | $objforref | Object for number to search |
Definition at line 143 of file mod_chequereceipt_thyme.php.
References getNextValue().
| mod_chequereceipt_thyme::getExample | ( | ) |
Return an example of numbering.
Reimplemented from ModeleNumRefChequeReceipts.
Definition at line 93 of file mod_chequereceipt_thyme.php.
References getNextValue().
| mod_chequereceipt_thyme::getNextValue | ( | $objsoc, | |
| $object ) |
Return next free value.
| Societe | $objsoc | Object thirdparty |
| Object | $object | Object we need next value for |
Reimplemented from ModeleNumRefChequeReceipts.
Definition at line 115 of file mod_chequereceipt_thyme.php.
References get_next_value().
Referenced by chequereceipt_get_num(), and getExample().
| mod_chequereceipt_thyme::info | ( | ) |
Returns the description of the numbering model.
Reimplemented from ModeleNumRefChequeReceipts.
Definition at line 53 of file mod_chequereceipt_thyme.php.