Difference between revisions of "Table llx product fournisseur price"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
= Structure = | = Structure = | ||
== Table == | == Table == | ||
− | + | {| align="left" width="100%" border="0" cellpadding="1" cellspacing="0" class="dolbox" | |
− | {| align="left" width="100%" border="0 | ||
|style="background-color: #e9e9ef"| <b>Field</b> | |style="background-color: #e9e9ef"| <b>Field</b> | ||
|style="background-color: #e9e9ef"| <b>Type</b> | |style="background-color: #e9e9ef"| <b>Type</b> | ||
Line 93: | Line 92: | ||
|} | |} | ||
== Keys == | == Keys == | ||
− | + | {| align="left" width="100%" border="0" cellpadding="1" cellspacing="0" class="dolbox" | |
− | {| align="left" width="100%" border="0 | ||
|style="background-color: #e9e9ef"| <b>Key</b> | |style="background-color: #e9e9ef"| <b>Key</b> | ||
|style="background-color: #e9e9ef"| <b>Type</b> | |style="background-color: #e9e9ef"| <b>Type</b> |
Revision as of 15:40, 19 July 2011
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 price of products by each supplier.
Contient les prix des produits de chaque fournisseur.
Contiene los 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 | ||
tms | timestamp | NO | CURRENT_TIMESTAMP | last update date | ||
fk_product_fornisseur | int(11) | NO | MUL | NULL | ID of supplied product (llx_product_fornisseur->rowid) | |
price | double(24,8) | YES | 0,00000000 | price | ||
quantity | double | YES | NULL | quantity of product | ||
unitprice | double(24,8) | YES | 0.00000000 | price unitary | ||
fk_user | int(11) | YES | MUL | NULL | ID last modifier user (llx_user->rowid) |
Keys
Key | Type | Fields |
PRIMARY | PRIMARY | rowid |
idx_product_fournisseur_price_fk_user | MULTIPLE | fk_user |
idx_product_fournisseur_price_fk_product_fournisseur | MULTIPLE | fk_product_fournisseur |