r19120 - gnucash/trunk/src/engine - Bug #617660: Improving iso-4217-currencies

Christian Stimming cstim at code.gnucash.org
Thu May 6 04:33:30 EDT 2010


Author: cstim
Date: 2010-05-06 04:33:29 -0400 (Thu, 06 May 2010)
New Revision: 19120
Trac: http://svn.gnucash.org/trac/changeset/19120

Modified:
   gnucash/trunk/src/engine/iso-4217-currencies.scm
   gnucash/trunk/src/engine/iso-currencies-to-c
Log:
Bug #617660: Improving iso-4217-currencies

Patch by Frank H. Ellenberger

1. improve the header of fieldnames with annotations
2. sort by ISO code, because
   a. easier for non english people
   b. most tables in the internet have this sort order.
      So maintainance becomes easier.
3. inserting a Column local_symbol, because some people like to use it, e.g.
   https://bugzilla.gnome.org/show_bug.cgi?id=492417#c3
   But probably there is a better way to get this informations.
4. Review List:
   a. adding: CDF, GHS, ...
   b. outdated: AON->AOR->AOA, GWP->XOF, ...
   c. Typos like "fening".
   d. Alway use singular instead of a mixture.
5. add comments:
   a. outdated currencies prepared as in the header shown.
   b. for abbreviations.

Background is the thread starting with
https://lists.gnucash.org/pipermail/gnucash-devel/2009-October/026558.html



More information about the gnucash-patches mailing list