Difference between revisions of "Table llx categorie fournisseur"
(→Note) |
|||
Line 13: | Line 13: | ||
= Structure = | = Structure = | ||
− | '''Version 1. | + | == Table == |
+ | '''Version 1.1 2009/10/07''' | ||
{| align="left" width="100%" border="0" rules="all" cellpadding="1" cellspacing="0" style="margin: 0 0 1px 1px; border: 1px solid #dddddd; border-right-width: 2px; border-bottom-width: 2px; background-color: #f3f3f5" | {| align="left" width="100%" border="0" rules="all" cellpadding="1" cellspacing="0" style="margin: 0 0 1px 1px; border: 1px solid #dddddd; border-right-width: 2px; border-bottom-width: 2px; background-color: #f3f3f5" | ||
|style="background-color: #e9e9ef"| <b>Field</b> | |style="background-color: #e9e9ef"| <b>Field</b> | ||
Line 26: | Line 27: | ||
| int(11) | | int(11) | ||
| NO | | NO | ||
− | | | + | | UNI |
| | | | ||
| | | | ||
Line 34: | Line 35: | ||
| int(11) | | int(11) | ||
| NO | | NO | ||
− | | | + | | UNI |
| | | | ||
| | | | ||
| ID of society ([[Table llx_societe|llx_societe]]->rowid) | | ID of society ([[Table llx_societe|llx_societe]]->rowid) | ||
+ | |} | ||
+ | == Keys == | ||
+ | '''Version 1.1 2009/10/07''' | ||
+ | {| align="left" width="100%" border="0" rules="all" cellpadding="1" cellspacing="0" style="margin: 0 0 1px 1px; border: 1px solid #dddddd; border-right-width: 2px; border-bottom-width: 2px; background-color: #f3f3f5" | ||
+ | |style="background-color: #e9e9ef"| <b>Key</b> | ||
+ | |style="background-color: #e9e9ef"| <b>Type</b> | ||
+ | |style="background-color: #e9e9ef"| <b>Fields</b> | ||
+ | |- | ||
+ | | fk_categorie | ||
+ | | UNIQUE | ||
+ | | fk_categorie,fk_societe | ||
|} | |} | ||
Revision as of 16:11, 19 October 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 a "n to m" relationship between providers (see Table llx_societe with fournisseur field set to 1) and the categories.
Contient une relation "n to m" entre les fournisseurs (Table llx_societe avec fournisseur=1) et les catégories.
Contiene una relación "n a m" entre los proveedores (ver Table llx_societe con el campo fournisseur a 1) y las categorías.
Structure
Table
Version 1.1 2009/10/07
Field | Type | Null | Key | Default | Extra | Description |
fk_categorie | int(11) | NO | UNI | ID of category (llx_categorie->rowid) | ||
fk_societe | int(11) | NO | UNI | ID of society (llx_societe->rowid) |
Keys
Version 1.1 2009/10/07
Key | Type | Fields |
fk_categorie | UNIQUE | fk_categorie,fk_societe |
Notes
It's the field "type" of the table llx_categorie which determines whether a category of suppliers or else, since the link is done with the table llx_societe which may also contain customers
C'est le champ "type" de la table llx_categorie qui détermine s'il s'agit d'une catégorie de fournisseurs ou d'autre chose, puisque le lien se fait avec la table llx_societe qui peut aussi contenir des clients
Es el campo "type" de la tabla llx_categorie quien determina si pertenece a una categoría de proveedores o no, ya que el enlace se realiza con la tabla llx_societe que puede también contener a los clientes