Table llx commandedet

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search

Catégorie:Table SQL

 La documentation relative aux autres tables est disponible sur la page Liste des tables
 The documentation related to other tables is available on the tables list page: Liste des tables

Contenu

Détails des commandes clients, cette table est liée avec la Table llx_commande

Contains details of customer orders. This table is linked to Table llx_commande

Structure

  rowid          integer AUTO_INCREMENT PRIMARY KEY,
  fk_commande    integer,
  fk_product     integer,
  label          varchar(255),
  description    text,
  tva_tx         real DEFAULT 19.6, -- taux tva
  qty            real,              -- quantit
  remise_percent real DEFAULT 0,    -- pourcentage de remise
  remise         real DEFAULT 0,    -- montant de la remise
  subprice       real,              -- prix avant remise
  price          real               -- prix final