|
dolibarr 18.0.8
|
Parent class to manage numbering of Sale Orders. More...

Public Member Functions | |
| isEnabled () | |
| Return if a module can be used or not. | |
| info () | |
| Returns the default description of the numbering pattern. | |
| getExample () | |
| Renvoie un exemple de numerotation. | |
| canBeActivated () | |
| Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
| getNextValue ($objsoc, $object) | |
| Returns next assigned value. | |
| getVersion () | |
| Returns version of numbering module. | |
Parent class to manage numbering of Sale Orders.
Definition at line 86 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.
Reimplemented in mod_commande_marbre.
Definition at line 133 of file modules_commande.php.
| ModeleNumRefCommandes::getExample | ( | ) |
Renvoie un exemple de numerotation.
Reimplemented in mod_commande_marbre, and mod_commande_saphir.
Definition at line 120 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 |
Reimplemented in mod_commande_marbre, and mod_commande_saphir.
Definition at line 145 of file modules_commande.php.
| ModeleNumRefCommandes::getVersion | ( | ) |
Returns version of numbering module.
Definition at line 156 of file modules_commande.php.
| ModeleNumRefCommandes::info | ( | ) |
Returns the default description of the numbering pattern.
Reimplemented in mod_commande_marbre, and mod_commande_saphir.
Definition at line 108 of file modules_commande.php.
| ModeleNumRefCommandes::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 98 of file modules_commande.php.