Changes

Line 3: Line 3:  
{{ListOfTables}}
 
{{ListOfTables}}
   −
= Contenu =
+
= Content/Contenu/Contenido =
 +
{{flag en}} Contains the list of currencies proposed to the user. To date (version 2.1), only used to ask the installator what currency to use globally.
    
{{flag fr}} Contient les différentes devises proposées à l'utilisateur. Uniquement utilisée à ce jour (version 2.1) au moment de l'installation pour demander quelle devise utiliser partout pour la suite.
 
{{flag fr}} Contient les différentes devises proposées à l'utilisateur. Uniquement utilisée à ce jour (version 2.1) au moment de l'installation pour demander quelle devise utiliser partout pour la suite.
   −
{{flag en}} Contains the list of currencies proposed to the user. To date (version 2.1), only used to ask the installator what currency to use globally.
+
{{flag sp}} Contiene la lista de las divisas propuestas al usuario. A día de hoy (versión 2.1), se usa para preguntar al instalador que divisa usaremos globalmente.
 
  −
{{flag sp}} Contiene la lista de las divisas propuestas al usuario. Ha día de hoy (versión 2.1), se usa para preguntar al instalador que divisa usaremos globalmente.
      
= Structure =
 
= Structure =
{|  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"
+
== Table ==
 +
{|  align="left" width="100%" border="0" rules="all" cellpadding="1" cellspacing="0" class="dolbox"
 
  |style="background-color: #e9e9ef"| <b>Field</b>
 
  |style="background-color: #e9e9ef"| <b>Field</b>
 
  |style="background-color: #e9e9ef"| <b>Type</b>
 
  |style="background-color: #e9e9ef"| <b>Type</b>
Line 21: Line 21:  
  |style="background-color: #e9e9ef"| <b>Description</b>
 
  |style="background-color: #e9e9ef"| <b>Description</b>
 
|-  
 
|-  
| rowid
+
| code
| int(11)  
+
| varchar(2)  
| &nbsp;
+
| NO
 
| PRI
 
| PRI
 +
|
 +
|
 +
| code of currency
 +
|-
 +
| code_iso
 +
| varchar(3)
 +
| NO
 +
| UNI
 +
|
 +
|
 +
| code iso of currency
 +
|- 
 +
| label
 +
| varchar(64)
 +
| YES
 +
|
 +
| NULL
 +
|
 +
| label of currency
 +
|- 
 +
| labelsing
 +
| varchar(64)
 +
| YES
 +
|
 
| NULL
 
| NULL
| auto_increment
+
|  
| technical index
+
|  
|}
+
|-
 +
| active
 +
| tinyint(4)
 +
| NO
 +
|
 +
| 1
 +
|
 +
| is the currency active?
 +
|}&nbsp;
 +
 
 +
== Keys ==
 +
{|  align="left" width="100%" border="0" cellpadding="1" cellspacing="0" class="dolbox"
 +
|style="background-color: #e9e9ef"| <b>Key</b>
 +
|style="background-color: #e9e9ef"| <b>Type</b>
 +
|style="background-color: #e9e9ef"| <b>Fields</b>
 +
|-
 +
| PRIMARY
 +
| PRIMARY
 +
| code
 +
|-
 +
| uk_c_currencies_code_iso
 +
| UNIQUE
 +
| code_iso
 +
|}&nbsp;