Difference between revisions of "Table llx facturedet"
Jump to navigation
Jump to search
Line 38: | Line 38: | ||
| 0 | | 0 | ||
| | | | ||
− | | ID of facture | + | | ID of facture ([[Table llx_facture|Table llx_facture]]->rowid) |
|- | |- | ||
| fk_product | | fk_product | ||
Line 46: | Line 46: | ||
| NULL | | NULL | ||
| | | | ||
− | | ID of product | + | | ID of product ([[Table llx_product|Table llx_product]]->rowid) |
|- | |- | ||
| description | | description | ||
Line 62: | Line 62: | ||
| NULL | | NULL | ||
| | | | ||
− | | | + | | line VAT taxes |
|- | |- | ||
| qty | | qty | ||
Line 70: | Line 70: | ||
| NULL | | NULL | ||
| | | | ||
− | | | + | | quantity of the product or service |
|- | |- | ||
| remise_percent | | remise_percent | ||
Line 78: | Line 78: | ||
| 0 | | 0 | ||
| | | | ||
− | | | + | | discount percentage |
|- | |- | ||
| remise | | remise | ||
Line 86: | Line 86: | ||
| 0 | | 0 | ||
| | | | ||
− | | | + | | discount amount |
|- | |- | ||
| fk_remise_except | | fk_remise_except | ||
Line 94: | Line 94: | ||
| NULL | | NULL | ||
| | | | ||
− | | | + | | ID of discount ([[Table llx_societe_remise_except|llx_societe_remise_except]]->rowid) |
|- | |- | ||
| subprice | | subprice | ||
Line 102: | Line 102: | ||
| NULL | | NULL | ||
| | | | ||
− | | | + | | price before discount |
|- | |- | ||
| price | | price | ||
Line 110: | Line 110: | ||
| NULL | | NULL | ||
| | | | ||
− | | | + | | final price |
|- | |- | ||
| total_ht | | total_ht | ||
Line 118: | Line 118: | ||
| NULL | | NULL | ||
| | | | ||
− | | | + | | total excluding taxex |
|- | |- | ||
| total_tva | | total_tva | ||
Line 126: | Line 126: | ||
| NULL | | NULL | ||
| | | | ||
− | | | + | | total tax |
|- | |- | ||
| total_ttc | | total_ttc | ||
Line 134: | Line 134: | ||
| NULL | | NULL | ||
| | | | ||
− | | | + | | total with tax |
|- | |- | ||
| date_start | | date_start | ||
Line 142: | Line 142: | ||
| NULL | | NULL | ||
| | | | ||
− | | | + | | start date if service |
|- | |- | ||
| date_end | | date_end | ||
Line 150: | Line 150: | ||
| NULL | | NULL | ||
| | | | ||
− | | | + | | end date if service |
|- | |- | ||
| info_bits | | info_bits | ||
Line 158: | Line 158: | ||
| 0 | | 0 | ||
| | | | ||
− | | | + | | TVA NPR or not |
|- | |- | ||
| fk_code_ventilation | | fk_code_ventilation | ||
Line 166: | Line 166: | ||
| 0 | | 0 | ||
| | | | ||
− | | | + | | |
|- | |- | ||
| fk_export_compta | | fk_export_compta | ||
Line 174: | Line 174: | ||
| 0 | | 0 | ||
| | | | ||
− | | | + | | ID of acountacy export ([[Table llx_export_compta|llx_export_compta]]->rowid) |
|- | |- | ||
| rang | | rang | ||
Line 182: | Line 182: | ||
| 0 | | 0 | ||
| | | | ||
− | | | + | | view order |
|} | |} |
Revision as of 13:07, 7 July 2009
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 lines of customer invoices, this table is linked with Table llx_facture.
Contient les lignes des factures clients, , cette table est liée avec la Table llx_facture.
Contiene las líneas de las facturas a clientes, esta tabla está vinculada con Table llx_facture.
Structure
Field | Type | Null | Key | Default | Extra | Description |
rowid | int(11) | PRI | NULL | auto_increment | technical index | |
fk_facture | int(11) | MUL | 0 | ID of facture (Table llx_facture->rowid) | ||
fk_product | int(11) | YES | NULL | ID of product (Table llx_product->rowid) | ||
description | text | YES | NULL | description of customer invoice line | ||
tva_taux | double | YES | NULL | line VAT taxes | ||
qty | double | YES | NULL | quantity of the product or service | ||
remise_percent | double | YES | 0 | discount percentage | ||
remise | double | YES | 0 | discount amount | ||
fk_remise_except | int(11) | YES | NULL | ID of discount (llx_societe_remise_except->rowid) | ||
subprice | double | YES | NULL | price before discount | ||
price | double | YES | NULL | final price | ||
total_ht | double | YES | NULL | total excluding taxex | ||
total_tva | double | YES | NULL | total tax | ||
total_ttc | double | YES | NULL | total with tax | ||
date_start | datetime | YES | NULL | start date if service | ||
date_end | datetime | YES | NULL | end date if service | ||
info_bits | int(11) | YES | 0 | TVA NPR or not | ||
fk_code_ventilation | int(11) | 0 | ||||
fk_export_compta | int(11) | 0 | ID of acountacy export (llx_export_compta->rowid) | |||
rang | int(11) | YES | 0 | view order |