[Bug 7652] New: add item barcode on top of its editing form
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7652 Priority: P5 - low Change sponsored?: --- Bug ID: 7652 Assignee: gmcharlt@gmail.com Summary: add item barcode on top of its editing form QA Contact: koha.sekjal@gmail.com Severity: enhancement Classification: Unclassified OS: All Reporter: koha@univ-lyon3.fr Hardware: All Status: NEW Version: rel_3_6 Component: Cataloging Product: Koha Created attachment 8030 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8030&action=edit add item barcode on top of its editing form This patch displays the item barcode on top of its editing form. I think it's more useful for the common user than the itemnumber which has no practical sense for him. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7652 Koha Team Lyon 3 <koha@univ-lyon3.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7652 Koha Team Lyon 3 <koha@univ-lyon3.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt@gmail.com |koha@univ-lyon3.fr -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7652 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA Version|rel_3_6 |master --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Doesn't this require a change to the script in order for it to work? As it is the 'barcode' variable is only available inside [% FOREACH ite IN item %]. I don't see any barcode displayed when editing an item. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7652 Koha Team Lyon 3 <koha@univ-lyon3.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8030|0 |1 is obsolete| | --- Comment #2 from Koha Team Lyon 3 <koha@univ-lyon3.fr> --- Created attachment 8041 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8041&action=edit add item barcode on top of its editing form -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7652 --- Comment #3 from Koha Team Lyon 3 <koha@univ-lyon3.fr> --- Oups ! you are right, here's the missing line (in the new patch). additem.pl line 741 barcode => GetBarcodeFromItemnumber($itemnumber) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7652 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7652 Leila <leila.arkab@hotmail.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion CC| |leila.arkab@hotmail.fr --- Comment #4 from Leila <leila.arkab@hotmail.fr> --- Hello, I didn't see the item barcode on top of the form of item creation (/ koha/cataloguing/additem.pl?biblionumber=2). Test with a database in marc21. Sorry -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7652 --- Comment #5 from Koha Team Lyon 3 <koha@univ-lyon3.fr> --- Well, you are right, it's not visible in creation... since in creation there's no barcode yet. But it should be visible in modification -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7652 --- Comment #6 from Koha Team Lyon 3 <koha@univ-lyon3.fr> --- Created attachment 9737 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9737&action=edit barcode on top of item edit form Test plan : 1) take an existing item with an existing barcode and search for it in the pro catalog. 2) click on Items tab then on "Edit item" link the barcode number is now displayed on top of the form (see attached image) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7652 Koha Team Lyon 3 <koha@univ-lyon3.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7652 Adrien SAURAT <adrien.saurat@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8041|0 |1 is obsolete| | --- Comment #7 from Adrien SAURAT <adrien.saurat@biblibre.com> --- Created attachment 9998 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9998&action=edit signed off patch Tested OK (after resolving a conflict). Barcode displayed when editing an item. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7652 Adrien SAURAT <adrien.saurat@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9998|0 |1 is obsolete| | --- Comment #8 from Adrien SAURAT <adrien.saurat@biblibre.com> --- Created attachment 10002 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10002&action=edit Signed-off patch (fixed Author) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7652 Adrien SAURAT <adrien.saurat@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |adrien.saurat@biblibre.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7652 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |paul.poulain@biblibre.com --- Comment #9 from Paul Poulain <paul.poulain@biblibre.com> --- QA comment: tiny patch, that probably add some overhead because of GetBarcodeFromItemnumber sub, that queries SQL, but that's the proper way to handle this feature. Passes QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7652 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master Version|master |rel_3_10 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7652 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org