Difference between revisions of "Module Lot / Serial (developer)"
Jump to navigation
Jump to search
m (→Tables SQL) |
m (Eldy moved page Module Lot/Serial (developer) to Module Lot / Serial (developer)) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
= Entity ProductBatch = | = Entity ProductBatch = | ||
This entity is used with stock and product. | This entity is used with stock and product. | ||
− | + | ||
{{TemplateDocDevEntityEn| | {{TemplateDocDevEntityEn| | ||
class=htdocs/product/class/productbatch.class.php}} | class=htdocs/product/class/productbatch.class.php}} | ||
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 a stock for each lot |
+ | * [[Table llx_product_lot|llx_product_lot]] Will contains properties of a lot |
Latest revision as of 14:23, 3 September 2020
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 a stock for each lot
- llx_product_lot Will contains properties of a lot