Table llx expeditiondet

From Dolibarr ERP CRM Wiki
(Redirected from Expeditiondet (Table SQL))
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 Contains the details of shipments. This table is linked to Table llx_expedition

Fr verysmall.png Contient les detail des expeditions. Cette table est liée avec la Table llx_expedition

Es verysmall.png 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