[
http://mifosforge.jira.com/browse/MIFOS-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58063#action_58063
]
Vinod John commented on MIFOS-2986:
-----------------------------------
Item 3 in the above list is covered in build #1398 of head.
Working in progress on item 2. The SQL below will be used for fetching loan
accounts to be rescheduled and similar approach will be used for savings and
customer accounts
select
distinct(account.account_id) as accountId
from account
join office on account.office_id = office.office_id
join office_holiday on office.office_id = office_holiday.office_id
join holiday on office_holiday.holiday_id = holiday.holiday_id
and holiday.holiday_changes_applied_flag = 0
join loan_schedule schedule on account.account_id = schedule.account_id
and schedule.action_date between holiday.holiday_from_date and
holiday.holiday_thru_date;
> ApplyHolidayChangesTask batch task needs tweaking now that it handles branch
> level holiday (performance/scalability)
> --------------------------------------------------------------------------------------------------------------------
>
> Key: MIFOS-2986
> URL: http://mifosforge.jira.com/browse/MIFOS-2986
> Project: mifos
> Issue Type: Bug
> Components: Batch jobs
> Affects Versions: Shamim D
> Reporter: johnwoodlock
> Assignee: Vinod John
> Priority: Major
> Fix For: Shamim D
>
> Attachments: AccountPersistence.java, ApplyHolidayChangesHelper.java
>
>
> Changes to the code to allow the batch job to handle branch level holidays
> have slowed it down a lot.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues