Table llx c ecotaxe

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search


En verysmall.png The documentation related to other tables is available on the page: Table SQL
Fr verysmall.png La documentation relative aux autres tables est disponible sur la page: Table SQL
Es verysmall.png La documentación relativa a otras tablas se encuentra disponible en la página: Table SQL
De verysmall.png Eine Dokumentation zu weiteren Tabellen ist auf dieser Seite verfügbar: Table SQL
Cn verysmall.png与其他表相关的文档请参阅:Table SQL


Content/Contenu/Contenido

En verysmall.png Contains a list of ecotaxes for some countries. This table is not used for the moment.

Fr verysmall.png Contient une liste des ecotaxes pour certains pays. Cette table n'est pas utilisée pour le moment.

Es verysmall.png 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