Difference between revisions of "Table llx product fournisseur price"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
[[Category:Product]] | [[Category:Product]] | ||
[[Category:Productos]] | [[Category:Productos]] | ||
+ | [[Category:Fournisseur]] | ||
+ | [[Category:Supplier]] | ||
+ | [[Category:Proveedores]] | ||
{{ListOfTables}} | {{ListOfTables}} | ||
− | = Contenu = | + | = Content/Contenu/Contenido = |
+ | {{flag en}} Contains the price of products by each supplier. | ||
+ | {{flag fr}} Contient des produits prix par chaque fournisseur. | ||
+ | |||
+ | {{flag sp}} Contiene los precios de los productos de cada proveedor. | ||
= Structure = | = Structure = | ||
Line 26: | Line 33: | ||
| auto_increment | | auto_increment | ||
| technical index | | technical index | ||
+ | |- | ||
+ | | datec | ||
+ | | datetime | ||
+ | | YES | ||
+ | | | ||
+ | | NULL | ||
+ | | | ||
+ | | creation date | ||
+ | |- | ||
+ | | tms | ||
+ | | timestamp | ||
+ | | NO | ||
+ | | | ||
+ | | CURRENT_TIMESTAMP | ||
+ | | | ||
+ | | last update date | ||
+ | |- | ||
+ | | fk_product_fornisseur | ||
+ | | int(11) | ||
+ | | NO | ||
+ | | | ||
+ | | NULL | ||
+ | | | ||
+ | | ID of supplied product ([[Table llx_product_fournisseur|llx_product_fornisseur]]->rowid) | ||
+ | |- | ||
+ | | price | ||
+ | | double(28,10) | ||
+ | | YES | ||
+ | | | ||
+ | | 0 | ||
+ | | | ||
+ | | price | ||
+ | |- | ||
+ | | quantity | ||
+ | | double | ||
+ | | YES | ||
+ | | | ||
+ | | NULL | ||
+ | | | ||
+ | | quantity of product | ||
+ | |- | ||
+ | | unitprice | ||
+ | | double(28,10) | ||
+ | | YES | ||
+ | | | ||
+ | | 0 | ||
+ | | | ||
+ | | price unitary | ||
+ | |- | ||
+ | | fk_user | ||
+ | | int(11) | ||
+ | | YES | ||
+ | | | ||
+ | | NULL | ||
+ | | | ||
+ | | ID last modifier user ([[Table llx_user|llx_user]]->rowid) | ||
|} | |} |
Revision as of 08:31, 1 September 2009
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 des produits prix par chaque fournisseur.
Contiene los precios de los productos de cada proveedor.
Structure
Field | Type | Null | Key | Default | Extra | Description |
rowid | int(11) | PRI | NULL | auto_increment | technical index | |
datec | datetime | YES | NULL | creation date | ||
tms | timestamp | NO | CURRENT_TIMESTAMP | last update date | ||
fk_product_fornisseur | int(11) | NO | NULL | ID of supplied product (llx_product_fornisseur->rowid) | ||
price | double(28,10) | YES | 0 | price | ||
quantity | double | YES | NULL | quantity of product | ||
unitprice | double(28,10) | YES | 0 | price unitary | ||
fk_user | int(11) | YES | NULL | ID last modifier user (llx_user->rowid) |