Difference between revisions of "Table llx contrat"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
= Structure =
 
= Structure =
 
== Table ==
 
== Table ==
'''Version 1.1 2009/10/07'''
+
{| align="left" width="100%" border="0" cellpadding="1" cellspacing="0" class="dolbox"
{| 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>
 
  |style="background-color: #e9e9ef"| <b>Type</b>
 
  |style="background-color: #e9e9ef"| <b>Type</b>
Line 174: Line 173:
  
 
== Keys ==
 
== Keys ==
'''Version 1.1 2009/10/07'''
+
{|  align="left" width="100%" border="0" cellpadding="1" cellspacing="0" class="dolbox"
{|  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>Key</b>
 
  |style="background-color: #e9e9ef"| <b>Type</b>
 
  |style="background-color: #e9e9ef"| <b>Type</b>

Revision as of 14:37, 19 July 2011


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 Contains the contrats. The contrats details are in Table llx_contratdet

Fr verysmall.png Contient des contrats, les détails du contrat sont dans la Table llx_contratdet

Es verysmall.png Contiene los contratos, los detalles de los contratos están en Table llx_contratdet

Structure

Table

Field Type Null Key Default Extra Description
rowid int(11) NO PRI auto_increment technical index
ref varchar(30) YES UNI NULL contrat reference
entity int(11) NO 1 See page Field Multi company id. (llx_entity->rowid)
ref_ext varchar(30) NO See page Field ref_ext.
tms timestamp NO CURRENT_TIMESTAMP last update date
date_c datetime YES NULL creation date
date_contract datetime YES NULL date of contract
statut smallint(6) YES 0 status of contract
mise_en_service datetime YES NULL date of contract activation
fin_validite datetime YES NULL date of end validation
date_cloture datetime YES NULL date of contract close
fk_soc int(11) NO MUL ID society (llx_societe->rowid)
fk_projet int(11) YES NULL ID of proyect (llx_projet->rowid)
fk_commercial_signature int(11) NO obsolete
fk_commercial_suivi int(11) NO obsolete
fk_user_author int(11) NO MUL 0 ID creator user (llx_user->rowid)
fk_user_mis_en_service int(11) YES NULL ID activator user (llx_user->rowid)
fk_user_cloture int(11) YES NULL ID closer user (llx_user->rowid)
note text YES NULL comentary
note_public text YES NULL public comentary

 

Keys

Key Type Fields
PRIMARY PRIMARY rowid
uk_contrat_ref UNIQUE ref,entity
idx_contrat_fk_soc MULTIPLE fk_soc
idx_contrat_fk_user_author MULTIPLE fk_user_author