We have U.P. (net) and U.P (currency) against products while adding them in order card. We undestand that U.P (currency) = U.P (net) * (currency conversion rate). Please confirm
If we create an order with a currency apart from the default currency, the values against U.P (currency) is displayed correctly
But if we create an order with the default currency, the values against U.P (currency) is displayed as zero.This is because the currency conversion rate against default currency is shown as ‘Currency conversion rate 0 (0 USD = 1 USD)’
Please find below reference screen shots. Please suggest how can we correct this (like1 USD = 1 USD)
Thanks for your reply. I am using the version 7.0.3
If I insert a record into ‘multicurrency_rate’ table this is working fine.
Query: INSERT INTO .xxx_multicurrency_rate (rowid, date_sync, rate, fk_multicurrency, entity) VALUES (NULL, now(), ‘1’, ‘1’, ‘1’);