[OpenVPMS Developers] [JIRA] Created: (OVPMS-929) Reminder Workspace not processing second and subsequent reminders

Reminder Workspace not processing second and subsequent reminders -----------------------------------------------------------------

Key: OVPMS-929 URL: https://openvpms.atlassian.net/browse/OVPMS-929 Project: VPMS Web Application Issue Type: Bug Components: Reporting Affects Versions: 1.4-beta-1 Reporter: Tony De Keizer Assignee: Tim Anderson Fix For: 1.4-beta-2

The reminder workspace is not correctly displaying and processing second and subsequent reminders.

When searching for reminders to include in the workspace using the specified to and from dates the DueReminderQuery is constraining the initial query using both the from date and the to date on the reminders endTime node. This will find only those reminders who's original due date was between these two dates but not include second and subsequent reminders who's next due date uses the reminders endtime and the overdue period specified in the reminderType.

Also constraining this query will not process any reminders which may be due for cancellation.

I believe the solution is to remove the from constraint from the query so all IN_PROGRESS reminders on or prior to to date will be selected and then filtered by the workspace according to calculated next due date and cancellation criteria.

-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://openvpms.atlassian.net/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

_______________________________________________ OpenVPMS Developers Mailing List developers@lists.openvpms.org To unsubscribe or change your subscription visit: http://lists.openvpms.org/listinfo/developers Posts from this mailing list can be viewed online and replied to in the OpenVPMS Developer's forum- http://tinyurl.com/openvdf

Syndicate content