Code Standard Questions from BOWPI

2018-03-02 Thread Angel Cajas
Hi, my name is Angel Cajas from BOWPI and I am making some changes to some features developed by us some months ago to use the same methods and validations already existing for some tasks such as the permission settings, the serialization and deserialization of json request and data retrieval

RE: Code Standard Questions from BOWPI

2018-04-06 Thread Angel Cajas
Fineract. Thanks, Ed On Fri, Mar 2, 2018 at 9:09 AM, Angel Cajas mailto:angel.ca...@bowpi.com>> wrote: > Hi, my name is Angel Cajas from BOWPI and I am making some changes to some > features developed by us some months ago to use the same methods and > validations already exis

Help to start contributions

2018-04-12 Thread Angel Cajas
Hi, I'm Angel Cajas from Bowpi, we are ready to submit the next features for code review: *Subrates *Transaction Detail Table *Calculation of overdue amount for daily charges As this useful article I understand that we need to create an issue before creating a pull request and would li

Rates module

2018-07-30 Thread Angel Cajas
Hi , I created an issue some time ago to add some previously defined rates to calculate the minimum and maximum nominal rate for a loan. I committed and pushed those changes to a forked repository and crated a new a pull request on the dev branch of this repository: https://github.com/apache/fi

RE: Rates module

2018-08-02 Thread Angel Cajas
community members (not just committers) to review and provided feedback on changes made. Ed On Mon, Jul 30, 2018 at 4:16 PM Angel Cajas wrote: > Hi , > > I created an issue some time ago to add some previously defined rates > to calculate the minimum and maximum nominal rate for a l

RE: Unable to add or reverse or modify older transactions

2019-05-10 Thread Angel Cajas
payment but this is done before or after the payments are processed. Like I said I’m not an expert so maybe someone else could give you a better explanation. Regards, Angel Cajas From: Parth Mangroliya Sent: jueves, 9 de mayo de 2019 12:10 To: dev@fineract.apache.org Subject: Unable to add or

Client retrieval endpoint fix

2019-05-22 Thread Angel Cajas
Hi everyone. Recently I've been testing the client retrieval endpoint sending a GET request to the path "/fineract-provider/api/v1/clients" and noticed that when you provide extra parameters to the search like firstName or lastName the result is empty. Should I create an issue in Jira by mysel

RE: [ANNOUNCE] Welcome Courage Angeh to the Apache Fineract PMC

2019-05-22 Thread Angel Cajas
Congratulations Courage!!! From: Awasum Yannick Sent: miércoles, 22 de mayo de 2019 12:43 To: Dev Subject: [ANNOUNCE] Welcome Courage Angeh to the Apache Fineract PMC Hi All, I am delighted to announce that Courage Angeh has been voted in as a new PMC Member at Apache Fineract. Courage has b

RE: Client retrieval endpoint fix

2019-05-22 Thread Angel Cajas
an issue and fix it. If it turns out to be a false alarm, you can always close the issue again. Thanks for investigating. On Wed, May 22, 2019 at 4:52 PM Angel Cajas mailto:angel.ca...@bowpi.com>> wrote: Hi everyone. Recently I’ve been testing the client retrieval endpoint sending

Upgrade Apache Tomcat Version for Fineract

2019-05-27 Thread Angel Cajas
Hello devs, I've been testing some features recently and tried to deploy Fineract using the embedded Tomcat server that it's used while building the project with dev environment. However the next error was thrown when I tried to start the app with embedded Tomcat server: Caused by: java.lang.I

RE: Upgrade Apache Tomcat Version for Fineract

2019-05-27 Thread Angel Cajas
work with the current code base? If this is the case, then create an issue, send a PR and we will review together. Thanks On Mon, May 27, 2019, 16:59 Angel Cajas mailto:angel.ca...@bowpi.com>> wrote: Hello devs, I’ve been testing some features recently and tried to deploy Fineract usi

RE: Upgrade Apache Tomcat Version for Fineract

2019-05-28 Thread Angel Cajas
either by specifying the spring-boot-starter-tomcat version in the dev dependencies or bumping the spring-boot-gradle-plugin version to 1.2.8. You tell If we should any of this changes it’s necessary. Thank you all for your attention From: Angel Cajas Sent: lunes, 27 de mayo de 2019 16:

RE: Upgrade Apache Tomcat Version for Fineract

2019-05-28 Thread Angel Cajas
-dependencies.gradle. The same has been updated with https://github.com/apache/fineract/pull/573 Regards, Vishwas On Tue, May 28, 2019 at 9:53 AM Angel Cajas mailto:angel.ca...@bowpi.com>> wrote: Hi again. Continuing with this issue I described yesterday, apparently different versions of tomcat

Issue on early repayment of loans with interest recalculation enabled

2019-06-03 Thread Angel Cajas
Hi devs, I'm doing some test with some products and I'm bringing this issue. I don't know if this is the right way it should work but for me I doesn't seem like it is. When I make a repayment equal or greater than the installment amount before the last installment date, the principal amount fo

Running IntegrationTest using different locale values

2019-06-19 Thread Angel Cajas
Hi developers, Recently I've been running the integrationTest gradle task and noticed that some tests were failing for me, however it seems that they work perfectly for other people. I noticed that most of those test failed because of the date format being used: "dd " and because th

RE: Running IntegrationTest using different locale values

2019-06-25 Thread Angel Cajas
egration tests are stable on Travis, we hardcode the system timezone to Asia/Kolkata (which is the same timezone of the default tenant) and set the system date to the 23rd of Feb 2019. Regards, Vishwas On Wed, Jun 19, 2019 at 11:22 AM Angel Cajas mailto:angel.ca...@bowpi.com>> wrote:

Behavior of extra installments for loan penalties charged after loan end date

2020-01-20 Thread Angel Cajas
Hi everyone. For some time I've been making some test for loan accounts with penalty charges but didn't notice until recently the behavior I'm about to describe: I create a loan with this parameters: Principal amount: 6000 Loan term: 1 Number of repayments: 1 Repay every: month Nominal interest:

Question regarding extra installments with interest only components

2020-06-05 Thread Angel Cajas
Hello everyone, I've got some questions regarding the field recalculatedInterestComponent that can be found on the m_loan_repayment_schedule table. As far as I can see this field it is marked as 1 for extra installments with interest only or penalty charges components that are created when a lo