Валутен курс (прозорец ID-116)
От iDempiere bg
прозорец: Валутен курс
описание: Maintain Currency Conversion Rates
помощ: The Conversion Rates window is used to define the conversion rates that will be used when converting document amounts from one currency to another. Note that only the multiply rate is used; The divide rate is for visualization only.
TAB: Фиксинг
описание: Define Currency Conversion Rates
помощ The Conversion Rates tab is used to define conversion rates to be used when converting document amounts from one currency to another. Conversion rates can be defined for multiple rate types. They can also be effective for a defined range of dates. Note that only the multiply rate is used; The divide rate is for visualization only.
Файл:Валутен курс - Фиксинг - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
Conversion Rate | Фиксинг | Обменен курс | The Conversion Rate defines the rate (multiply or divide) to use when converting a source currency to an accounting currency. | C_Conversion_Rate_ID numeric(10) NOT NULL ID |
Client | Фирма | Фирма | Фирма | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Организация | Подразделение на клиента | An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Currency | Валута | Валута | Indicates the Currency to be used when processing or reporting on this record | C_Currency_ID numeric(10) NOT NULL Table |
Currency To | За валута | Target currency | The Currency To defines the target currency for this conversion rate. | C_Currency_ID_To numeric(10) NOT NULL Table |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Currency Type | Валута/Тип | Currency Conversion Rate Type | The Currency Conversion Rate Type lets you define different type of rates, e.g. Spot, Corporate and/or Sell/Buy rates. | C_ConversionType_ID numeric(10) NOT NULL Table Direct |
Valid from | Валидно от | Valid from including this date (first day) | The Valid From date indicates the first day of a date range | ValidFrom timestamp without time zone NOT NULL Date |
Valid to | Валидно до | Valid to including this date (last day) | The Valid To date indicates the last day of a date range | ValidTo timestamp without time zone Date |
Multiply Rate | Умножение | Коефициентът, по който се умножава началната мярка, за да се изчисли целевата. | За да се превърне Началната мярка в Крайна, Началната се умножава по коефициент. Ако коефициента за уможение е въведен, тогава този за делене ще се изчисли автоматично. | MultiplyRate numeric NOT NULL Number |
Divide Rate | Деление | За да се превърне началната мярка в целевата, началната се дели | За да се превърне началната мярка в целева, началната се дели на на указания коефициент. Ако въведете коефициента за делене, този за умножение ще се изчисли автоматично. | DivideRate numeric NOT NULL Number |