Table llx c ecotaxe
Jump to navigation
Jump to search
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 a list of ecotaxes for some countries. This table is not used for the moment.
Contient une liste des ecotaxes pour certains pays. Cette table n'est pas utilisée pour le moment.
Contiene la lista ecotasas de varios paises.
Structure
Table
Field | Type | Null | Key | Default | Extra | Description |
rowid | int(11) | NO | PRI | auto_increment | technical index | |
code | varchar(64) | NO | MUL | code for the translation and the internal reference | ||
libelle | varchar(255) | YES | NULL | label of ecotax | ||
price | double(24,8) | YES | NULL | Amount of ecotax (excluding tax) | ||
organization | varchar(255) | YES | NULL | agency administering the ecotax tariff | ||
fk_pays | int(11) | NO | ID of country related of the ecotax (llx_c_pays->row_id) | |||
active | tinyint(4) | NO | 1 | Is the ecotax active? |
Keys
Key | Type | Fields |
PRIMARY | PRIMARY | rowid |
uk_c_ecotaxe | UNIQUE | code |