[OGo-Bugs][Bug 1167] Enh: If a job is due, but not finished, the user should be notified.

bugs@opengroupware.org bugs@opengroupware.org
Sun, 18 Mar 2007 10:33:28 +0100 (CET)


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=1167


reitenbach@rapideye.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #494 is|0                           |1
           obsolete|                            |
 Attachment #497 is|0                           |1
           obsolete|                            |




------- Additional Comments From reitenbach@rapideye.de  2007-03-18 09:14 -------
Created an attachment (id=497)
 --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=497&action=view)
updated patch, without the Command Logic 

I added a JobNotifyPreSubject Default, that defaults to "OGo Notification" , to
fulfill Oliviers request, 

    ogojobnotify = {
	JobNotifyBeVerbose = NO;
	JobNotifyCheckPrefix = 600;
	JobNotifyDefaultTimeZone = MET;
	JobNotifyFromAddress = "ogoroot@mydomain.org";
	JobNotifyOGoPassword = "";
	JobNotifyOGoUser = ogoadmin;
	JobNotifyPreSubject = "L00 bugdead prods. Notification";
	JobNotifySendmailPath = "/usr/sbin/sendmail";
	JobNotifySendmailToExternal = NO;
	JobNotifySendpageEnabled = NO;
	JobNotifySentResourcesFile = "/var/log/opengroupware.org/ogo.log";
    };

The e-mail body can be overridden by defining the JobNotifyMessageFormat
Default. This is only useful for translations, as the order of the values used
in the template are hardcoded, as it 
is in skyaptnotify too. The default message template is the following:

  msgtemplate =
    @"Task Notification\n"
    @"\n"
    @"	title:	      %@\n"
    @"	owner:	      %@\n"
    @"	start-date:   %@\n"
    @"	end-date:     %@\n"
    @"	status:       %@\n"
    @"	sensitivity:  %@\n"
    @"	priority:     %@\n"
    @"	actual work:  %@\n"
    @"	total work:   %@\n";


------- Additional Comments From reitenbach@rapideye.de  2007-03-18 10:33 -------
Created an attachment (id=498)
 --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=498&action=view)
updated patch

removed the possibility to select hours from the reminder popups in the webui

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.