Difference between revisions of "Table llx fichinter"
Jump to navigation
Jump to search
Line 31: | Line 31: | ||
| auto_increment | | auto_increment | ||
| technical index | | technical index | ||
+ | |- | ||
+ | | fk_soc | ||
+ | | int(11) | ||
+ | | YES | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | ID of related society ([[Table llx_societe|llx_societe]]->rowid) | ||
+ | |- | ||
+ | | fk_projet | ||
+ | | int(11) | ||
+ | | YES | ||
+ | | | ||
+ | | 0 | ||
+ | | | ||
+ | | ID of related proyect ([[Table llx_projet|llx_projet]]->rowid) | ||
+ | |- | ||
+ | | fk_contract | ||
+ | | int(11) | ||
+ | | YES | ||
+ | | | ||
+ | | 0 | ||
+ | | | ||
+ | | ID of related contract ([[Table llx_contrat|llx_contrat]]->rowid) | ||
+ | |- | ||
+ | | ref | ||
+ | | varchar(30) | ||
+ | | no | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | contrat reference | ||
+ | |- | ||
+ | | entity | ||
+ | | int(11) | ||
+ | | | ||
+ | | | ||
+ | | 1 | ||
+ | | | ||
+ | | multi company id | ||
+ | |- | ||
+ | | tms | ||
+ | | timestamp | ||
+ | | NO | ||
+ | | | ||
+ | | CURRENT_TIMESTAMP | ||
+ | | | ||
+ | | last update date | ||
+ | |- | ||
+ | | date_c | ||
+ | | datetime | ||
+ | | YES | ||
+ | | | ||
+ | | NULL | ||
+ | | | ||
+ | | creation date | ||
+ | |- | ||
+ | | date_valid | ||
+ | | datetime | ||
+ | | YES | ||
+ | | | ||
+ | | NULL | ||
+ | | | ||
+ | | validation date | ||
+ | |- | ||
+ | | datei | ||
+ | | date | ||
+ | | YES | ||
+ | | | ||
+ | | NULL | ||
+ | | | ||
+ | | livration date | ||
+ | |- | ||
+ | | fk_user_author | ||
+ | | int(11) | ||
+ | | YES | ||
+ | | | ||
+ | | NULL | ||
+ | | | ||
+ | | ID creator user ([[Table llx_user|llx_user]]->rowid) | ||
+ | |- | ||
+ | | fk_user_valid | ||
+ | | int(11) | ||
+ | | YES | ||
+ | | | ||
+ | | NULL | ||
+ | | | ||
+ | | ID validator user ([[Table llx_user|llx_user]]->rowid) | ||
+ | |- | ||
+ | | fk_statut | ||
+ | | smallint(6) | ||
+ | | YES | ||
+ | | | ||
+ | | 0 | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | duree | ||
+ | | double | ||
+ | | YES | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | intervention duration | ||
+ | |- | ||
+ | | description | ||
+ | | text | ||
+ | | YES | ||
+ | | | ||
+ | | NULL | ||
+ | | | ||
+ | | comentary | ||
+ | |- | ||
+ | | note_private | ||
+ | | text | ||
+ | | YES | ||
+ | | | ||
+ | | NULL | ||
+ | | | ||
+ | | comentary | ||
+ | |- | ||
+ | | note_public | ||
+ | | text | ||
+ | | YES | ||
+ | | | ||
+ | | NULL | ||
+ | | | ||
+ | | public comentary | ||
+ | |- | ||
+ | | model_pdf | ||
+ | | varchar(50) | ||
+ | | YES | ||
+ | | | ||
+ | | NULL | ||
+ | | | ||
+ | | Model PDF to print | ||
|} | |} |
Revision as of 15:13, 13 July 2009
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 interventions of the interventions module.
Cette table contient les enregistrements des interventions du module interventions.
Contiene los registros de intervenciones del módulo intervenciones.
Structure
Field | Type | Null | Key | Default | Extra | Description |
rowid | int(11) | PRI | NULL | auto_increment | technical index | |
fk_soc | int(11) | YES | ID of related society (llx_societe->rowid) | |||
fk_projet | int(11) | YES | 0 | ID of related proyect (llx_projet->rowid) | ||
fk_contract | int(11) | YES | 0 | ID of related contract (llx_contrat->rowid) | ||
ref | varchar(30) | no | contrat reference | |||
entity | int(11) | 1 | multi company id | |||
tms | timestamp | NO | CURRENT_TIMESTAMP | last update date | ||
date_c | datetime | YES | NULL | creation date | ||
date_valid | datetime | YES | NULL | validation date | ||
datei | date | YES | NULL | livration date | ||
fk_user_author | int(11) | YES | NULL | ID creator user (llx_user->rowid) | ||
fk_user_valid | int(11) | YES | NULL | ID validator user (llx_user->rowid) | ||
fk_statut | smallint(6) | YES | 0 | |||
duree | double | YES | intervention duration | |||
description | text | YES | NULL | comentary | ||
note_private | text | YES | NULL | comentary | ||
note_public | text | YES | NULL | public comentary | ||
model_pdf | varchar(50) | YES | NULL | Model PDF to print |