If The Main Company Currency is in Euro.
you making a Supplier Invoice in Euro,
The supplier has as Default Euro Currency,
Then on the Supplier Invoice you got :
Currency conversion rate 0.10 (0.10 EUR = 1 EUR) and you cant change it.
So if you by from suppler a product that has EUR currency, the invoice getting wrong.
The Currency conversion rate must be set to 1 (1 EUR = 1 EUR)?
I found an solution, so it was not the script on 8.0.0 and 8.0.2 that had the problem, it must be in the DB.
The only way to fix it was to make a new DB. so now it works, now it shows 1 (1 EUR = 1 EUR) it must be some from older version that not handle upgrade,
I not help to upgrade the script, it was in the DB.
But the new pdf on 8.0.2 Dont use currensy on the Total (net of tax) in the selected currency it always use the main company currency!
so you need to use old pdf template from 8.0.0.
The supplier invoice or supplier order has problem when you use multi currency.
“Total (net of tax)” uses the original currency, however, “Total (incl. tax)” uses the selected currency.
Reason:
in function _tableau_tot, due to developer typo, affected the following code,