[Bug 6777] New: Display link to related acq details from catalogue record
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 Bug #: 6777 Summary: Display link to related acq details from catalogue record Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Acquisitions AssignedTo: henridamien@koha-fr.org ReportedBy: savitra.sirohi@osslabs.biz QAContact: koha-bugs@lists.koha-community.org Display a link to the related Acquistions record from the catagloue detail page (staff interface), so users can refer to acq details such as vendor, price etc. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|henridamien@koha-fr.org |savitra.sirohi@osslabs.biz Summary|Display link to related acq |Display link to related |details from catalogue |acquisitions details from |record |catalogue record --- Comment #1 from Owen Leonard <oleonard@myacpl.org> 2011-08-25 16:12:41 UTC --- Be sure to wrap it in a check for acquisitions-related permissions. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 Savitra Sirohi <savitra.sirohi@osslabs.biz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amit.gupta@osslabs.biz AssignedTo|savitra.sirohi@osslabs.biz |shinoy.m@osslabs.biz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 --- Comment #2 from shinoy m <shinoy.m@osslabs.biz> --- Created attachment 9946 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9946&action=edit Display link to related acquisitions details from catalogue record -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 shinoy m <shinoy.m@osslabs.biz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |paul.poulain@biblibre.com --- Comment #3 from Paul Poulain <paul.poulain@biblibre.com> --- Patch tested with a sandbox, by Delaye Stephane <stephane.delaye@biblibre.com> -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9946|0 |1 is obsolete| | -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 --- Comment #4 from Paul Poulain <paul.poulain@biblibre.com> --- Created attachment 10403 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10403&action=edit Bug 6777 - Display link to related acquisitions details from catalogue record A new column -Acq info- has been added to the holding tab of the catalog detail page .The column will contain the link which will redirect to the order details of that item. The permission settings has been done so that the user who has the Manage orders & basket permission can see the link.The link is also visible under Item information in the Items tab. Signed-off-by: Delaye Stephane <stephane.delaye@biblibre.com> -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- There are already a lot of links to the invoice and the basket on the moredetail screen - I am not sure if this is not something which is already there? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 Mason James <mtj@kohaaloha.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj@kohaaloha.com --- Comment #6 from Mason James <mtj@kohaaloha.com> --- (In reply to comment #0)
Display a link to the related Acquistions record from the catagloue detail page (staff interface), so users can refer to acq details such as vendor, price etc.
a screenshot for this, please? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m QA Contact|koha-bugs@lists.koha-commun |jonathan.druart@biblibre.co |ity.org |m -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 --- Comment #7 from Jonathan Druart <jonathan.druart@biblibre.com> --- Like as Katrin said, I don't think we want to add these informations. On the detail.pl page, we display item's informations. A link to the order is too specific. Moreover, On the moredetail.pl page, we already have a link to the basket. Maybe we want change this link with another which points to the order page (neworderempty.pl). I don't failed QA because I need another QA point of view. Technically, with template toolkit, the following line [% IF ( A ) %] [% IF ( B ) %] text [% END %][% END %] can be replaced with [% IF ( A and B ) %] text [% END %] It is more readable. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|jonathan.druart@biblibre.co | |m | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #8 from Paul Poulain <paul.poulain@biblibre.com> --- (In reply to comment #7)
Like as Katrin said, I don't think we want to add these informations. On the detail.pl page, we display item's informations. A link to the order is too specific. I agree with Jonathan here,
Moreover, On the moredetail.pl page, we already have a link to the basket. Maybe we want change this link with another which points to the order page (neworderempty.pl). Agreed too
I don't failed QA because I need another QA point of view.
Technically, with template toolkit, the following line
[% IF ( A ) %] [% IF ( B ) %] text [% END %][% END %]
can be replaced with
[% IF ( A and B ) %] text [% END %]
It is more readable. Agreeing as well,
overall, failed QA, sorry -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 --- Comment #9 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I agree with Paul and Jonathan - the item display should show what you need for circ, other information can be a click away on the moredetail.pl page. I think the page already shows order date with link to the order and a acquisition date with a link to the invoice. It also shows the vendor. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |RESOLVED Resolution|--- |WONTFIX --- Comment #10 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- We display a lot of acq related informaton on the items tab now - so I am marking this wontfix. Please reopen if you disagree and there is still something that needs to be done. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 mathieu saby <mathieu.saby@univ-rennes2.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathieu.saby@univ-rennes2.f | |r --- Comment #11 from mathieu saby <mathieu.saby@univ-rennes2.fr> --- OMG, I worked on a patch for showing orders in details.pl, but I never realized there was a already a link to basket in moredetails.pl!! I must tell that to my librarians as soon as possible... M. Saby -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 --- Comment #12 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hope it makes them happy :) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 --- Comment #13 from mathieu saby <mathieu.saby@univ-rennes2.fr> --- Oh, you cannot imagine ;-) However, current behavior is NOT good, because you can see Acq information only if items have been created. If you create items when you receive documents, you cannot see any Acq information in detail or moredetails pages. So, something must be done to improve that. Either BZ 6777, or BZ 9780, or BZ 7294, or a mix of this 3 bugs. M. Saby -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 --- Comment #14 from mathieu saby <mathieu.saby@univ-rennes2.fr> --- Katrin, could you look at my last comment under 9780 and give me your opinion please ? M. Saby -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org