|
dolibarr 20.0.5
|
Class providing the 'Orchidee' numbering models for supplier orders. More...


Public Member Functions | |
| info ($langs) | |
| Returns the description of the numbering model. | |
| getExample () | |
| Return an example of numbering. | |
| getNextValue ($objsoc, $object) | |
| Return next value. | |
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. | |
| 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. | |
Class providing the 'Orchidee' numbering models for supplier orders.
Definition at line 35 of file mod_commande_fournisseur_orchidee.php.
| mod_commande_fournisseur_orchidee::getExample | ( | ) |
Return an example of numbering.
Definition at line 111 of file mod_commande_fournisseur_orchidee.php.
References getNextValue().
| mod_commande_fournisseur_orchidee::getNextValue | ( | $objsoc, | |
| $object ) |
Return next value.
| Societe | string | $objsoc | Object third party |
| CommandeFournisseur | $object | Object |
Definition at line 133 of file mod_commande_fournisseur_orchidee.php.
References $object, get_next_value(), and getDolGlobalString().
Referenced by getExample().
| mod_commande_fournisseur_orchidee::info | ( | $langs | ) |
Returns the description of the numbering model.
| Translate | $langs | Lang object to use for output |
Reimplemented from CommonNumRefGenerator.
Definition at line 67 of file mod_commande_fournisseur_orchidee.php.
References getDolGlobalString().