|
dolibarr
13.0.2
|
Parent class to manage numbering of Sale Orders. More...
Inheritance diagram for ModeleNumRefCommandes:Public Member Functions | |
| isEnabled () | |
| Return if a module can be used or not. More... | |
| info () | |
| Renvoie la description par defaut du modele de numerotation. More... | |
| getExample () | |
| Renvoie un exemple de numerotation. More... | |
| canBeActivated () | |
| Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. More... | |
| getNextValue ($objsoc, $object) | |
| Returns next assigned value. More... | |
| getVersion () | |
| Returns version of numbering module. More... | |
Parent class to manage numbering of Sale Orders.
Definition at line 71 of file modules_commande.php.
| ModeleNumRefCommandes::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Definition at line 118 of file modules_commande.php.
| ModeleNumRefCommandes::getExample | ( | ) |
Renvoie un exemple de numerotation.
Definition at line 105 of file modules_commande.php.
| ModeleNumRefCommandes::getNextValue | ( | $objsoc, | |
| $object | |||
| ) |
Returns next assigned value.
| Societe | $objsoc | Object thirdparty |
| Object | $object | Object we need next value for |
Definition at line 130 of file modules_commande.php.
| ModeleNumRefCommandes::getVersion | ( | ) |
Returns version of numbering module.
Definition at line 141 of file modules_commande.php.
| ModeleNumRefCommandes::info | ( | ) |
Renvoie la description par defaut du modele de numerotation.
Definition at line 93 of file modules_commande.php.
| ModeleNumRefCommandes::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 83 of file modules_commande.php.