This error occurs when displaying a summary of
non-project time when it has to account for an absence.
For example, if you have added an absence from November
1st, 2003 to November 10th, 2003, the report should
show you as being absent for 6 days (saturdays and
sundays are taken off). However, if you try to get a
non-project summary from November 1st,2003 to November
10th, 2003, the report shows you as being absent for 4
days.
The patch is a quick fix. One of the variables $end in
the function calcDaysPerAbsence in non_proj_hours.php
was being used where $loop_end should have been used.
Found at location opt/calendar/timesheets/reports/
Located in opt/calendar/timesheets/reports/
Logged In: YES
user_id=890926
Found a similar problem with the CSV summary download for
Time Summary by Person. If the absence period ends the day
of the period end (for the summary), the time entered for
the last day of the absence doesn't get included in the CSV.
The second patch fixes this.
Logged In: YES
user_id=22084
Thanks. Applied. Will be available in the next release.