Difference between revisions of "Module Lot / Serial (developer)"
Jump to navigation
Jump to search
m (→Feature) |
m (→Tables SQL) |
||
Line 27: | Line 27: | ||
= Tables SQL = | = Tables SQL = | ||
− | * [[Table llx_product_batch|llx_product_batch]] Contains details of | + | * [[Table llx_product_batch|llx_product_batch]] Contains details of consumption by date / sale by date / batch number for product |
Revision as of 06:25, 7 June 2015
ProductBatch | |
---|---|
Numero/ID of module | 39000 |
User doc. of module | Module ProductBatch |
Developer doc. of module | This page |
Feature
The ProductBatch module allows you to manage batch number, consumption by date and sale by date for product.
Entity ProductBatch
This entity is used with stock and product. The PHP class to use to manipulate such object is file htdocs/product/class/productbatch.class.php.
It contains CRUD methods to create (C), read (R), update (U) and delete (D) this object.
Entity ExpeditionLigneBatch
This entity is used with shipment. The PHP class to use to manipulate such object is file htdocs/expedition/class/expeditionbatch.class.php.
It contains CRUD methods to create (C), read (R), update (U) and delete (D) this object.
Permissions
No specific permission.
Tables SQL
- llx_product_batch Contains details of consumption by date / sale by date / batch number for product