[Koha-bugs] [Bug 12310] New: Accept different monetary formats as input

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 23 09:38:19 CEST 2014


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

            Bug ID: 12310
           Summary: Accept different monetary formats as input
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: I18N/L10N
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: pasi.kallinen at pttk.fi
        QA Contact: testopia at bugs.koha-community.org
                CC: frederic at tamil.fr

When a monetary amount is inputted by user, Koha only accepts it in the format
"XX.XX", when in some countries the cent separator is a comma, not a full stop.

Eg. when entering a manual invoice amount of "12,34" it is saved as "12.00" in
the system.

Should accept formats with full stop or comma as the cents separator,
optionally prefixed or suffixed with a currency symbol.

eg. "12.34", "$12.34", "12,34", "12,34 €", etc.

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


More information about the Koha-bugs mailing list