Difference between revisions of "Table llx entrepot"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
= Structure = | = Structure = | ||
+ | == Table == | ||
+ | '''Version 1.1 2009/10/07''' | ||
{| 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" | {| 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> | ||
Line 23: | Line 25: | ||
| rowid | | rowid | ||
| int(11) | | int(11) | ||
− | | | + | | NO |
| PRI | | PRI | ||
− | | | + | | |
| auto_increment | | auto_increment | ||
| technical index | | technical index | ||
Line 39: | Line 41: | ||
| tms | | tms | ||
| timestamp | | timestamp | ||
− | | | + | | NO |
| | | | ||
| CURRENT_TIMESTAMP | | CURRENT_TIMESTAMP | ||
Line 47: | Line 49: | ||
| label | | label | ||
| varchar(255) | | varchar(255) | ||
− | | | + | | NO |
| UNI | | UNI | ||
| | | | ||
Line 55: | Line 57: | ||
| entity | | entity | ||
| int(11) | | int(11) | ||
− | | | + | | NO |
− | | | + | | UNI |
| 1 | | 1 | ||
| | | | ||
Line 107: | Line 109: | ||
| 0 | | 0 | ||
| | | | ||
− | | country of warehouse | + | | ID country of warehouse ([[Table llx_c_pays|llx_c_pays]]->rowid) |
|- | |- | ||
| statut | | statut | ||
Line 121: | Line 123: | ||
| YES | | YES | ||
| | | | ||
− | | | + | | NULL |
| | | | ||
| stock warehouse valorisation in PMP | | stock warehouse valorisation in PMP | ||
Line 132: | Line 134: | ||
| | | | ||
| ID of creator user ([[Table llx_user|llx_user]]->rowid) | | ID of creator user ([[Table llx_user|llx_user]]->rowid) | ||
− | |} | + | |} |
+ | == Keys == | ||
+ | '''Version 1.1 2009/10/07''' | ||
+ | {| 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>Type</b> | ||
+ | |style="background-color: #e9e9ef"| <b>Fields</b> | ||
+ | |- | ||
+ | | PRIMARY | ||
+ | | PRIMARY | ||
+ | | rowid | ||
+ | |- | ||
+ | | uk_entrepot_label | ||
+ | | UNIQUE | ||
+ | | label,entity | ||
+ | |} |
Revision as of 06:31, 21 October 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 list of warehouses and related localisation information.
Contient la liste des entrepôts et des informations de localisation les concernant
Contiene la lista de almacenes e información concerniente a sus localizaciones
Structure
Table
Version 1.1 2009/10/07
Field | Type | Null | Key | Default | Extra | Description |
rowid | int(11) | NO | PRI | auto_increment | technical index | |
datec | datetime | YES | NULL | creation date | ||
tms | timestamp | NO | CURRENT_TIMESTAMP | last update date | ||
label | varchar(255) | NO | UNI | label of warehouse | ||
entity | int(11) | NO | UNI | 1 | multi company id | |
description | text | YES | NULL | description of warehouse | ||
lieu | varchar(64) | YES | NULL | brief explanation of warehouse situation | ||
address | varchar(255) | YES | NULL | address of warehouse | ||
cp | varchar(10) | YES | NULL | postal code of warehouse | ||
ville | varchar(50) | YES | NULL | city of warehouse | ||
fk_pays | int(11) | YES | 0 | ID country of warehouse (llx_c_pays->rowid) | ||
statut | tinyint(4) | YES | 1 | is the warehouse open (1=open, 0=closed)? | ||
valo_pmp | float(12,4) | YES | NULL | stock warehouse valorisation in PMP | ||
fk_user_author | int(11) | YES | NULL | ID of creator user (llx_user->rowid) |
Keys
Version 1.1 2009/10/07
Key | Type | Fields |
PRIMARY | PRIMARY | rowid |
uk_entrepot_label | UNIQUE | label,entity |