dolibarr 18.0.6
|
Parent class of invoice reference numbering templates. 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, $invoice, $mode='next') | |
Renvoi prochaine valeur attribuee. | |
getVersion () | |
Renvoi version du modele de numerotation. | |
Parent class of invoice reference numbering templates.
Definition at line 254 of file modules_facture.php.
ModeleNumRefFactures::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Reimplemented in mod_facture_mars, and mod_facture_terre.
Definition at line 304 of file modules_facture.php.
ModeleNumRefFactures::getExample | ( | ) |
Return an example of numbering.
Reimplemented in mod_facture_mars, mod_facture_mercure, and mod_facture_terre.
Definition at line 291 of file modules_facture.php.
ModeleNumRefFactures::getNextValue | ( | $objsoc, | |
$invoice, | |||
$mode = 'next' ) |
Renvoi prochaine valeur attribuee.
Societe | $objsoc | Objet societe |
Facture | $invoice | Objet facture |
string | $mode | 'next' for next value or 'last' for last value |
Reimplemented in mod_facture_mars, mod_facture_mercure, and mod_facture_terre.
Definition at line 317 of file modules_facture.php.
ModeleNumRefFactures::getVersion | ( | ) |
Renvoi version du modele de numerotation.
Definition at line 328 of file modules_facture.php.
ModeleNumRefFactures::info | ( | ) |
Returns the default description of the numbering pattern.
Reimplemented in mod_facture_mars, mod_facture_mercure, and mod_facture_terre.
Definition at line 279 of file modules_facture.php.
ModeleNumRefFactures::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 269 of file modules_facture.php.