27require_once DOL_DOCUMENT_ROOT.
'/core/modules/product_batch/modules_product_batch.class.php';
45 public $name =
'lot_free';
50 public $code_modifiable;
52 public $code_modifiable_invalide;
54 public $code_modifiable_null;
62 public $version =
'dolibarr';
76 $this->code_modifiable = 1;
77 $this->code_modifiable_invalide = 1;
78 $this->code_modifiable_null = 1;
91 $langs->load(
"companies");
92 return $langs->trans(
"LeopardNumRefModelDesc");
Parent class to manage numbering of batch products.
Class allowing lot_free management of batch numbers.
__construct()
Constructor.
info()
Return description of module.
getNextValue($objsoc, $object)
Return an example of result returned by getNextValue.