Difference between revisions of "Table llx commandedet"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
<pre> | <pre> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
rowid integer AUTO_INCREMENT PRIMARY KEY, | rowid integer AUTO_INCREMENT PRIMARY KEY, | ||
fk_commande integer, | fk_commande integer, | ||
Line 46: | Line 23: | ||
subprice real, -- prix avant remise | subprice real, -- prix avant remise | ||
price real -- prix final | price real -- prix final | ||
− | |||
− | |||
</pre> | </pre> |
Revision as of 00:43, 22 August 2007
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