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

Udai Gupta updated MIFOS-3480:
------------------------------

    Description: 
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.

  was:
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)
1 month interest calculation puts 20 -> in SavingsBO.interestToBePosted ( 0 + 
20 = 20)
2  "      "        "           "  25 -> in SavingsBO.interestToBePosted (20 + 
25 = 45)
3  "      "        "           "  30 -> in SavingsBO.interestToBePosted (45 + 
30 = 75)
3 month interest posting takes total from SavingsBO.interestToBePosted and 
posts that.

if the 3 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.


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

        

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to