Table llx livraison

From Dolibarr ERP CRM Wiki
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 delivery notes. The delivery notes details are in Table llx_livraisondet

Fr verysmall.png Contient les bons de livraison. Les lignes de détails des bons de livraison sont dans la Table llx_livraisondet

Es verysmall.png Contiene las notas de entrega. Los detalles de las entregas se encuentran en la Table llx_livraisondet

Structure

Table

Field Type Null Key Default Extra Description
rowid int(11) NO PRI auto_increment technical index
tms timestamp NO Current date Date of last modification. See page Field Tms.
ref varchar(30) NO UNI NULL delivery number
entity int(11) NO UNI 1 multi company id
ref_costumer varchar(30) YES NULL customer number
fk_soc int(11) YES MUL NULL ID of society affected (llx_societe->rowid)
date_creation datetime YES NULL date of creation
fk_user_author int(11) YES MUL NULL ID of user made the delivery (llx_user->rowid)
fk_user_valid int(11) YES MUL NULL ID of validator user of delivery (llx_user->rowid)
date_delivery date YES NULL date of delivery
fk_adresse_livraison int(11) YES MUL NULL ID of delivery adress (llx_societe_adresse_livraison->rowid)
statut smallint(6) YES 0 status of delivery
total_ht double(24,8) YES 0.00000000 total excluding tax
note text YES NULL comentary
note_public text YES NULL public comentary
model_pdf varchar(50) YES NULL Model PDF to print

 

Keys

Key Type Fields
PRIMARY PRIMARY rowid
idx_livraison_uk_ref UNIQUE ref,entity
idx_livraison_fk_soc MULTIPLE fk_soc
idx_livraison_fk_user_author MULTIPLE fk_user_author
idx_livraison_fk_user_valid MULTIPLE fk_user_valid
idx_livraison_fk_adresse_livraison MULTIPLE fk_adresse_livraison