[Bug 9547] New: Give the ability to sort baskets by closing date and status
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9547 Bug ID: 9547 Summary: Give the ability to sort baskets by closing date and status Classification: Unclassified 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: mathieu.saby@univ-rennes2.fr In list of Baskets for a bookseller, we have 7 columns : Basket (#) Item count Biblio count Items expected Created by Date 7th column The 7th column has no name. And there is no way to use it content to sort the list. It would be a very interesting feature for librarians to have the ability to sort the list of baskets by closing status (open/closed) and by closing date. Is there already someone working on such an enhancement? M. Saby Rennes 2 university -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9547 mathieu saby <mathieu.saby@univ-rennes2.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain@biblibre.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9547 mathieu saby <mathieu.saby@univ-rennes2.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9547 mathieu saby <mathieu.saby@univ-rennes2.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |mathieu.saby@univ-rennes2.f |ity.org |r -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9547 --- Comment #1 from mathieu saby <mathieu.saby@univ-rennes2.fr> --- Created attachment 18404 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18404&action=edit Subject: [PATCH] Bug 9547 : Make baskets sortable by closing date in booksellers.tt -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9547 mathieu saby <mathieu.saby@univ-rennes2.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #2 from mathieu saby <mathieu.saby@univ-rennes2.fr> --- In baskets list table displayed for each bookseller in booksellers.tt, this patch - adds a new column "Action" - reword "Date" column into "Open on" - give a name to the the "Closed on" column and make it sortable - remove the useless "closed on" in each cell of "Closed on" column To test : 1. Create some baskets for a vendor, some open, other closed, with different closing dates 2. See if you can sort these baskets by date in bokksellers.pl page -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9547 mathieu saby <mathieu.saby@univ-rennes2.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9547 cedric.vita@dracenie.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cedric.vita@dracenie.com --- Comment #3 from cedric.vita@dracenie.com --- Everything seems to appear in the columns, but it is not possible to sort the column "Closed is" on sandbox as closing dates are identical. The column "Opened on" the sort is OK. The base is reset every night on Sandbox. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9547 --- Comment #4 from mathieu saby <mathieu.saby@univ-rennes2.fr> --- OK, so it cannot be tested fully and signed off on a sandbox... M. Saby -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9547 I'm just a bot <gitbot@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |gitbot@bugs.koha-community. | |org --- Comment #5 from I'm just a bot <gitbot@bugs.koha-community.org> --- Applying: Bug 9547 : Make baskets sortable by closing date in booksellers.tt Using index info to reconstruct a base tree... M koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt Patch failed at 0001 Bug 9547 : Make baskets sortable by closing date in booksellers.tt The copy of the patch that failed is found in: /home/christopher/git/koha/.git/rebase-apply/patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9547 --- Comment #6 from Owen Leonard <oleonard@myacpl.org> --- I think the changes made in this patch might have been made obsolete now that the patch for Bug 10737 has been pushed. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9547 --- Comment #7 from mathieu saby <mathieu.saby@univ-rennes2.fr> --- (In reply to Owen Leonard from comment #6)
I think the changes made in this patch might have been made obsolete now that the patch for Bug 10737 has been pushed.
Yes, you're right. But maybe the "Date" header in table for baskets should be renamed "Creation date" or "Created on", and "Closed" header renamed "Closed on" ? I mark this patch as resolved. Mathieu -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9547 mathieu saby <mathieu.saby@univ-rennes2.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |RESOLVED Resolution|--- |DUPLICATE --- Comment #8 from mathieu saby <mathieu.saby@univ-rennes2.fr> --- *** This bug has been marked as a duplicate of bug 10737 *** -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org