https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27780 Bug ID: 27780 Summary: Add ability to set a customised default sort order for sale items Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff Client Assignee: koha-bugs@lists.koha-community.org Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com The 'Items for purchase' table on the point of sale page can be sorted by code or description. However, it would be beneficial to have 'popular' items appear at the top to prevent the requirement for searching for these items. We have a few options: * We could attempt to calculate this popularity dynamically. * We could add a user-definable sort field in debit types. * We could add a 'popular' flag to the debit types and then sort on 'popular + code/description'. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.