|
dolibarr
13.0.2
|
Classe du modele de numerotation de reference de bon de livraison Jade. More...
Inheritance diagram for mod_delivery_jade:
Collaboration diagram for mod_delivery_jade:Public Member Functions | |
| 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, $object) | |
| Return next free value. More... | |
| delivery_get_num ($objsoc=0, $object= '') | |
| Return next free ref. More... | |
Public Member Functions inherited from ModeleNumRefDeliveryOrder | |
| 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, $object) | |
| Renvoi prochaine valeur attribuee. More... | |
| getVersion () | |
| Renvoi version du module numerotation. More... | |
Classe du modele de numerotation de reference de bon de livraison Jade.
Definition at line 35 of file mod_delivery_jade.php.
| mod_delivery_jade::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Definition at line 90 of file mod_delivery_jade.php.
References $resql.
| mod_delivery_jade::delivery_get_num | ( | $objsoc = 0, |
|
$object = '' |
|||
| ) |
Return next free ref.
| Societe | $objsoc | Object thirdparty |
| Object | $object | Object livraison |
Definition at line 169 of file mod_delivery_jade.php.
References getNextValue().
| mod_delivery_jade::getExample | ( | ) |
Return an example of numbering.
Definition at line 79 of file mod_delivery_jade.php.
| mod_delivery_jade::getNextValue | ( | $objsoc, | |
| $object | |||
| ) |
Return next free value.
| Societe | $objsoc | Object thirdparty |
| Object | $object | Object we need next value for |
Definition at line 128 of file mod_delivery_jade.php.
References $resql, dol_now(), and dol_syslog().
Referenced by delivery_get_num().
| mod_delivery_jade::info | ( | ) |
Returns the description of the numbering model.
Definition at line 68 of file mod_delivery_jade.php.