dolibarr
x.y.z
|
Parent class to manage numbering of Sale Orders. More...
Public Member Functions | |
isEnabled () | |
Return if a module can be used or not. More... | |
info () | |
Returns the default description of the numbering pattern. 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 69 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 116 of file modules_commande.php.
ModeleNumRefCommandes::getExample | ( | ) |
Renvoie un exemple de numerotation.
Reimplemented in mod_commande_saphir, and mod_commande_marbre.
Definition at line 103 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_saphir, and mod_commande_marbre.
Definition at line 128 of file modules_commande.php.
ModeleNumRefCommandes::getVersion | ( | ) |
Returns version of numbering module.
Definition at line 139 of file modules_commande.php.
ModeleNumRefCommandes::info | ( | ) |
Returns the default description of the numbering pattern.
Reimplemented in mod_commande_saphir, and mod_commande_marbre.
Definition at line 91 of file modules_commande.php.
ModeleNumRefCommandes::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 81 of file modules_commande.php.