[Koha-bugs] [Bug 7571] Maintain exchange rate history

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 8 08:48:16 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7571

Sagar.B.R <sagar.br at osslabs.biz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sagar.br at osslabs.biz

--- Comment #2 from Sagar.B.R <sagar.br at osslabs.biz> ---
Daily Exchange Rates

          This feature is implemented for displaying the history of exchange
rates.

1. New table is needed to add the exchange rates.

2. edit currency.pl file
               Insert currency and edit currency are the main two operations
available in Currencies and Exchange Rates page, The operations are done by
add_validate() sub procedure, It has the condition to identify whether the
operation is insert or edit, In both insert and update case the values needs to
be copy to ex_rates(new table) table also, So the insert command for ex_rates
table should be in same sub procedure .

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list