26require_once DOL_DOCUMENT_ROOT.
'/core/modules/product_batch/modules_product_batch.class.php';
44 public $name =
'sn_free';
46 public $code_modifiable;
48 public $code_modifiable_invalide;
50 public $code_modifiable_null;
58 public $version =
'dolibarr';
72 $this->code_modifiable = 1;
73 $this->code_modifiable_invalide = 1;
74 $this->code_modifiable_null = 1;
85 public function info($langs)
88 $langs->load(
"companies");
89 return $langs->trans(
"LeopardNumRefModelDesc");
Parent class to manage numbering of batch products.
__construct()
Constructor.
info($langs)
Return description of module.
getNextValue($objsoc, $object)
Return an example of result returned by getNextValue.
getExample()
Return an example of numbering.