Bug 20354

Summary: Add ability for patrons to set their preferred currency
Product: Koha Reporter: Josef Moravec <josef.moravec>
Component: OPACAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3758
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 4078    
Bug Blocks:    

Description Josef Moravec 2018-03-07 16:42:06 UTC

    
Comment 1 Katrin Fischer 2018-03-08 06:52:43 UTC
How would a per patron setting work?

Our currency rates can't be kept updated automatically, would this be reliable enough?
Comment 2 Josef Moravec 2018-03-08 09:47:31 UTC
(In reply to Katrin Fischer from comment #1)
> How would a per patron setting work?
> 
> Our currency rates can't be kept updated automatically, would this be
> reliable enough?

It's just an idea, and should be more disscussed. It should be probably done only in OPAC. But there is always question if there is a use case for this - maybe international libraries? Or if there are any countries with more currencies used?

Automatic rates update could be possible with Finance::Quote->currency

http://search.cpan.org/~ecocode/Finance-Quote-1.47/lib/Finance/Quote.pm
Comment 3 Katrin Fischer 2018-03-08 09:55:57 UTC
Linking bug 3758 :)
Comment 4 Josef Moravec 2018-03-08 10:02:38 UTC
(In reply to Katrin Fischer from comment #3)
> Linking bug 3758 :)

Thanks, I didn't know it exists ;)
Comment 5 Katrin Fischer 2023-10-01 21:46:48 UTC
I feel like this would be a big change as it would require recalculating all amounts displayed to the user according to their selected currency. This is a big amount of work and would only make sense if the library accepts different currencies. Also different exchange rates might apply.

Should this be WONTFIX?