Description: With January 1, 2022 Croatia will join Eurozone: https://www.ecb.europa.eu/press/pr/date/2022/html/ecb.pr220712~b97dd38de3.en.html The Croatian kuna conversion rate is set at 7.53450 per euro. Steps to Reproduce: Kuna is not part of the wizard. Actual Results: / Expected Results: Kuna appears in the wizard. Reproducible: Always User Profile Reset: No Additional Info: /
see bug 135580, wizzard is removed. But in Calc is function EUROCONVERT and Kuna should be supported.
(In reply to Martin Srebotnjak from comment #0) > With January 1, 2022 Croatia will join Eurozone: January 1, *2023* (In reply to raal from comment #1) > see bug 135580, wizzard is removed. But in Calc is function EUROCONVERT and > Kuna should be supported. The Euro wizard was only removed from menu, code still exists and could be called by macro. There's also currency number formats affected, and adding the conversion to CONVERT_OOO() for completeness wouldn't hurt.
Yes, I stand corrected: January 1, 2023.
Eike Rathke committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/7c4b2db21ef77b37daf234ac1ab9989234606a22 Resolves: tdf#150011 Add HRK Croatian Kuna conversion to EUR Euro It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Since this is relevant on January 1, 2023, before the 7.5.0 release - could it be merged also in 7.4.x?
Eike Rathke committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b1a2f727ca99ecd3402d4b051b99cbfd24266e59 Related: tdf#150011 Add HRK Croatian Kuna to Euro conversion wizard It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Pending review https://gerrit.libreoffice.org/c/core/+/137330 for 7-4 https://gerrit.libreoffice.org/c/core/+/137331 for 7-3 Default currency in i18npool/source/localedata/data/hr_HR.xml later should be switched to EUR for 7.4.4 scheduled to be released in week 53, January 2023, per https://wiki.documentfoundation.org/ReleasePlan/7.4#7.4.4_release
Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-7-4": https://git.libreoffice.org/core/commit/89c7beea208e7d70072cd2b436280c816debc180 Resolves: tdf#150011 Add HRK Croatian Kuna conversion to EUR Euro It will be available in 7.4.0.2. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/cb50e66675f8457da429c7e079e83fdd74069f4d Resolves: tdf#150011 Add HRK Croatian Kuna conversion to EUR Euro It will be available in 7.3.6. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
(In reply to Eike Rathke from comment #7) > Pending review > https://gerrit.libreoffice.org/c/core/+/137330 for 7-4 > https://gerrit.libreoffice.org/c/core/+/137331 for 7-3 > > Default currency in i18npool/source/localedata/data/hr_HR.xml later should > be switched to EUR for 7.4.4 scheduled to be released in week 53, January > 2023, per > https://wiki.documentfoundation.org/ReleasePlan/7.4#7.4.4_release Hello Eike, There is another line in xml which you missed: <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$kn-41A]"> If I'm not mistaken, this is referenced in number formatting.
No, it's not missed. It fulfils the preconditions to generate currency formats for the still existing <Currency default="true" usedInCompatibleFormatCodes="true"> <CurrencyID>HRK</CurrencyID> <CurrencySymbol>kn</CurrencySymbol> ... </Currency>
Eike Rathke committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/c58bc31ece80ccdfc88bd043787869c5e460dbd8 Resolves: tdf#150011 Switch default currency HRK Croatian Kuna to EUR Euro It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Pending review https://gerrit.libreoffice.org/c/core/+/143269 for 7-4
Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-7-4": https://git.libreoffice.org/core/commit/5c876d62f1a36305ffd6e59bd53a18673bb1a34d Resolves: tdf#150011 Switch default currency HRK Croatian Kuna to EUR Euro It will be available in 7.4.4. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Fix verified in: Version: 7.5.0.0.alpha1+ (X86_64) / LibreOffice Community Build ID: ad085990b8073a122ac5222e5220f8f1d6826dcf CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded And feature added to release notes: https://wiki.documentfoundation.org/index.php?title=ReleaseNotes%2F7.5&type=revision&diff=594174&oldid=594134 Thanks Eike!