[
https://issues.apache.org/jira/browse/FINERACT-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16309339#comment-16309339
]
ASF GitHub Bot commented on FINERACT-431:
-----------------------------------------
GitHub user MexinaD opened a pull request:
https://github.com/apache/fineract/pull/437
FINERACT-431 - Loan term greater than expected
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MexinaD/incubator-fineract FINERACT-431
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/fineract/pull/437.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #437
----
commit dc430723620097f4c69af2adeff6a6777e5a7361
Author: Mexina M Daniel <mexinmiel@...>
Date: 2018-01-03T09:00:50Z
FINERACT-431 - Loan term greater than expected
----
> Should not allow more than expected loan term based on 'number of
> repayments' and 'Repaid every' values.
> ---------------------------------------------------------------------------------------------------------
>
> Key: FINERACT-431
> URL: https://issues.apache.org/jira/browse/FINERACT-431
> Project: Apache Fineract
> Issue Type: Improvement
> Components: Loan
> Reporter: Mexina Daniel
> Assignee: Markus Geiss
> Priority: Minor
> Labels: p2
>
> In loan application, the frequency of the loan term has to be the same with
> the frequency of repaid every (days/weeks/months/years), by this : loan term
> = number of repayment x repaid every.
> e.g
> 1. Create a loan product and fill the necessary requirements (put default
> number of repayment = 6, repaid every = 1 month)
> 2. Create a loan account to an active client and fill all necessary
> requirement ( put loan term = 8 months), leave the number of repayment to 6.
> The system is allowing the loan term to be greater than (number of repayments
> x repaid every) and provide the repayment schedule based on 'number of
> repayments' and 'repaid every' values
> It should deny the submission and through an error like when you provide loan
> term less than (number of repayments x repaid every)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)