[Bug 36048] New: Error actual cost format in receipt summary
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36048 Bug ID: 36048 Summary: Error actual cost format in receipt summary Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: mirjam.vantieghem@etf.edu QA Contact: testopia@bugs.koha-community.org Since 23.11, when receiving an order, in the receipt summary pop-up screen, when clicking in the field 'Actual cost' and then in another field, it gives the error "Please add amount in valid format: 0.00". We have system preference CurrencyFormat set to "360 000,00 (FR)". In the previous Koha versions the "Retail price" and "Budgeted cost" were formatted that way, but the "Replacement price" and "Actual cost" had a dot for the decimals (US formatting). Now all amounts are formatted according to the system preference, which is a good improvement, but we get an error saying it should be formatted according to the US formatting system. Regardless of which format we use, when confirming the receipt, the amount is saved in the correct format and there do not seem to be any issues. Still, the error is confusing and should not appear. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36048 Mirjam Vantieghem <mirjam.vantieghem@etf.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36048 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Mirjam, at the moment the CurrencyFormat system preference is only used for setting the display, not the input format. I am to blame for adding the validation and will have to do some more testing, but in general Koha currently expects all amounts entered with a decimal dot. In some places a decimal comma led to wrong values or even errors on saving. It might be that the receive page was more flexible, which we might want to have a closer look at. I was aiming to get some consistency in behavior as a first step. Ultimately we would like to have the input format configurable as well. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org