Table llx expeditiondet
Jump to navigation
Jump to search
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 details of shipments. This table is linked to Table llx_expedition
Contient les detail des expeditions. Cette table est liée avec la Table llx_expedition
Contiene los detalles de las expediciones. Esta tabla está vinculado con Table llx_expedition
Structure
Table
Field | Type | Null | Key | Default | Extra | Description |
rowid | int(11) | NO | PRI | auto_increment | technical index | |
fk_expedition | int(11) | NO | MUL | ID of expedition (llx_expedition->rowid) | ||
fk_origin_line | int(11) | YES | NULL | Correspondence of the line with the original document (propal, order) | ||
fk_entrepot | int(11) | YES | NULL | ID of warehouse depart product (llx_entrepot->rowid) | ||
qty | real | YES | NULL | quantity of shipped product | ||
rang | int(11) | YES | 0 | order view |
Keys
Key | Type | Fields |
PRIMARY | PRIMARY | rowid |
idx_expeditiondet_fk_expedition | MULTIPLE | fk_expedition |