Table llx categorie
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 categories used for the various objects of Dolibarr (providers, products, clients, ...)
Contient les différentes catégories des différents "objets" de Dolibarr (fournisseurs, produits, clients, ...)
Contiene las diferentes categorías de los diferentes "objetos" de Dolibarr (proveedores, productos, clientes, etc)
Structure
Table
Field | Type | Null | Key | Default | Extra | Description |
rowid | int(11) | NO | PRI | auto_increment | technical index | |
ref_ext | varchar(255) | YES | External ref | |||
entity | int(11) | NO | UNI | 1 | multi company id | |
fk_parent | int(11) | YES | UNI | NULL | Parent tag of this tag | |
label | varchar(255) | YES | UNI | NULL | label (name) | |
type | tinyint(4) | NO | UNI | 1 | type of object of this category (0=products, suppliers=2 ,...) | |
description | text | YES | NULL | description a little longer. May contain HTML Code | ||
fk_soc | int(11) | YES | NULL | Not used. Used only when option CATEGORY_ASSIGNED_TO_A_CUSTOMER is set. | ||
visible | tinyint(4) | NO | 1 | visibility (0=hidden, 1=visible) | ||
color | varchar(8) | NO | color for tag |
Keys
Key | Type | Fields |
PRIMARY | PRIMARY | rowid |
uk_categorie_ref | UNIQUE | entity,fk_parent,label,type |
idx_categorie_type | MULTIPLE | type |
idx_categorie_label | MULTIPLE | type |