|
dolibarr
13.0.2
|
Cactus Class of numbering models of suppliers invoices references. More...
Inheritance diagram for mod_facture_fournisseur_cactus:
Collaboration diagram for mod_facture_fournisseur_cactus:Public Member Functions | |
| info () | |
| Return description of numbering model. More... | |
| getExample () | |
| Returns a numbering example. More... | |
| canBeActivated () | |
| Tests if the numbers already in force in the database do not cause conflicts that would prevent this numbering. More... | |
| getNextValue ($objsoc, $object, $mode= 'next') | |
| Return next value. More... | |
| getNumRef ($objsoc, $objforref, $mode= 'next') | |
| Return next free value. More... | |
Public Member Functions inherited from ModeleNumRefSuppliersInvoices | |
| isEnabled () | |
| Return if a model can be used or not. More... | |
| info () | |
| Returns the default description of the model numbering. More... | |
| getExample () | |
| Returns a numbering example. More... | |
| canBeActivated () | |
| Tests if the numbers already in force in the database do not cause conflicts that would prevent this numbering. More... | |
| getNextValue ($objsoc, $object, $mode) | |
| Returns next value assigned. More... | |
| getVersion () | |
| Returns version of the model numbering. More... | |
Cactus Class of numbering models of suppliers invoices references.
Definition at line 34 of file mod_facture_fournisseur_cactus.php.
| mod_facture_fournisseur_cactus::canBeActivated | ( | ) |
Tests if the numbers already in force in the database do not cause conflicts that would prevent this numbering.
Definition at line 95 of file mod_facture_fournisseur_cactus.php.
References $resql.
| mod_facture_fournisseur_cactus::getExample | ( | ) |
Returns a numbering example.
Definition at line 84 of file mod_facture_fournisseur_cactus.php.
| mod_facture_fournisseur_cactus::getNextValue | ( | $objsoc, | |
| $object, | |||
$mode = 'next' |
|||
| ) |
Return next value.
| Societe | $objsoc | Object third party |
| Object | $object | Object invoice |
| string | $mode | 'next' for next value or 'last' for last value |
Definition at line 173 of file mod_facture_fournisseur_cactus.php.
References $resql, dol_print_error(), and dol_syslog().
Referenced by getNumRef().
| mod_facture_fournisseur_cactus::getNumRef | ( | $objsoc, | |
| $objforref, | |||
$mode = 'next' |
|||
| ) |
Return next free value.
| Societe | $objsoc | Object third party |
| string | $objforref | Object for number to search |
| string | $mode | 'next' for next value or 'last' for last value |
Definition at line 241 of file mod_facture_fournisseur_cactus.php.
References getNextValue().
| mod_facture_fournisseur_cactus::info | ( | ) |
Return description of numbering model.
Definition at line 71 of file mod_facture_fournisseur_cactus.php.