https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12310
--- Comment #55 from Victor Grousset/tuxayo <[email protected]> --- not yet, TODO: - don't bind change event in HTML but with JS - be consistent with the position of the includes - ensure var and function names are clear - check if things can be done to improve backportability - add to test plan thousands sep and other relevant cases - complete the test cases in the test plan or at least test once on my machine, see [1] for possible additions - check that bug 18471 isn't back. - remove useless or redundant test cases == [1] possible additions of the test plan == Draft, there might be redundant or useless things 1.000,00 1,000.00 1.000.000,00 1,000,000.00 1.000 1,000 1.000.000 1,000,000 1,123 → 1123 1.123,456 → 1123.456 (sent to the server) → 1123.46 1.123,45 → 1123.45(sent to the server) → 1123,45 1,234,567 → 1234567 1.234.567 → 1234567 1.234.567,89 → 1234567.89 1,234,567.89 → 1234567.89 1'345.95 -> 1345.95 (Switzerland) 12,34,567.89 -> 1234567.89 (Pakistan, India) 12,34,567 -> 1234567.00 1 234 567,89 -> 123456789.00 (Germany...) 1.234.567,89 (Spain...) 1.234.567 ,1234 - change language of the UI - Chromium - IE 9 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
