Skip to main content

Window: Currency

[Created: 11/06/1999 - Updated: 10/03/2022 ]
Description: Maintain Currencies
Help: The Currency Window defines any currency which will be used in documents or reporting. You would define used currencies on System level and add currencies on Tenant level only for statistical currencies (e.g. for instable currencies)

Tab: Currency

[Created: 21/06/1999 - Updated: 02/01/2000 ]
Description: Define Currency
Help: The Currency Tab defines any currency you will transact with or report in.
Tab Level: 0

Table 10: Currency - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.c_currency.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.c_currency.AD_Org_ID numeric(10)
Table Direct
ISO Currency CodeThree letter ISO 4217 Code of the CurrencyFor details - http://www.unece.org/trade/rec/rec09en.htmc_currency.ISO_Code character(3)
String
SymbolSymbol of the currency (opt used for printing only)The Currency Symbol defines the symbol that will print when this currency is used.c_currency.CurSymbol character varying(10)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.c_currency.Description character varying(255)
String
ActiveThe record is active in the systemThere are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.c_currency.IsActive character(1)
Yes-No
Standard PrecisionRule for rounding calculated amountsThe Standard Precision defines the number of decimal places that amounts will be rounded to for accounting transactions and documents.c_currency.StdPrecision numeric(10)
Integer
Costing PrecisionRounding used costing calculationsThe Costing Precision defines the number of decimal places that amounts will be rounded to when performing costing calculations.c_currency.CostingPrecision numeric(10)
Integer

Tab: Conversion Rates

[Created: 11/06/1999 - Updated: 16/11/2012 ]
Description: Define currency conversion rates
Help: The Conversion Rate Tab defines the rates to use when converting a source currency to an accounting or reporting currency. Note that only the multiply rate is used; The divide rate is for visualization only.
Tab Level: 1

Table 20: Conversion Rates - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.c_conversion_rate.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.c_conversion_rate.AD_Org_ID numeric(10)
Table Direct
CurrencyThe Currency for this recordIndicates the Currency to be used when processing or reporting on this recordc_conversion_rate.C_Currency_ID numeric(10)
Table
Currency ToTarget currencyThe Currency To defines the target currency for this conversion rate.c_conversion_rate.C_Currency_ID_To numeric(10)
Table
ActiveThe record is active in the systemThere are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.c_conversion_rate.IsActive character(1)
Yes-No
Currency TypeCurrency Conversion Rate TypeThe Currency Conversion Rate Type lets you define different type of rates, e.g. Spot, Corporate and/or Sell/Buy rates.c_conversion_rate.C_ConversionType_ID numeric(10)
Table Direct
Valid fromValid from including this date (first day)The Valid From date indicates the first day of a date rangec_conversion_rate.ValidFrom timestamp without time zone
Date
Valid toValid to including this date (last day)The Valid To date indicates the last day of a date rangec_conversion_rate.ValidTo timestamp without time zone
Date
Multiply RateRate to multiple the source by to calculate the target.To convert Source number to Target number, the Source is multiplied by the multiply rate. If the Multiply Rate is entered, then the Divide Rate will be automatically calculated.c_conversion_rate.MultiplyRate numeric
Number
Divide RateTo convert Source number to Target number, the Source is dividedTo convert Source number to Target number, the Source is divided by the divide rate. If you enter a Divide Rate, the Multiply Rate will be automatically calculated.c_conversion_rate.DivideRate numeric
Number

Tab: Translation

[Created: 06/08/2003 - Updated: 27/10/2024 ]
Description:
Help:
Tab Level: 1

Table 40: Translation - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.c_currency_trl.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.c_currency_trl.AD_Org_ID numeric(10)
Table Direct
CurrencyThe Currency for this recordIndicates the Currency to be used when processing or reporting on this recordc_currency_trl.C_Currency_ID numeric(10)
Table Direct
LanguageLanguage for this entityThe Language identifies the language to use for display and formattingc_currency_trl.AD_Language character varying(6)
Table
ActiveThe record is active in the systemThere are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.c_currency_trl.IsActive character(1)
Yes-No
TranslatedThis column is translatedThe Translated checkbox indicates if this column is translated.c_currency_trl.IsTranslated character(1)
Yes-No
DescriptionOptional short description of the recordA description is limited to 255 characters.c_currency_trl.Description character varying(255)
String
SymbolSymbol of the currency (opt used for printing only)The Currency Symbol defines the symbol that will print when this currency is used.c_currency_trl.CurSymbol character varying(10)
String