It would be nice if borrower.lastseen could be displayed at Patron details / Library use. Sometimes it gives a clue why a borrower who doesn't circulate anything is still active
Circulation Staff would really like to see this. lastseen has much more value to them than Last Updated.
+1 - this would be a nice feature
Created attachment 185382 [details] [review] Bug 33647: Display borrowers.lastseen on patronbriefinfo To test: 1. Apply patch 2. Check the top left corner patron info for a new element after Updated on field called patronlastseenon, note that if patron has no lastseen date, atfer the text Last seen on there is no date/time data visible
Created attachment 185402 [details] [review] Bug 33647: Display borrowers.lastseen on patronbriefinfo Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Created attachment 185403 [details] [review] Bug 33647: (follow-up) Don't try to show last seen info if there is none
In my patch the idea was to let the user know when patron has never used the account in a visual way in the element. What if we showed this somehow like: "Last seen on: never" or something like that instead? Maybe use : syntax with updated on too for uniformity.
(In reply to Lari Strand from comment #6) > "Last seen on: never" or something like that instead? That makes sense to me
(In reply to Owen Leonard from comment #7) > (In reply to Lari Strand from comment #6) > > "Last seen on: never" or something like that instead? > > That makes sense to me Same here. Circulation staff would know instantly that there's been no activity, instead of possibly wondering why the field isn't there.
Created attachment 185535 [details] [review] Bug 33647: (follow-up) Add UI improvements Use colon for Updated on and Last seen on texts If lastseen value doesn't exist, show the text 'Never' in UI
Just wondering about older databases or databases where the feature is turned off. 2 suggestions: 1) Could we use "not recorded" or similar when there is no date? 2) Should we make the display of the data dependent on the feature being turned on? (at least one trigger active)