Summary: | Add ability for patrons to set their preferred currency | ||
---|---|---|---|
Product: | Koha | Reporter: | Josef Moravec <josef.moravec> |
Component: | OPAC | Assignee: | 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
How would a per patron setting work? Our currency rates can't be kept updated automatically, would this be reliable enough? (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 (In reply to Katrin Fischer from comment #3) > Linking bug 3758 :) Thanks, I didn't know it exists ;) 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? |