Would be nice if on the patron search results the fine amount was clickable so you could jump to the patron's pay screen.
Created attachment 103041 [details] [review] Bug 14229: Add link from patron search results fine to accounting tab in patron account This adds a link to the accounting tab from the patron search results by making the amount in the Fines column clickable. To test: - Make sure you have some patrons with fines, credits and 0,00 - Search for your patrons using the patron search, make sure you get more than one result for your search - Check the results table - the amount should always be linked and lead to the patron account accounting > transactions tab.
Created attachment 103043 [details] [review] Bug 14229: Only show 'Create labels' link on staged records import when status is imported The label creator won't be able to add a batch for items, if they are not imported into the database (missing itemnumber). This patch hides the link, when the status is not imported to avoid the error situation. To test: - Export a record with items from your Koha installation - Delete record an items - Stage the record with the items - the "Create labels" link should be showing - Try to create the labels - note error - Apply patch - Retry - the link should no longer show - Import the records - the should show now - Crate labels again - a new batch should have been created - Verify the link on the batch # leads to the batch in the labels module Bonus: Moves the message from the .pl file to the template to make it translatable.
Created attachment 103222 [details] [review] Bug 14229: Add link from patron search results fine to accounting tab in patron account This adds a link to the accounting tab from the patron search results by making the amount in the Fines column clickable. To test: - Make sure you have some patrons with fines, credits and 0,00 - Search for your patrons using the patron search, make sure you get more than one result for your search - Check the results table - the amount should always be linked and lead to the patron account accounting > transactions tab. Signed-off-by: David Nind <david@davidnind.com>
Created attachment 103259 [details] [review] Bug 14229: Add link from patron search results fine to accounting tab in patron account This adds a link to the accounting tab from the patron search results by making the amount in the Fines column clickable. To test: - Make sure you have some patrons with fines, credits and 0,00 - Search for your patrons using the patron search, make sure you get more than one result for your search - Check the results table - the amount should always be linked and lead to the patron account accounting > transactions tab. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Created attachment 103260 [details] [review] Bug 14229: Remove extra spaces Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Nice work everyone! Pushed to master for 20.05
enhancement not backported to 19.11.x