Summary: | Add link from vendor to linked subscriptions | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Serials | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | 1joynelson, colin.campbell, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
Adds a link on the vendor detail page to a subscription search for the vendor's name to get a list of all linked subscriptions.
|
Version(s) released in: |
20.05.00, 19.11.05
|
Circulation function: | |||
Attachments: |
Bug 24877: Add link from vendor to linked subscriptions
Bug 24877: Add link from vendor to linked subscriptions Bug 24877: Add link from vendor to linked subscriptions |
Description
Katrin Fischer
2020-03-16 07:09:45 UTC
Created attachment 100723 [details] [review] Bug 24877: Add link from vendor to linked subscriptions Koha shows the number of subscriptions linked to a vendor, but there is no way to look them up. This adds a link to the subscription search with the vendor name, so there is an easy way to find the subscriptions. To test: - Be superlibrarian or have serials permission - Make sure you have one or more subscriptions linked to vendors - Go to the vendor's detail page in acquisitions - Verify the number of subscriptions is now a link - Verify the search results are correct when clicking on it - Remove permissions (no serials, not superlibrarian) - Verify now the number shows, but is not linked It would be better to link by ID, but we have no search option by vendor ID in serials right now. Created attachment 101023 [details] [review] Bug 24877: Add link from vendor to linked subscriptions Koha shows the number of subscriptions linked to a vendor, but there is no way to look them up. This adds a link to the subscription search with the vendor name, so there is an easy way to find the subscriptions. To test: - Be superlibrarian or have serials permission - Make sure you have one or more subscriptions linked to vendors - Go to the vendor's detail page in acquisitions - Verify the number of subscriptions is now a link - Verify the search results are correct when clicking on it - Remove permissions (no serials, not superlibrarian) - Verify now the number shows, but is not linked Signed-off-by: Devinim <nazli@devinim.com.tr> Created attachment 101532 [details] [review] Bug 24877: Add link from vendor to linked subscriptions Koha shows the number of subscriptions linked to a vendor, but there is no way to look them up. This adds a link to the subscription search with the vendor name, so there is an easy way to find the subscriptions. To test: - Be superlibrarian or have serials permission - Make sure you have one or more subscriptions linked to vendors - Go to the vendor's detail page in acquisitions - Verify the number of subscriptions is now a link - Verify the search results are correct when clicking on it - Remove permissions (no serials, not superlibrarian) - Verify now the number shows, but is not linked Signed-off-by: Nazlı Çetin <nazli@devinim.com.tr> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Nice work everyone! Pushed to master for 20.05 backported to 19.11.x for 19.11.05 not backporting enhancement to 19.05.x |