Summary: | Add time to date column for patron circulation history | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | Patrons | Assignee: | Kyle M Hall (khall) <kyle> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | david.roberts, gmcharlt, kyle.m.hall, sandboxes, tomascohen |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 13336 - Add time to date column for patron circulation history
Bug 13336 - Add time to date column for patron circulation history Bug 13336 - Add time to date column for patron circulation history |
Description
Kyle M Hall (khall)
2014-11-25 17:56:58 UTC
Created attachment 33923 [details] [review] Bug 13336 - Add time to date column for patron circulation history Some librarians have expressed that it would be very helpful to have the hours displayed in the date column for a patron's circulation history. The time an action took place can be vital to tracking down which librarians were working at the time a given circulation action took place. Test Plan: 1) View a patron's circulation history 2) Note the Date column has no hour/minute 3) Apply this patch 4) Reload the page 5) Note the hour and minutes now display Patch tested with a sandbox, by David Roberts <david.roberts@ptfs-europe.com> Created attachment 34044 [details] [review] Bug 13336 - Add time to date column for patron circulation history Some librarians have expressed that it would be very helpful to have the hours displayed in the date column for a patron's circulation history. The time an action took place can be vital to tracking down which librarians were working at the time a given circulation action took place. Test Plan: 1) View a patron's circulation history 2) Note the Date column has no hour/minute 3) Apply this patch 4) Reload the page 5) Note the hour and minutes now display Signed-off-by: David Roberts <david.roberts@ptfs-europe.com> I've signed this off because it works as is but I do wonder whether it may be more use having the time in the "checked out on" or "return date" column. In fact, do we really need to have a date column in addition to these two columns? Created attachment 34185 [details] [review] Bug 13336 - Add time to date column for patron circulation history Some librarians have expressed that it would be very helpful to have the hours displayed in the date column for a patron's circulation history. The time an action took place can be vital to tracking down which librarians were working at the time a given circulation action took place. Test Plan: 1) View a patron's circulation history 2) Note the Date column has no hour/minute 3) Apply this patch 4) Reload the page 5) Note the hour and minutes now display Signed-off-by: David Roberts <david.roberts@ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Patch pushed to master. Thanks Kyle! |