[Bug 15116] New: show circ buttons at the top of batch circ page
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15116 Bug ID: 15116 Summary: show circ buttons at the top of batch circ page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: nengard@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Depends on: 15091 The new batch circulation page should have the usual buttons at the top. From those the librarian can print the receipt for the checkouts and perform other functions. Referenced Bugs: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15091 [Bug 15091] Batch Checkout Doesn't Tell You it Failed -- 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=15116 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|15091 |11759 Referenced Bugs: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11759 [Bug 11759] Batch checkout http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15091 [Bug 15091] Batch Checkout Doesn't Tell You it Failed -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15116 Viktor Sarge <viktor.sarge@regionhalland.se> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |viktor.sarge@regionhalland. | |se -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15116 --- Comment #1 from Martin Stenberg <martin@bugs.koha-community.org.xinxidi.net> --- Created attachment 44520 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44520&action=edit Bug 15116: Show menu at the top of batch circ page This patch adds the user interaction menu to the top of the batch checkout page, places focus on the barcode text field and adds a discrete shortcut link for printing receipts. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15116 Martin Stenberg <martin@bugs.koha-community.org.xinxidi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin@bugs.koha-community. | |org.xinxidi.net Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15116 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic@tamil.fr --- Comment #2 from Frédéric Demians <frederic@tamil.fr> ---
This patch adds the user interaction menu to the top of the batch checkout page, places focus on the barcode text field and adds a discrete shortcut link for printing receipts.
OK for top menu which is very useful, but I don't understand the bottom link usage. It's confusing. Could you explain? When you arrive on the Batch checkout page, the link is there while you haven't yet done any checkout. The link won't work. You do some checkouts. You arrive on a page displaying the checkout items. The link isn't there anymore, but the top menu is there if you want to print a receipt. You can go back to the batch checkout page. Then the shortcut link works, but it seems disconnected from the previously done batch checkout... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15116 --- Comment #3 from Martin Stenberg <martin@bugs.koha-community.org.xinxidi.net> --- If you are in single item checkout, you can press enter in the barcode textbox to print a receipt. In batch checkout, this is not possible due to the nature of the textarea (which when pressing enter will add a newline). Having the link there makes it possible to print a receipt by pressing tab twice, followed by enter, instead of having to grab the mouse and click your way through the menu to the "print slip"-link. So it is there to improve the workflow. An alternative could be to hide the link, but still allow for the dubble-tab-enter key combo. I tried this during development, but found it a bit confusing since there was no way to see that this was possible, the shortcut link makes it more intuitive. -- 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=15116 --- Comment #4 from Frédéric Demians <frederic@tamil.fr> --- (In reply to Martin Stenberg from comment #3)
If you are in single item checkout, you can press enter in the barcode textbox to print a receipt. In batch checkout, this is not possible due to the nature of the textarea (which when pressing enter will add a newline).
Having the link there makes it possible to print a receipt by pressing tab twice, followed by enter, instead of having to grab the mouse and click your way through the menu to the "print slip"-link. So it is there to improve the workflow.
For me, the quick 'Print slip' link should be displayed on the checkout summary page (the one displayed after clicking 'Check out' button), not on the initial 'Batch checkout' page. Otherwise this gives the impression that the barcode you're entering in the 'Barcode list' textarea will be present in the receipt. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15116 Martin Stenberg <martin@bugs.koha-community.org.xinxidi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #44520|0 |1 is obsolete| | --- Comment #5 from Martin Stenberg <martin@bugs.koha-community.org.xinxidi.net> --- Created attachment 44706 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44706&action=edit Bug 15116: Show menu at the top of batch circ page This patch adds the user interaction menu to the top of the batch checkout page, places focus on the barcode text field and adds a discrete shortcut link for printing receipts. -- 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=15116 --- Comment #6 from Martin Stenberg <martin@bugs.koha-community.org.xinxidi.net> --- I agree Frédéric, that makes more sense. I have moved the link to the summary page, and also added an auto-focus to the "Checkout or renew"-button on the confirmation-page, so that you can just hit enter to continue the process. -- 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=15116 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15116 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #44706|0 |1 is obsolete| | --- Comment #7 from Frédéric Demians <frederic@tamil.fr> --- Created attachment 44714 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44714&action=edit Bug 15116: Show menu at the top of batch circ page This patch adds the user interaction menu to the top of the batch checkout page, places focus on the barcode text field and adds a discrete shortcut link for printing receipts. Signed-off-by: Frederic Demians <f.demians@tamil.fr> Works as promised. Improve batch checkout general UI workflow. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15116 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org Status|Signed Off |Failed QA --- Comment #8 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- The print slip link is not put at the right place. For instance if the patron is restricted, you will see the link at the confirmation step. Since this action is easily accessible from the menu, I am not sure it's consistent to display it again there. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15116 --- Comment #9 from Frédéric Demians <frederic@tamil.fr> --- Martin, you may limit your patch to the scope of this bug as stated by its title: show circ buttons at the top of batch circ page. And then, open another bug report to propose a way to improve the workflow regarding printing receipt. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15116 Martin Stenberg <martin@bugs.koha-community.org.xinxidi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #44714|0 |1 is obsolete| | --- Comment #10 from Martin Stenberg <martin@bugs.koha-community.org.xinxidi.net> --- Created attachment 44731 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44731&action=edit Bug 15116: Show menu at the top of batch circ page This patch adds the user interaction menu to the top of the batch checkout page. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15116 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- 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=15116 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #44731|0 |1 is obsolete| | --- Comment #11 from Frédéric Demians <frederic@tamil.fr> --- Created attachment 44737 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44737&action=edit Bug 15116: Show menu at the top of batch circ page This patch adds the user interaction menu to the top of the batch checkout page. Signed-off-by: Frederic Demians <f.demians@tamil.fr> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15116 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15116 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #44737|0 |1 is obsolete| | --- Comment #12 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 44755 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44755&action=edit Bug 15116: Show menu at the top of batch circ page This patch adds the user interaction menu to the top of the batch checkout page. Signed-off-by: Frederic Demians <f.demians@tamil.fr> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- 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=15116 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com Status|Passed QA |Pushed to Master --- Comment #13 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Patch pushed to master. Thanks Martin! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org