Hi Manager programmers,
As always … you guys do a fantastic job with this software ! Thumbs up for your efforts !
My question :
Manager allows to do accounting in a single currency, even if multiple currencies are used in invoices, banking etc… Reports come out in the base-currency specified in settings, converted by the monthly or periodic exchange rates entered in settings also. Perfect !
However, If I want to convert my EUR report (my base currency) to a USD report, I need to :
- Export my report to excel file (not a problem)
- add a column USD next to the exported EUR amount column
- then multiply the EUR amounts by the EUR/USD exchange rate of report date in the USD column
- Now I have an excel sheet with EUR amounts and USD amounts next to each other, as final result.
- To make the report look good, I still have to format it so that it looks like the orginal Manager report, with headlines in bold etc…
My programming solution would be :
In all reports, have an additional dropdown button, where the base-currency is pre-selected, but where we can change that currency to USD.
When we then print the report, the program will run the report, but multiply all original base currency values by the selected currency exchange rate. It would be exactly as when the program converts foreign currency invoices, ledgers etc… to base currency at booking moment.
The result will be the same as if I do this via a converted excel sheet, but why do all these steps in an excel report, if the program could do it in a single step ?
If needed, I can add an example, but i think the situation as explained speaks for itself.
As to why we may need this : a company (A) in an EUR zone country must locally report in EUR, but if that company is owned by a foreign company (B) reporting in USD, then that mother company (B) will need a report in USD form the activities in company (A) to consolidate that company (A) report in the USD Company (B) report.
Hope you can this this, and have the time to do this … Thanks !