Bug 6777 - Display link to related acquisitions details from catalogue record
Summary: Display link to related acquisitions details from catalogue record
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: 3.6
Hardware: All All
: P5 - low enhancement (vote)
Assignee: shinoy m
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-25 04:36 UTC by Savitra Sirohi
Modified: 2014-12-07 20:03 UTC (History)
6 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Display link to related acquisitions details from catalogue record (6.38 KB, patch)
2012-06-06 11:50 UTC, shinoy m
Details | Diff | Splinter Review
Bug 6777 - Display link to related acquisitions details from catalogue record (6.44 KB, patch)
2012-06-21 09:56 UTC, Paul Poulain
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Savitra Sirohi 2011-08-25 04:36:56 UTC
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.
Comment 1 Owen Leonard 2011-08-25 16:12:41 UTC
Be sure to wrap it in a check for acquisitions-related permissions.
Comment 2 shinoy m 2012-06-06 11:50:41 UTC Comment hidden (obsolete)
Comment 3 Paul Poulain 2012-06-21 09:56:11 UTC
Patch tested with a sandbox, by Delaye Stephane <stephane.delaye@biblibre.com>
Comment 4 Paul Poulain 2012-06-21 09:56:29 UTC
Created attachment 10403 [details] [review]
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>
Comment 5 Katrin Fischer 2012-06-21 10:36:46 UTC
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?
Comment 6 Mason James 2012-06-22 06:00:25 UTC
(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?
Comment 7 Jonathan Druart 2012-07-04 14:29:39 UTC
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.
Comment 8 Paul Poulain 2012-07-13 14:09:56 UTC
(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
Comment 9 Katrin Fischer 2012-07-13 14:21:21 UTC
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.
Comment 10 Katrin Fischer 2013-04-14 11:02:08 UTC
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.
Comment 11 Mathieu Saby 2013-04-14 11:33:18 UTC
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
Comment 12 Katrin Fischer 2013-04-14 11:36:29 UTC
Hope it makes them happy :)
Comment 13 Mathieu Saby 2013-04-14 11:44:47 UTC
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
Comment 14 Mathieu Saby 2013-04-14 11:53:14 UTC
Katrin, could you look at my last comment under 9780 and give me your opinion please ?

M. Saby