[OGo-Bugs][Bug 757] Enh: add tableviews/lists in scheduler
bugs@opengroupware.org
bugs@opengroupware.org
Mon, 24 Sep 2007 19:51:13 +0200 (CEST)
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=757
------- Additional Comments From awilliam@whitemice.org 2007-09-24 19:51 -------
The appointments tab in the Contact view seems to focus on the future not the
past. It shows all the appointments for the current week to a month in the
future. I thought there was an open bug about making this range configurable,
but I can't seem to find it now.
SkyPersonViewer.m
-----------------
// TODO: need a date selection over here
sd = [[self weekStart] beginOfDay];
ed = [[sd dateByAddingYears:0 months:1 days:-1] endOfDay];
q = [[[SkyAppointmentQualifier alloc] init] autorelease];
[q setStartDate:sd];
[q setEndDate:ed];
[q setTimeZone:[[self session] timeZone]];
person = [[self person] valueForKey:@"globalID"];
[q setCompanies:[NSArray arrayWithObject:person]];
[q setResources:[NSArray array]];
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.