Table llx c type contact

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 This table contains the contact types (for invoicing, contracts,...).

Fr verysmall.png Cette table contient les types des contacts (pour facturer, contracts...).

Es verysmall.png Esta tabla contiene los tipos contactos (para facturar, contratos...).

Structure

Table

Field Type Null Key Default Extra Description
rowid int(11) NO PRI auto_increment technical index
element varchar(30) NO UNI element type of contact ("contract", "invoice"... see above)
source varchar(8) NO UNI external source type of contact
code varchar(16) NO UNI code type of contact
libelle varchar(64) NO label type of contact
active tinyint(4) NO 1 is the type of contact active?

 

Keys

Key Type Fields
PRIMARY PRIMARY rowid
idx_c_type_contact_uk UNIQUE element, source, code

 

Notes

En verysmall.png Here is the list of types to use for define the entity to its related id.

  • "intervention" : In this case the id must be an id of the table llx_fichinter
  • "invoice" : In this case the id must be an id of the table llx_facture
  • "supplier_invoice" : In this case the id must be an id of the table llx_facture_fournisseur
  • "contract" : In this case the id must be an id of the table llx_contrat.
  • "order" : In this case the id must be an id of the table llx_commande
  • "supplier_order" : In this case the id must be an id of the table llx_commande_fournisseur
  • "member" : In this case the id must be an id of the table llx_adherent
  • "propal" : In this case the id must be an id of the table llx_propal
  • "sending" : In this case the id must be an id of the table llx_expedition
  • "delivery" : In this case the id must be an id of the table llx_livraison

Fr verysmall.png Voici la liste des types utilisables pour définir l'entité à laquelle se rapport l'id.

  • "intervention" : Dans ce cas le champ id doit être un id de la table llx_fichinter
  • "invoice" : Dans ce cas le champ id doit être un id de la table llx_facture
  • "supplier_invoice" : Dans ce cas le champ id doit être un id de la table llx_facture_fournisseur
  • "contract" : Dans ce cas le champ doit être un id de la table llx_contrat.
  • "order" : Dans ce cas le champ doit être un id de la table llx_commande
  • "supplier_order" : Dans ce cas le champ doit être un id de la table llx_commande_fournisseur
  • "member" : Dans ce cas le champ doit être un id de la table llx_adherent
  • "propal" : Dans ce cas le champ doit être un id de la table llx_propal
  • "sending" : Dans ce cas le champ doit être un id de la table llx_expedition
  • "delivery" : Dans ce cas le champ doit être un id de la table llx_livraison

Es verysmall.png Listado de los tipos utilizables para definir la entidad con la que se relaciona el id.

  • "intervention" : En este caso el campo id debe de ser un id de la tabla llx_fichinter
  • "invoice" : En este caso el campo id debe de ser un id de la tabla llx_facture
  • "supplier_invoice" : En este caso el campo id debe de ser un id de la tabla llx_facture_fournisseur
  • "contract" : En este caso el campo id debe de ser un id de la tabla llx_contrat.
  • "order" : En este caso el campo id debe de ser un id de la tabla llx_commande
  • "supplier_order" : En este caso el campo id debe de ser un id de la tabla llx_commande_fournisseur
  • "member" : En este caso el campo id debe de ser un id de la tabla llx_adherent
  • "propal" : En este caso el campo id debe de ser un id de la tabla llx_propal
  • "sending" : En este caso el campo id debe de ser un id de la tabla llx_expedition
  • "delivery" : En este caso el campo id debe de ser un id de la tabla llx_livraison