[ 
http://mifosforge.jira.com/browse/MIFOS-2851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adam Monsen resolved MIFOS-2851.
--------------------------------

       Resolution: Fixed
              URL: http://www.mifos.org/developers/wiki/RealignMeetingIDs
     Story Points: 2
    Scheduled For: Release

Completed testing against a snapshot of secdep's latest staging database. Works 
as expected. Great work, John W (and team)!

1. loaded SECDEP staging data into a MySQL db
2. undid holiday pushout data (this is specific to secdep's data)

  UPDATE holiday
  SET    repayment_rule_id = 2
  WHERE  holiday_name LIKE 'Christmas%';
  
  DELETE FROM repayment_rule
  WHERE  repayment_rule.repayment_rule_lookup_id =
    (SELECT lookup_id FROM lookup_value
     WHERE  lookup_name LIKE '%PushOut%');
  
  DELETE FROM lookup_value
  WHERE  lookup_name LIKE '%PushOut%';

3. installed v1.3.1 release war file ( branches/v1.3.x/applicat...@15807 )
4. spot-checked customer ID 5773 in the UI, confirmed meeting mismatch w/center
5. stopped mifos
6. ran SQL update ( Query C from 
http://www.mifos.org/developers/wiki/RealignMeetingIDs ) to flag schedules for 
update by RegenerateSchedule batch job
7. deployed war built from branches/v1.5.x/applicat...@17149
8. installed custom task.xml to force all batch jobs to run
9. started Tomcat

The database upgrade took a while to run (widening all DECIMAL columns, etc). 
SavingsIntCalcTask failed (MIFOSADMIN-16), but all batch jobs completed (in 
about 5 minutes).

10. spot-checked customer ID 5773 in the UI, confirmed meeting match w/center

Noted that, while meeting had changed to Tuesday, a fee payment was still due 
on Thursday.

> Clean up data falling out from Issue 2652
> -----------------------------------------
>
>                 Key: MIFOS-2851
>                 URL: http://mifosforge.jira.com/browse/MIFOS-2851
>             Project: mifos
>          Issue Type: Bug
>          Components: Centers
>    Affects Versions: Release 1.5
>            Reporter: Kay Chau
>            Assignee: johnwoodlock
>            Priority: Major
>
> As a result of Issue 2652, opening a separate issue to track the cleaning up 
> of existing bad data as a result of the issue

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

        

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to