|
dolibarr 18.0.8
|
Tulip Class of numbering models of suppliers invoices references. More...


Public Member Functions | |
| info () | |
| Returns the description of the model numbering. | |
| getExample () | |
| Returns a numbering example. | |
| getNextValue ($objsoc, $object, $mode='next') | |
| Return next value. | |
| getNumRef ($objsoc, $objforref, $mode='next') | |
| Return next free value. | |
Public Member Functions inherited from ModeleNumRefSuppliersInvoices | |
| isEnabled () | |
| Return if a model can be used or not. | |
| canBeActivated () | |
| Tests if the numbers already in force in the database do not cause conflicts that would prevent this numbering. | |
| getVersion () | |
| Returns version of the model numbering. | |
Tulip Class of numbering models of suppliers invoices references.
Definition at line 37 of file mod_facture_fournisseur_tulip.php.
| mod_facture_fournisseur_tulip::getExample | ( | ) |
Returns a numbering example.
Reimplemented from ModeleNumRefSuppliersInvoices.
Definition at line 130 of file mod_facture_fournisseur_tulip.php.
References getNextValue().
| mod_facture_fournisseur_tulip::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 |
Reimplemented from ModeleNumRefSuppliersInvoices.
Definition at line 153 of file mod_facture_fournisseur_tulip.php.
References get_next_value(), and getDolGlobalString().
Referenced by getExample(), and getNumRef().
| mod_facture_fournisseur_tulip::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 192 of file mod_facture_fournisseur_tulip.php.
References getNextValue().
| mod_facture_fournisseur_tulip::info | ( | ) |
Returns the description of the model numbering.
Reimplemented from ModeleNumRefSuppliersInvoices.
Definition at line 68 of file mod_facture_fournisseur_tulip.php.
References getDolGlobalInt(), and getDolGlobalString().