Table llx product stock


En verysmall.png The documentation related to other tables is available on the page: Table SQL
Fr verysmall.png La documentation relative aux autres tables est disponible sur la page: Table SQL
Es verysmall.png La documentación relativa a otras tablas se encuentra disponible en la página: Table SQL
De verysmall.png Eine Dokumentation zu weiteren Tabellen ist auf dieser Seite verfügbar: Table SQL
Cn verysmall.png与其他表相关的文档请参阅:Table SQL


Content/Contenu/Contenido

  Contains the stock levels related to products (and warehouses where they are stored)

  Contient les stocks rattachés à un produit (et aux entrepôts dans lesquels il est stocké)

  Contiene los stocks relacionados con un producto (y los almacenes donde está ubicado)

Structure

Table

Field Type Null Key Default Extra Description
rowid integer NO PRI auto_increment Technical index
tms timestamp NO Current date Date of last modification. See page Field Tms.
fk_product int(11) NO MUL ID of product (llx_product->rowid)
fk_entrepot int(11) NO MUL ID of warehouse (llx_entrepot->rowid)
reel real YES NULL Physical stock
pmp double(24,8) NO 0.00000000 Deprecated. Not used.

 

Keys

Key Type Fields
PRIMARY PRIMARY rowid
uk_product_stock UNIQUE fk_product, fk_entrepot
idx_product_stock_fk_product MULTIPLE fk_product
idx_product_stock_fk_entrepot MULTIPLE fk_entrepot