|
dolibarr
13.0.2
|
Class to manage invoice numbering rules Mars. More...
Inheritance diagram for mod_facture_mars:
Collaboration diagram for mod_facture_mars:Public Member Functions | |
| __construct () | |
| Constructor. | |
| info () | |
| Returns the description of the numbering model. More... | |
| getExample () | |
| Return an example of numbering. More... | |
| canBeActivated () | |
| Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. More... | |
| getNextValue ($objsoc, $invoice, $mode= 'next') | |
| Return next value not used or last value used. More... | |
| getNumRef ($objsoc, $objforref, $mode= 'next') | |
| Return next free value. More... | |
Public Member Functions inherited from ModeleNumRefFactures | |
| isEnabled () | |
| Return if a module can be used or not. More... | |
| info () | |
| Renvoi la description par defaut du modele de numerotation. More... | |
| getExample () | |
| Return an example of numbering. More... | |
| canBeActivated () | |
| Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. More... | |
| getNextValue ($objsoc, $facture) | |
| Renvoi prochaine valeur attribuee. More... | |
| getVersion () | |
| Renvoi version du modele de numerotation. More... | |
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.
Definition at line 92 of file mod_facture_mars.php.
References $resql.
| mod_facture_mars::getExample | ( | ) |
Return an example of numbering.
Definition at line 81 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 |
Definition at line 152 of file mod_facture_mars.php.
References $resql, 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 221 of file mod_facture_mars.php.
References getNextValue().
| mod_facture_mars::info | ( | ) |
Returns the description of the numbering model.
Definition at line 69 of file mod_facture_mars.php.