dolibarr 21.0.0-alpha
|
Parent Class of numbering models of sending receipts references. More...
Public Member Functions | |
getNextValue ($objsoc, $shipment) | |
Return next value. | |
getExample () | |
Return an example of numbering. | |
Public Member Functions inherited from CommonNumRefGenerator | |
getNom ($langs) | |
Return model name. | |
getName ($langs) | |
Return model name. | |
isEnabled () | |
Return if a module can be used or not. | |
info ($langs) | |
Returns the default description of the numbering template. | |
canBeActivated ($object) | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
getVersion () | |
Returns version of numbering module. | |
Parent Class of numbering models of sending receipts references.
Definition at line 84 of file modules_expedition.php.
|
abstract |
Return an example of numbering.
Reimplemented in mod_expedition_ribera, and mod_expedition_safor.
|
abstract |
Return next value.
Societe | $objsoc | Third party object |
Expedition | $shipment | Shipment object |
Reimplemented in mod_expedition_ribera, and mod_expedition_safor.