Summary: | Sorting on POS register details transactions table is not working right | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Fines and fees | Assignee: | Martin Renvoize (ashimema) <martin.renvoize> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | barbara.johnson, jzairo, martin.renvoize, sally.healey |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Katrin Fischer
2021-04-17 23:50:48 UTC
Aside from the mistaken addition of allowing sorting on action, I believe the sorting is working as expected.. we're using rowGrouping to group transactions.. the sorting is working inside the groups as far as I can tell. What I have noticed however, is that the css for header highlighting of the rowgroup is getting overridden in some cases by local css.. Hmm.. actually there is more funky stuff going on here.. right now only one field appears to sort as I would expect. We are just now testing the POS system. None of the columns for transaction history are sorting for us. It would be helpful to us to sort by the transaction date as well as by the description of the items sold. It would be great if we could revisit this issue. |