dolibarr 18.0.6
|
Class to manage invoice numbering rules Mars. More...
Public Member Functions | |
__construct () | |
Constructor. | |
info () | |
Returns the description of the numbering model. | |
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') | |
Return next value not used or last value used. | |
getNumRef ($objsoc, $objforref, $mode='next') | |
Return next free value. | |
Public Member Functions inherited from ModeleNumRefFactures | |
isEnabled () | |
Return if a module can be used or not. | |
getVersion () | |
Renvoi version du modele de numerotation. | |
Class to manage invoice numbering rules Mars.
Definition at line 31 of file mod_facture_mars.php.
mod_facture_mars::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Reimplemented from ModeleNumRefFactures.
Definition at line 100 of file mod_facture_mars.php.
mod_facture_mars::getExample | ( | ) |
Return an example of numbering.
Reimplemented from ModeleNumRefFactures.
Definition at line 89 of file mod_facture_mars.php.
mod_facture_mars::getNextValue | ( | $objsoc, | |
$invoice, | |||
$mode = 'next' ) |
Return next value not used or last value used.
Societe | $objsoc | Object third party |
Facture | $invoice | Object invoice |
string | $mode | 'next' for next value or 'last' for last value |
Reimplemented from ModeleNumRefFactures.
Definition at line 163 of file mod_facture_mars.php.
References dol_print_error(), and dol_syslog().
Referenced by getNumRef().
mod_facture_mars::getNumRef | ( | $objsoc, | |
$objforref, | |||
$mode = 'next' ) |
Return next free value.
Societe | $objsoc | Object third party |
string | $objforref | Object for number to search |
string | $mode | 'next' for next value or 'last' for last value |
Definition at line 248 of file mod_facture_mars.php.
References getNextValue().
mod_facture_mars::info | ( | ) |
Returns the description of the numbering model.
Reimplemented from ModeleNumRefFactures.
Definition at line 77 of file mod_facture_mars.php.