dolibarr 18.0.6
|
Parent Class of numbering models of suppliers invoices references. More...
Public Member Functions | |
isEnabled () | |
Return if a model can be used or not. | |
info () | |
Returns the default description of the model numbering. | |
getExample () | |
Returns a numbering example. | |
canBeActivated () | |
Tests if the numbers already in force in the database do not cause conflicts that would prevent this numbering. | |
getNextValue ($objsoc, $object, $mode='next') | |
Returns next value assigned. | |
getVersion () | |
Returns version of the model numbering. | |
Parent Class of numbering models of suppliers invoices references.
Definition at line 67 of file modules_facturefournisseur.php.
ModeleNumRefSuppliersInvoices::canBeActivated | ( | ) |
Tests if the numbers already in force in the database do not cause conflicts that would prevent this numbering.
Reimplemented in mod_facture_fournisseur_cactus.
Definition at line 112 of file modules_facturefournisseur.php.
ModeleNumRefSuppliersInvoices::getExample | ( | ) |
Returns a numbering example.
Reimplemented in mod_facture_fournisseur_cactus, and mod_facture_fournisseur_tulip.
Definition at line 101 of file modules_facturefournisseur.php.
ModeleNumRefSuppliersInvoices::getNextValue | ( | $objsoc, | |
$object, | |||
$mode = 'next' ) |
Returns next value assigned.
Societe | $objsoc | Object third party |
Object | $object | Object |
string | $mode | 'next' for next value or 'last' for last value |
Reimplemented in mod_facture_fournisseur_cactus, and mod_facture_fournisseur_tulip.
Definition at line 124 of file modules_facturefournisseur.php.
ModeleNumRefSuppliersInvoices::getVersion | ( | ) |
Returns version of the model numbering.
Definition at line 134 of file modules_facturefournisseur.php.
ModeleNumRefSuppliersInvoices::info | ( | ) |
Returns the default description of the model numbering.
Reimplemented in mod_facture_fournisseur_cactus, and mod_facture_fournisseur_tulip.
Definition at line 90 of file modules_facturefournisseur.php.
ModeleNumRefSuppliersInvoices::isEnabled | ( | ) |
Return if a model can be used or not.
Definition at line 81 of file modules_facturefournisseur.php.