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

Kay Chau resolved MIFOS-1728.
-----------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Unscheduled)
                   Release E

Savings FS is updated in E

> Clarifications needed in FS: Fiscal Year, rounding logic
> --------------------------------------------------------
>
>                 Key: MIFOS-1728
>                 URL: http://mifosforge.jira.com/browse/MIFOS-1728
>             Project: mifos
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: Release 1.0
>         Environment: Platform: All, OS: All
>            Reporter: emilytucker
>            Assignee: Kay Chau
>            Priority: Major
>             Fix For: Release E
>
>
> Here are two items that came up on the mailing list (from Soham).  Want to 
> make 
> sure these are clarified in the documentation.
> 1. In LoanBO.java ->applyRounding()
> the business rule is only applied if principal is not zero in any 
> installment.. 
> nowhere could i find the information as to why this is so? including the 
> functional specification
>  
> 2. another example (where someone else was already confused before me ;-) 
> org.mifos.application.accounts.savings.util.helpers ->savingHelper class
> public class SavingsHelper {
> private Calendar cal;
> // TODO: pick from configuration
> /** I assume the hardcoding of 1 Jan 2006 is trying to say 
> that the default fiscal year is January 1 to December 31.
> Do we use the year?
> What does this control, versus 
> {...@link SavingsConstants#POSTING_DAY}? */
> public Date getFiscalStartDate() {
> try {
> SimpleDateFormat format = new SimpleDateFormat("dd/MM/yyyy");
> return format.parse("01/01/2006");
> } catch (ParseException pe) {
> throw new RuntimeException(pe);
> }
> }

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

        

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to