Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Hungary: Online invoicing exchangeRate tag’s value must report currency exchange rate on Date of VAT register of the invoice


View products that this article applies to.

Problem description

Hungary: Online invoicing system - <exchangeRate> tag’s value must report currency exchange rate from the CurrencyCode of the invoice to CurrencyCode in the TaxCode of the first tax transaction of the invoice on Date of VAT register of the invoice

↑ Back to the top


Hotfix information

To resolve the issue, you need to import the following or a higher version of the ER configurations from LCS shared asset library:

  • Invoices Communication Model.version.61.xml
  • RTIR Invoice Data (HU).version.61.29.xml
  • RTIR mapping.version.61.58.xml

 

Fix downloading instructions are here:

https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/analytics/download-electronic-reporting-configuration-lcs

↑ Back to the top


Fix description

This hot fix provides the following algorithm of exchange rate identification:

Definitions:

A = CurrencyCode of the invoice (for example EUR or HUF)

B = CurrencyCode in the TaxCode of the first tax transaction of the invoice {it is supposed that all tax transactions by the same invoice must have the same CurrencyCode in related tax codes setup} (for example HUF)

Algorithm:

IF A = B

THEN exchangeRate = “1

ELSE exchangeRate = Currency exchange rate of the type defined as “Accounting currency exchange rate type” in the Ledger setup from A to B on the Date of VAT register of the invoice

 

With this change to avoid potential “INCORRECT_SUMMARY_DATA_INVOICE_VAT_AMOUNT_HUF” warning (p.206 of “Invoice Data Reporting, Description of the REST API Interface & Developer’s Documentation”) which is described as following:

“Issues a warning if the output VAT amount in the aggregate invoice in the invoice’s currency and the VAT amount in HUF do not correspond based on the exchange rates indicated in the line items.  Calculation: in the case of currencyCode<>”HUF”, the VAT amount in each line item (lineVatAmount) must be multiplied by the exchange rate value in the line item (lineExchangeRate), and the total of these products amounts to the invoice VAT amount in HUF (invoiceVatAmountHUF).  Tolerated deviation: 1% of the invoiceVatAmountHUF element, but at least 1 unit.”

calculation of the following tags’ values is also changed respectively:

- <lineVatAmountHUF> is calculated as <lineVatAmount> multiplied by exchangeRate

- <vatRateVatAmountHUF> is calculated as <vatRateVatAmount> multiplied by exchangeRate

- <invoiceVatAmountHUF> is calculated as <invoiceVatAmount> multiplied by exchangeRate

Be aware: reported values in <lineVatAmountHUF>, <vatRateVatAmountHUF>, <invoiceVatAmountHUF> tags may differ from the values stored in the tax transactions in some cases due to following reasons:

-          Exchange rate on transaction date and exchange rate on Date of VAT register are different.

-          Accounting currency and currency defined for the sates tax code are different and triangulation exchange rate (which used on posting: document currency > accounting currency > tax code currency) on posting moment may differ from the exchange rate from document currency to tax code currency on Date of VAT register.

These aspects should be under user control and may require corrective tax transactions.

↑ Back to the top


Keywords: kbAutoHotfix, kbQFE, kbnoloc, kbsurveynew, kbMBSQuickPub, kbMBSPartner, kbExpertiseAdvanced, kbExpertiseBeginner, kbExpertiseInter, kbHotfixAuto, CI101714

↑ Back to the top

Article Info
Article ID : 4502898
Revision : 8
Created on : 8/27/2019
Published on : 8/27/2019
Exists online : False
Views : 195