[Koha-bugs] [Bug 27442] Circulation Module Report "Overdues" assumes time of 23:59:00 on upper bound of search

2021-04-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27442

Katrin Fischer  changed:

   What|Removed |Added

 Attachment #115351|0   |1
is obsolete||

--- Comment #6 from Katrin Fischer  ---
Created attachment 119801
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=119801=edit
Bug 27442: Assume 23:59:59 for date due end date

To test:
1 - have a checkout due yesterday at 23:59:59
2 - go to overdue.pl, search with yesterday's date in the From and To dates
3 - confirm your checkout is not listed
4 - change your To date to today
5 - confirm your check is listed
6 - apply patch, restart service
7 - repeat step 2
8 - your checkout is there!

Signed-off-by: Katrin Fischer 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 27442] Circulation Module Report "Overdues" assumes time of 23:59:00 on upper bound of search

2021-04-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27442

Katrin Fischer  changed:

   What|Removed |Added

   Patch complexity|--- |Trivial patch
 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 27442] Circulation Module Report "Overdues" assumes time of 23:59:00 on upper bound of search

2021-03-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27442

Owen Leonard  changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |and...@bywatersolutions.com
   |ity.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 27442] Circulation Module Report "Overdues" assumes time of 23:59:00 on upper bound of search

2021-01-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27442

--- Comment #5 from Andrew Fuerste-Henry  ---
Created attachment 115351
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115351=edit
Bug 27442: Assume 23:59:59 for date due end date

To test:
1 - have a checkout due yesterday at 23:59:59
2 - go to overdue.pl, search with yesterday's date in the From and To dates
3 - confirm your checkout is not listed
4 - change your To date to today
5 - confirm your check is listed
6 - apply patch, restart service
7 - repeat step 2
8 - your checkout is there!

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 27442] Circulation Module Report "Overdues" assumes time of 23:59:00 on upper bound of search

2021-01-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27442

Andrew Fuerste-Henry  changed:

   What|Removed |Added

 Status|REOPENED|Needs Signoff

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 27442] Circulation Module Report "Overdues" assumes time of 23:59:00 on upper bound of search

2021-01-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27442

Andrew Fuerste-Henry  changed:

   What|Removed |Added

 Resolution|INVALID |---
 Status|RESOLVED|REOPENED
Summary|Circulation Module Report   |Circulation Module Report
   |"Overdues" does not |"Overdues" assumes time of
   |accurately show overdues by |23:59:00 on upper bound of
   |date|search

--- Comment #4 from Andrew Fuerste-Henry  ---
On second thought, I think there is still a bug here.
When one sets a date range on this report, Koha appends a time onto the later
date in order to account for the fact that our date_due values include a time.
However, the time it appends is 23:59:00. That's mostly ok, since Koha
generally uses 23:59:00 as its end-of-day date_due time. However, if events
conspire such that one ends up with items due between 23:59:01 and 23:59:59,
those items will be left out of the report.

We should just make Koha append 23:59:59 instead. 
If someone wants to get fancy in a later bug, we could also add a time-picker
to the interface and let one limit the search by time.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/