We show the number of subscriptions linked to a vendor on the vendor details page, but there is no way to see the subscriptions. We should have a link to search for them.
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