dolibarr 21.0.0-alpha
|
ModeleNumRefSupplierPayments. More...
Public Member Functions | |
getNextValue ($objsoc, $object) | |
Return next free value. | |
getExample () | |
Return an example of numbering. | |
Public Member Functions inherited from CommonNumRefGenerator | |
getNom ($langs) | |
Return model name. | |
getName ($langs) | |
Return model name. | |
isEnabled () | |
Return if a module can be used or not. | |
info ($langs) | |
Returns the default description of the numbering template. | |
canBeActivated ($object) | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
getVersion () | |
Returns version of numbering module. | |
Payment numbering references mother class
Definition at line 70 of file modules_supplier_payment.php.
|
abstract |
Return an example of numbering.
Reimplemented in mod_supplier_payment_brodator, and mod_supplier_payment_bronan.
|
abstract |
Return next free value.
Societe | $objsoc | Object thirdparty |
?PaiementFourn | $object | Object we need next value for |
Reimplemented in mod_supplier_payment_brodator, and mod_supplier_payment_bronan.