http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6813
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #29 from Katrin Fischer <[email protected]> --- I agree with Paul that this tool could be better integrated in existing workflows. Currently you can find duplicates, but you can't create orders or perform any other actions from the tool. But better integration would mean a lot more work/rewrite of the feature and it still might be useful for libraries as it is now (small steps...) Some things I noted: 1) FindBiblios only searches on biblio.title instead of using the search engine. 2) I am not sure about the permissions for the new feature: + flagsrequired => { acquisition => 'group_manage', acquisition => 'order_manage', acquisition => 'order_receive' }, I think as no critical information is shown in the search results we could maybe be a bit less strict here. Anyway a check for permissions should be added to the link in the navigation toolbar, so you can only see the duplicate finder if you are allowed to use it. 3) On the suggestion result list, the status is shown as in the database and not translatable. For example: ASKED 4) The patches are also missing unit tests for the new routines FindSuggestions and FindBiblios. As these patches are quite old (June 2012), I am not sure if 4) is a failed QA - leaving this decision to Jared. -- 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/
