[Bug 16784] New: Export suggestions from OPAC as CSV
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16784 Bug ID: 16784 Summary: Export suggestions from OPAC as CSV Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: vimal0212@gmail.com QA Contact: testopia@bugs.koha-community.org Dear Developers, We would like to see export feature (csv format) book suggestions for approval in staff client. In many libraries, Director of the institution want to see the list of suggested books by library users before placing order. He/she would suggest to remove books from list. This feature is useful to get the list of books for approval via OPAC and send to concerned authority before finalization. -- 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=16784 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Wouldn't this make more sense as a feature in the staff client? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16784 --- Comment #2 from vimal kumar <vimal0212@gmail.com> --- (In reply to Owen Leonard from comment #1)
Wouldn't this make more sense as a feature in the staff client?
Right -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16784 --- Comment #3 from vimal kumar <vimal0212@gmail.com> --- (In reply to vimal kumar from comment #2)
(In reply to Owen Leonard from comment #1)
Wouldn't this make more sense as a feature in the staff client?
Right
I agree with your suggestion. -- 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=16784 Lisette <lisetteslatah@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16784 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Export suggestions from |Add table configuration on |OPAC as CSV |suggestions table CC| |katrin.fischer@bsz-bw.de --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Maybe we could add the table configuration with the new export options to the suggestions table. That could solve multiple issues at once. -- 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=16784 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |oleonard@myacpl.org |ity.org | Status|NEW |ASSIGNED -- 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=16784 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16784 --- Comment #5 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 97293 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97293&action=edit Bug 16784: Add table configuration on suggestions table This patch adds DataTables column configuration and export options to the suggestions management tables in the staff interface. The columns settings made via the administrative interface will affect tables under each tab in the interface whether it be organized by status, library, etc. However because of the way the KohaTable function is currently written, changes made via the "Columns" button will only affect the visible table. To test, apply the patch and go to Acquisitions -> Suggestions. - Under each tab, the table of suggestions should have a DataTables toolbar with export and columns buttons. These controls should work correctly: - Showing and hiding columns should work as expected - Exports should work, excluding the first and last columns - Test the tables when using the various "Organize by" settings. - Test changing the settings in Administration -> Columns settings. - Verify that the changes you make to that configuration are reflected in the suggestions tables. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16784 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16784 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #97293|0 |1 is obsolete| | --- Comment #6 from David Nind <david@davidnind.com> --- Created attachment 97295 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97295&action=edit Bug 16784: Add table configuration on suggestions table This patch adds DataTables column configuration and export options to the suggestions management tables in the staff interface. The columns settings made via the administrative interface will affect tables under each tab in the interface whether it be organized by status, library, etc. However because of the way the KohaTable function is currently written, changes made via the "Columns" button will only affect the visible table. To test, apply the patch and go to Acquisitions -> Suggestions. - Under each tab, the table of suggestions should have a DataTables toolbar with export and columns buttons. These controls should work correctly: - Showing and hiding columns should work as expected - Exports should work, excluding the first and last columns - Test the tables when using the various "Organize by" settings. - Test changing the settings in Administration -> Columns settings. - Verify that the changes you make to that configuration are reflected in the suggestions tables. Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16784 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Owen, can you check this fail from the QA tools please? FAIL koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt FAIL filters missing_filter at line 841 ( KohaTable("[% suggestion.suggestiontype %]t", {) I am not friendly with the datatables yet, so didn't want to break things. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16784 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16784 --- Comment #8 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 97408 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97408&action=edit Bug 16784: (follow-up) Add missing filter This follow-up adds a missing template filter quiet qa tool warning. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16784 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16784 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #97295|0 |1 is obsolete| | --- Comment #9 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 97418 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97418&action=edit Bug 16784: Add table configuration on suggestions table This patch adds DataTables column configuration and export options to the suggestions management tables in the staff interface. The columns settings made via the administrative interface will affect tables under each tab in the interface whether it be organized by status, library, etc. However because of the way the KohaTable function is currently written, changes made via the "Columns" button will only affect the visible table. To test, apply the patch and go to Acquisitions -> Suggestions. - Under each tab, the table of suggestions should have a DataTables toolbar with export and columns buttons. These controls should work correctly: - Showing and hiding columns should work as expected - Exports should work, excluding the first and last columns - Test the tables when using the various "Organize by" settings. - Test changing the settings in Administration -> Columns settings. - Verify that the changes you make to that configuration are reflected in the suggestions tables. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16784 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #97408|0 |1 is obsolete| | --- Comment #10 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 97419 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97419&action=edit Bug 16784: (follow-up) Add missing filter This follow-up adds a missing template filter quiet qa tool warning. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16784 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |20.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16784 --- Comment #11 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16784 Joy Nelson <joy@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy@bywatersolutions.com Status|Pushed to master |Pushed to stable --- Comment #12 from Joy Nelson <joy@bywatersolutions.com> --- Enhancement not backported to 19.11.x branch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16784 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add table configuration on |Add table configuration for |suggestions table |the suggestions table 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=16784 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |margaret@bywatersolutions.c | |om --- Comment #13 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- *** Bug 26294 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16784 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |27813 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27813 [Bug 27813] Purchase suggestions should sort by suggesteddate rather than title -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org