Table llx c typent

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search


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

En verysmall.png Is in this table who are the types of companies that we can choose in the editing interface to a company (a customer, third etc).

Fr verysmall.png C'est dans cette table que sont situés les types de société que l'on peut choisir dans l'interface lorsqu'on édite une société (un client, un tiers etc).

Es verysmall.png Es en esta tabla donde se situan los tipos de empresa que podremos escojer en el interface de edición de una empresa (un cliente, un tercero, etc).

Structure

Table

Field Type Null Key Default Extra Description
id int(11) NO PRI auto_increment technical index
code varchar(12) NO UNI code type of company
libelle varchar(30) YES NULL label type of company
active tinyint(4) NO 1 is the type of company active?

 

Keys

Key Type Fields
PRIMARY PRIMARY id
code UNIQUE code

 

Notes

En verysmall.png In llx_societe is the field fk_typent, linked to table llx_c_typent, to say whether the company is an "SME, TPE, etc ".

Fr verysmall.png Dans llx_societe il y a une fk_typent qui est liée à llx_c_typent pour dire si la société est une "PME, TPE, etc".

Es verysmall.png En llx_societe hay un campo fk_typent enlazado con la tabla llx_c_typent para indicar si la empresa es una "PYME, Autónomo, etc.".