FINERACT-1109 appropriate-interest-larger-than-emi#1220
FINERACT-1109 appropriate-interest-larger-than-emi#1220avikganguly01 merged 1 commit intoapache:developfrom
Conversation
|
You got checkstyle violations. Run |
|
@avikganguly01 knowing that @fynmanoj works with you, and assuming that you are still an active committer to this project (are you?), I was wondering if you would like to engage on code review feedback and possible evental merge of PRs such as this one? (I don't want to be a bottleneck on this project, and won't have the spare time to help review changes like this. If there are other active commiters such as @awasum @ptuomola @xurror or others reading this who want to engage on this PR, please don't let me hold you up / wait for me - I'll ignore this one, and try to help on others.) |
|
@fynmanoj this PR needs to have a JIRA issue on the ASF JIRA, instead of referencing an issue on https://mifosforge.jira.com. |
|
@vorburger I opened up tickets on JIRA for these pull requests and referenced them in the title of the PR. I tagged @avikganguly01 as a reviewer and assume he can do the needful in reviewing and merging the PRs as we are going to start testing this development branch with these pull requests merged on the user's test server. @fynmanoj we also have to address the failing build for this PR. |
There was a problem hiding this comment.
Rebase required. Missing integration test for this scenario.
https://travis-ci.org/github/apache/fineract/builds/713781505 - Tranche loan creation is failing. Can you check if it's a valid regression?
Have you tested same scenario for a new loan where there is a long gap between disbursement and first repayment date? If this is resolved, we can create and mention it in a separate bug blocked by resolution of this issue.
There was a problem hiding this comment.
This should have been part of PR FIN-1106.
There was a problem hiding this comment.
Is tranche loan approval failing due to flag?
There was a problem hiding this comment.
Looks like a different bug got squashed here. What effects could this bug have been producing? Shall we create a different ticket to track this?
There was a problem hiding this comment.
yes, found this while testing the new feature.
There was a problem hiding this comment.
In the add Interest method principle was added to the total due instead of the interest. which is wrong, as the added interest must reflect in the total due.
e53eb23 to
db98023
Compare
|
@avikganguly01 Did the recent changes made by @fynmanoj address the feedback you provided? |
Description
Describe the changes made and why they were made. Ignore if these details are present on the associated Jira ticket
https://mifosforge.jira.com/browse/AL-14
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!
Commit message starts with the issue number from https://issues.apache.org/jira/projects/FINERACT/. Ex: FINERACT-646 Pockets API.
Coding conventions at https://cwiki.apache.org/confluence/display/FINERACT/Coding+Conventions have been followed.
API documentation at fineract-provider/src/main/resources/static/api-docs/apiLive.htm has been updated with details of any API changes.
Integration tests have been created/updated for verifying the changes made.
All Integrations tests are passing with the new commits.
Submission is not a "code dump". (Large changes can be made "in repository" via a branch. Ask on the list.)
Our guidelines for code reviews is at https://cwiki.apache.org/confluence/display/FINERACT/Code+Review+Guide