Table llx product batch
The documentation related to other tables is available on the page: Table SQL
La documentation relative aux autres tables est disponible sur la page: Table SQL
La documentación relativa a otras tablas se encuentra disponible en la página: Table SQL
Eine Dokumentation zu weiteren Tabellen ist auf dieser Seite verfügbar: Table SQL
与其他表相关的文档请参阅:Table SQL
Content/Contenu/Contenido
Contains details of batch number. Each record is linked to the table llx_product_stock that track stock level for couple product-warehouse. Name of this table should be better to be llx_product_stock_batch because it is the detail of llx_product_stock for product that need lot/serial numbers. The correct name of this table should be llx_product_stock_lot.
Contient le détails des n° de lot. Chaque enregistrement est lié à la table llx_product_stock qui trace les niveaux de stock des couples produits-entrepôts. Le nom de cette table devrait être llx_product_stock_batch car c'est le détail des lots des produits en stocks pour les articles soumis à lot/série. Le nom correct de cette table aurait du etre llx_product_stock_lot.
Contiene los detalles del número de lote se adjunta a un producto en un almacén
Structure
Table
Field | Type | Null | Key | Default | Extra | Description |
rowid | int(11) | NO | PRI | auto_increment | technical index | |
tms | timestamp | NO | Current date | Date of last modification. See page Field Tms. | ||
fk_product_stock | int(11) | NO | MUL | ID of stock record in product-warehouse table (llx_product_stock->rowid) | ||
eatby | datetime | YES | NULL | eat-by date | ||
sellby | datetime | YES | NULL | sell-by date | ||
batch | varchar (30) | YES | NULL | batch number | ||
qty | double | NO | 0 | Stock level | ||
import_key | varchar(14) | YES | NULL | Code used to save the import id. See page Field Import key. |
Keys
Key | Type | Fields |
PRIMARY | PRIMARY | rowid |
ix_fk_product_stock | MULTIPLE | fk_product_stock |
Notes
This table is used to store the distribution of products within the same warehouse regarding their sell-by / eat-by date and batch number.
Cette table permet de stocker la répartition des produits à l’intérieur d'un même entrepôt suivant leur DLUO/DLC et N° de lot.
Esta tabla se utiliza para almacenar la distribución de los productos dentro del mismo depósito, luego de su BBD / DLC y número de lote.