dolibarr 18.0.6
|
Classe mere des modeles de numerotation des references de propales. More...
Public Member Functions | |
isEnabled () | |
Return if a module can be used or not. | |
info () | |
Returns the default description of the numbering pattern. | |
getExample () | |
Return an example of numbering. | |
canBeActivated () | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
getNextValue ($objsoc, $supplier_proposal) | |
Renvoi prochaine valeur attribuee. | |
getVersion () | |
Renvoi version du module numerotation. | |
Classe mere des modeles de numerotation des references de propales.
Definition at line 70 of file modules_supplier_proposal.php.
ModeleNumRefSupplierProposal::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Reimplemented in mod_supplier_proposal_marbre.
Definition at line 120 of file modules_supplier_proposal.php.
ModeleNumRefSupplierProposal::getExample | ( | ) |
Return an example of numbering.
Reimplemented in mod_supplier_proposal_marbre, and mod_supplier_proposal_saphir.
Definition at line 107 of file modules_supplier_proposal.php.
ModeleNumRefSupplierProposal::getNextValue | ( | $objsoc, | |
$supplier_proposal ) |
Renvoi prochaine valeur attribuee.
Societe | $objsoc | Object third party |
SupplierProposal | $supplier_proposal | Object commercial proposal |
Reimplemented in mod_supplier_proposal_marbre, and mod_supplier_proposal_saphir.
Definition at line 132 of file modules_supplier_proposal.php.
ModeleNumRefSupplierProposal::getVersion | ( | ) |
Renvoi version du module numerotation.
Definition at line 143 of file modules_supplier_proposal.php.
ModeleNumRefSupplierProposal::info | ( | ) |
Returns the default description of the numbering pattern.
Reimplemented in mod_supplier_proposal_marbre, and mod_supplier_proposal_saphir.
Definition at line 95 of file modules_supplier_proposal.php.
ModeleNumRefSupplierProposal::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 85 of file modules_supplier_proposal.php.