dolibarr
17.0.3
|
Parent class to manage numbering of Sale Orders. More...
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.
Reimplemented in mod_commande_marbre.
Definition at line 118 of file modules_commande.php.
ModeleNumRefCommandes::getExample | ( | ) |
Renvoie un exemple de numerotation.
Reimplemented in mod_commande_saphir, and mod_commande_marbre.
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 |
Reimplemented in mod_commande_marbre, and mod_commande_saphir.
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.
Reimplemented in mod_commande_marbre, and mod_commande_saphir.
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.