|
dolibarr 18.0.8
|
Class to manage Sales Order numbering rules Saphir. More...


Public Member Functions | |
| info () | |
| Returns the description of the numbering model. | |
| getExample () | |
| Return an example of numbering. | |
| getNextValue ($objsoc, $object) | |
| Return next free value. | |
| commande_get_num ($objsoc, $objforref) | |
| Return next free value. | |
Public Member Functions inherited from ModeleNumRefCommandes | |
| isEnabled () | |
| Return if a module can be used or not. | |
| canBeActivated () | |
| 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 to manage Sales Order numbering rules Saphir.
Definition at line 35 of file mod_commande_saphir.php.
| mod_commande_saphir::commande_get_num | ( | $objsoc, | |
| $objforref ) |
Return next free value.
| Societe | $objsoc | Object third party |
| string | $objforref | Object for number to search |
Definition at line 161 of file mod_commande_saphir.php.
References getNextValue().
| mod_commande_saphir::getExample | ( | ) |
Return an example of numbering.
Reimplemented from ModeleNumRefCommandes.
Definition at line 99 of file mod_commande_saphir.php.
References getNextValue().
| mod_commande_saphir::getNextValue | ( | $objsoc, | |
| $object ) |
Return next free value.
| Societe | $objsoc | Object thirdparty |
| Object | $object | Object we need next value for |
Reimplemented from ModeleNumRefCommandes.
Definition at line 124 of file mod_commande_saphir.php.
References dol_now(), get_next_value(), getDolGlobalString(), and getEntity().
Referenced by commande_get_num(), and getExample().
| mod_commande_saphir::info | ( | ) |
Returns the description of the numbering model.
Reimplemented from ModeleNumRefCommandes.
Definition at line 59 of file mod_commande_saphir.php.
References getDolGlobalString().