Difference between revisions of "Table llx c tva"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
= Structure = | = Structure = | ||
+ | '''Version 1.3 2007/12/02''' | ||
+ | |||
{| align="left" width="100%" border="0" rules="all" cellpadding="1" cellspacing="0" style="margin: 0 0 1px 1px; border: 1px solid #dddddd; border-right-width: 2px; border-bottom-width: 2px; background-color: #f3f3f5" | {| align="left" width="100%" border="0" rules="all" cellpadding="1" cellspacing="0" style="margin: 0 0 1px 1px; border: 1px solid #dddddd; border-right-width: 2px; border-bottom-width: 2px; background-color: #f3f3f5" | ||
|style="background-color: #e9e9ef"| <b>Field</b> | |style="background-color: #e9e9ef"| <b>Field</b> | ||
Line 22: | Line 24: | ||
| rowid | | rowid | ||
| int(11) | | int(11) | ||
− | | | + | | NO |
| PRI | | PRI | ||
| NULL | | NULL | ||
Line 30: | Line 32: | ||
| fk_pays | | fk_pays | ||
| int(11) | | int(11) | ||
− | | | + | | NO |
| | | | ||
| | | | ||
Line 46: | Line 48: | ||
| recuperableonly | | recuperableonly | ||
| int(11) | | int(11) | ||
− | | | + | | NO |
| | | | ||
| 0 | | 0 | ||
Line 55: | Line 57: | ||
| varchar(128) | | varchar(128) | ||
| NULL | | NULL | ||
− | | | + | | NO |
| | | | ||
| | | | ||
Line 62: | Line 64: | ||
| active | | active | ||
| tinyint(4) | | tinyint(4) | ||
− | | | + | | NO |
| | | | ||
| 1 | | 1 | ||
| | | | ||
| Is the VAT active? | | Is the VAT active? | ||
− | |} | + | |} |
Revision as of 10:14, 8 October 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
Contient les taux de TVA applicables. Utilisé pour générer des listes déroulantes et trier des résultats.
Contains the possible VAT rates. Used to generate drop-down lists and filter results.
Contiene las tasas de IVA aplicables. Utilizada para generar las listas despleglables y filtar los resultados.
Structure
Version 1.3 2007/12/02
Field | Type | Null | Key | Default | Extra | Description |
rowid | int(11) | NO | PRI | NULL | auto_increment | technical index |
fk_pays | int(11) | NO | ID of related country (llx_c_pays->rowid) | |||
taux | double | YES | NULL | VAT rate | ||
recuperableonly | int(11) | NO | 0 | Is the VAT recuperable? | ||
note | varchar(128) | NULL | NO | comentary about VAT | ||
active | tinyint(4) | NO | 1 | Is the VAT active? |