[Bug 34127] New: Allow to customize CSV export of basketgroup and add a ODS export
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 Bug ID: 34127 Summary: Allow to customize CSV export of basketgroup and add a ODS export 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: mathsabypro@gmail.com QA Contact: testopia@bugs.koha-community.org The CSV export of basketgroup is currently not customizable A customizable ODS export should also be useful -- 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=34127 Arthur Suzuki <arthur.suzuki@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arthur.suzuki@biblibre.com --- Comment #1 from Arthur Suzuki <arthur.suzuki@biblibre.com> --- Hi Mathieu, CSV file formats is much easier to generate than OpenDocumentSpreadsheet and can be opened by LibreOffice or OpenOffice Calc. Regarding the issue you have with the missing export link when the basket is closed and attached to a basket group, you can unattach the basket from it's group then the link appear again. I agree that's not an ideal solution but that works while there is no patch to fix this :) Arthur -- 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=34127 --- Comment #2 from Arthur Suzuki <arthur.suzuki@biblibre.com> --- Created attachment 152869 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152869&action=edit Bug 34127 : add the "export to CSV link" for baskets which are closed or linked to a groups Test : - create an acquisition basket - add at least one record - close the basket (the "export as CSV" link is present) - attach the basket to a basket group - check that the "export as CSV" link, next to "reopen the basket" is now gone. - apply patch and reload the page (may need reload plack, cache, etc...) - "export as CSV" link is now present even though the basket is closed and it is attached to a basket group. -- 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=34127 Arthur Suzuki <arthur.suzuki@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- 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=34127 Sam Lau <samalau@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- 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=34127 Sam Lau <samalau@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152869|0 |1 is obsolete| | --- Comment #3 from Sam Lau <samalau@gmail.com> --- Created attachment 152870 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152870&action=edit Bug 34127 : add the "export to CSV link" for baskets which are closed or linked to a groups Test : - create an acquisition basket - add at least one record - close the basket (the "export as CSV" link is present) - attach the basket to a basket group - check that the "export as CSV" link, next to "reopen the basket" is now gone. - apply patch and reload the page (may need reload plack, cache, etc...) - "export as CSV" link is now present even though the basket is closed and it is attached to a basket group. Signed-off-by: Sam Lau <samalau@gmail.com> -- 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=34127 Biblibre Sandboxes <sandboxes@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152870|0 |1 is obsolete| | --- Comment #4 from Biblibre Sandboxes <sandboxes@biblibre.com> --- Created attachment 152890 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152890&action=edit Bug 34127 : add the "export to CSV link" for baskets which are closed or linked to a groups Test : - create an acquisition basket - add at least one record - close the basket (the "export as CSV" link is present) - attach the basket to a basket group - check that the "export as CSV" link, next to "reopen the basket" is now gone. - apply patch and reload the page (may need reload plack, cache, etc...) - "export as CSV" link is now present even though the basket is closed and it is attached to a basket group. Signed-off-by: Sam Lau <samalau@gmail.com> Signed-off-by: Dominique et Stephanie <stephanie.etallaz@univ-cotedazur.fr> -- 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=34127 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |arthur.suzuki@biblibre.com |ity.org | -- 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=34127 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com Status|Signed Off |Failed QA --- Comment #5 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- FAIL koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt FAIL forbidden patterns forbidden pattern: tab char (line 176) Processing additional checks * Commit title does not start with 'Bug XXXXX: ' - 4e7b4a41ea9 Run the QA script! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 Arthur Suzuki <arthur.suzuki@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152890|0 |1 is obsolete| | --- Comment #6 from Arthur Suzuki <arthur.suzuki@biblibre.com> --- Created attachment 184892 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184892&action=edit Bug 34127: add the "export to CSV link" for baskets which are closed or linked to a groups Test : - create an acquisition basket - add at least one record - close the basket (the "export as CSV" link is present) - attach the basket to a basket group - check that the "export as CSV" link, next to "reopen the basket" is now gone. - apply patch and reload the page (may need reload plack, cache, etc...) - "export as CSV" link is now present even though the basket is closed and it is attached to a basket group. Signed-off-by: Sam Lau <samalau@gmail.com> Signed-off-by: Dominique et Stephanie <stephanie.etallaz@univ-cotedazur.fr> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 --- Comment #7 from Arthur Suzuki <arthur.suzuki@biblibre.com> --- qa script not complaining on last patch pushed! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 Arthur Suzuki <arthur.suzuki@biblibre.com> 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=34127 Nick Clemens (kidclamp) <nick@bywatersolutions.com> 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=34127 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #184892|0 |1 is obsolete| | --- Comment #8 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 185071 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185071&action=edit Bug 34127: add the "export to CSV link" for baskets which are closed or linked to a groups Test : - create an acquisition basket - add at least one record - close the basket (the "export as CSV" link is present) - attach the basket to a basket group - check that the "export as CSV" link, next to "reopen the basket" is now gone. - apply patch and reload the page (may need reload plack, cache, etc...) - "export as CSV" link is now present even though the basket is closed and it is attached to a basket group. Signed-off-by: Sam Lau <samalau@gmail.com> Signed-off-by: Dominique et Stephanie <stephanie.etallaz@univ-cotedazur.fr> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 --- Comment #9 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 185072 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185072&action=edit Bug 34127: (QA follow-up) Tidy -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com Patch complexity|--- |Trivial patch QA Contact|testopia@bugs.koha-communit |nick@bywatersolutions.com |y.org | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |release-notes-needed -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |25.11.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=34127 --- Comment #10 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Nice work everyone! Pushed to main for 25.11 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 Arthur Suzuki <arthur.suzuki@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |It is now possible to release notes| |export any basket to CSV, | |even the closed ones or | |those linked to a group. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 Arthur Suzuki <arthur.suzuki@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|release-notes-needed | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|25.11.00 |25.11.00,25.05.03 released in| | Status|Pushed to main |Pushed to stable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 --- Comment #11 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Nice work everyone! Pushed to 25.05.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|25.11.00,25.05.03 |25.11.00,25.05.03,24.11.09 released in| | CC| |fridolin.somers@biblibre.co | |m Status|Pushed to stable |Pushed to oldstable --- Comment #12 from Fridolin Somers <fridolin.somers@biblibre.com> --- Pushed to 24.11.x for 24.11.09 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to oldstable |Needs documenting --- Comment #13 from Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> --- Not backporting to 22.11.x as it wasn't backported to 24.05.x -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org