|
dolibarr
x.y.z
|
Class to manage customer payment numbering rules Ant. More...


Public Member Functions | |
| info () | |
| Returns the description of the numbering model. More... | |
| getExample () | |
| Return an example of numbering. More... | |
| getNextValue ($objsoc, $object) | |
| Return next free value. More... | |
| commande_get_num ($objsoc, $objforref) | |
| Return next free value. More... | |
Public Member Functions inherited from ModeleNumRefSupplierPayments | |
| isEnabled () | |
| Return if a module can be used or not. More... | |
| canBeActivated () | |
| Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. More... | |
| getVersion () | |
| Returns the module numbering version. More... | |
Class to manage customer payment numbering rules Ant.
Definition at line 31 of file mod_supplier_payment_brodator.php.
| mod_supplier_payment_brodator::commande_get_num | ( | $objsoc, | |
| $objforref | |||
| ) |
Return next free value.
| Societe | $objsoc | Object third party |
| string | $objforref | Object for number to search |
Definition at line 152 of file mod_supplier_payment_brodator.php.
| mod_supplier_payment_brodator::getExample | ( | ) |
Return an example of numbering.
Reimplemented from ModeleNumRefSupplierPayments.
Definition at line 102 of file mod_supplier_payment_brodator.php.
| mod_supplier_payment_brodator::getNextValue | ( | $objsoc, | |
| $object | |||
| ) |
Return next free value.
| Societe | $objsoc | Object thirdparty |
| Object | $object | Object we need next value for |
Reimplemented from ModeleNumRefSupplierPayments.
Definition at line 124 of file mod_supplier_payment_brodator.php.
| mod_supplier_payment_brodator::info | ( | ) |
Returns the description of the numbering model.
Reimplemented from ModeleNumRefSupplierPayments.
Definition at line 62 of file mod_supplier_payment_brodator.php.