Table llx product fournisseur price log
Jump to navigation
Jump to search
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 the log of prices of products by each supplier.
Contient les logs des prix des produits de chaque fournisseur.
Contiene los logs de precios de los productos de cada proveedor.
Structure
Table
Field | Type | Null | Key | Default | Extra | Description |
rowid | int(11) | NO | PRI | auto_increment | technical index | |
datec | datetime | YES | NULL | creation date | ||
fk_product_fornisseur | int(11) | NO | ID of supplied product (llx_product_fornisseur->rowid) | |||
price | double(24,8) | YES | 0.00000000 | price | ||
quantity | double | YES | NULL | quantity of product | ||
fk_user | int(11) | YES | NULL | ID last modifier user (llx_user->rowid) |
Keys
Key | Type | Fields |
PRIMARY | PRIMARY | rowid |