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

Kojo Gambrah-Sampaney updated MIFOS-3480:
-----------------------------------------

    Status: Verified  (was: Resolved)

> Interest Calculation Batch Job failure can result in zero interest posting
> --------------------------------------------------------------------------
>
>                 Key: MIFOS-3480
>                 URL: http://mifosforge.jira.com/browse/MIFOS-3480
>             Project: mifos
>          Issue Type: Bug
>          Components: Batch jobs, Savings Account
>    Affects Versions: Release 1.6.0
>            Reporter: Udai Gupta
>            Assignee: mifosdeveloperqueue
>            Priority: Major
>             Fix For: Release E
>
>
> Interest Calculation Batch Job uses SavingsBO.interestToBePosted (bucket) 
> field for communicate to Interest posting job.
> E.g 1 month interest calculation and 3 month interest posting freq.
> SavingsBO.interestToBePosted is zero (bucket is empty)
> 1st month interest calculation puts 20 -> in SavingsBO.interestToBePosted ( 0 
> + 20 = 20)
> 2nd month interest calculation puts 25 -> in SavingsBO.interestToBePosted (20 
> + 25 = 45)
> 3rd month interest calculation puts 30 -> in SavingsBO.interestToBePosted (45 
> + 30 = 75)
> 3rd month interest posting takes total from SavingsBO.interestToBePosted and 
> posts that.
> if the 3rd month interest calculation fails then the interest posting will be 
> done at 45 instead of 75
> If interest calculation job fails due to some error/exception it will leave 
> the bucket empty (or in inconsistent state) which will cause a zero (or less) 
> interest posting.

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

        

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to