Table llx entity


En verysmall.png The documentation related to other tables is available on the page: Table SQL
Fr verysmall.png La documentation relative aux autres tables est disponible sur la page: Table SQL
Es verysmall.png La documentación relativa a otras tablas se encuentra disponible en la página: Table SQL
De verysmall.png Eine Dokumentation zu weiteren Tabellen ist auf dieser Seite verfügbar: Table SQL
Cn verysmall.png与其他表相关的文档请参阅:Table SQL


Content/Contenu/Contenido

  Contains list of companies for the combo box on logon page when module multicompany is enabled.

  Contient la list des sociétés à afficher dans la liste déroulant sur la page de logon quand le module multisociété est activé.

  Contiene el listado de empresas a mostrar en la lista desplegable de la página del logon cuando el módulo multiempresa se encuentra activado.

Structure

Table

Field Type Null Key Default Extra Description
rowid int(11) NO PRI auto_increment technical index
tms timestamp NO Current date Date of last modification. See page Field Tms.
label varchar(255) NO entity title
description text YES NULL entity description
datec date YES NULL date creation
fk_user_creat int(11) YES NULL ID of creator user (llx_user->rowid)
visible tinyint(4) NO 1 is the entity visible?
active tinyint(4) NO 1 is the entity active?

 

Keys

Key Type Fields
PRIMARY PRIMARY rowid