Re: Record api traffic (Fineract 1.x)

2019-10-21 Thread James Dailey
Niklas - why can't you configure Postman to use Https through a proxy? I'm not an expert on this, but it sounds counter-intuitive to me. I found this link if applicable: https://support.getpostman.com/hc/en-us/articles/360008893713-How-do-I-configure-Postman-to-work-through-a-proxy- @jdailey67

Re: Record api traffic (Fineract 1.x)

2019-10-21 Thread Joseph Cabral
Hi Niklas, In addition to what Vishwas already suggested on the securityContext.xml of Fineract, for the community app you need to modify initialTasks.js and set all 'https://' to 'http://'. You also need to modify the conf/server.xml of Tomcat to serve your application using http. Regards,

Re: Load testing of MifosX/Fineract scheduler jobs

2019-10-21 Thread Ed Cable
Nayan, Thanks for assisting Joseph with those suggestions and Joseph thanks for sharing the initial results of improvements after indexing. I'm happy you emailed about this as performance testing and improving performance for high scalability environments is a topic of wide importance for many

Re: Should we archive MariaDB and Data-jpa repositories ?

2019-10-21 Thread Ed Cable
Vishwas, Thanks for responding with the more detailed context around the feedback you were intending to convey regarding configurability around the DB and not maintaining specific repositories for each DB. Your response helps address some of the concerns that James was bringing up in the other

Re: Facing errors while running apache-fineract

2019-10-21 Thread Muskan Khedia
Can anyone please help me with this? Thank You Muskan Khedia On Sun, Oct 20, 2019 at 1:27 AM Muskan Khedia wrote: > I am new to this project. Can you please guide me on how to do that ? > > On Sun, Oct 20, 2019 at 1:08 AM hilary marcel > wrote: > >> Why don't you just charge the first

Re: About support for revolving credit in Fineract

2019-10-21 Thread Ed Cable
Niklas, A number of other users in the community are also exploring revolving line of credit support and building it out on Fineract 1.x or Fineract CN. Prakash has led efforts to draft an initial requirements doc/spec that we're continuing to expand. I will share that here and also add to the

Re: Record api traffic (Fineract 1.x)

2019-10-21 Thread Vishwas Babu A J
Niklas, I am not entirely sure what you mean, Fineract works only on HTTPS . If you want it to work on HTTP, you would have to remove all requires-channel="https" attributes from

Re: About support for revolving credit in Fineract

2019-10-21 Thread Vishwas Babu A J
That is correct. You would need to make changes similar to those at https://cwiki.apache.org/confluence/display/FINERACT/Line+of+Credit to support this functionality in Fineract On 2019/10/21 14:39:06, Niklas Uhrberg wrote: > Hello, this question is more about the functionality offered by

Re: Should we archive MariaDB and Data-jpa repositories ?

2019-10-21 Thread Vishwas Babu A J
Hello All, Adding some context regarding the review comments made on the approach taken for the MySQL to PostgreSQL migration during a code walkthrough with Ed and Isaac. In the context of each microservice (take accounting for example) , the changes required are encapsulated in

RE: About support for revolving credit in Fineract

2019-10-21 Thread Niklas Uhrberg
I tried configuring a savings account with a positive overdraft limit and this may be a usable setup to get the "credit card behaviour" . Let's assume that the desired behaviour is the following cycle: 1. The customer uses the card connected to the overdraft savings account to make purchases

RE: About support for revolving credit in Fineract

2019-10-21 Thread Niklas Uhrberg
Hi, thanks for the quick reply and suggestion. No I have not delved into OD account, will do that now! BR Niklas [cid:imageec9486.PNG@5656957a.4e915d6d] Niklas Uhrberg Konsult IT Development | Loans & Credit Resurs Bank AB Växel: +46 42 38 20 00 E-post:

RE: About support for revolving credit in Fineract

2019-10-21 Thread zayyad
Hello Niklas, Have you explored the option of overdraft savings account? With a credit card facility, you are normally given a limit and there is no fixed repayment schedule.. With the OD account available in Fineract 1.x, you can specify overdraft limit and configure other terms as

About support for revolving credit in Fineract

2019-10-21 Thread Niklas Uhrberg
Hello, this question is more about the functionality offered by Fineract (1.x or CN) than a technical question. Reading the documentation and looking at the Community App interface I conclude that there is no support for credit card type of credit a.k.a. revolving credit. In this type of

Re: Load testing of MifosX/Fineract scheduler jobs

2019-10-21 Thread Joseph Cabral
Hi everyone, I would like to share the initial results of our testing and get your feedback. We modified the code for the post interest to savings scheduler job, specifically the findByStatus method in SavingsRepositoryWrapper where it queries the active savings accounts. We noticed that it the

Re: [CVE-2016-4977] Apache Fineract remote code execution vulnerabilities fixed in v1.3.0

2019-10-21 Thread Vishwas Babu A J
> Apparently your announcement was not accepted to the annou...@apache.org > list It was, see http://mail-archives.us.apache.org/mod_mbox/www-announce/201910.mbox/%3CCACqpLwJGBRp9cpyhVwxvc0SSrTbUoDxAr%2BYnywXjj%3DBRFhiyPw%40mail.gmail.com%3E On 2019/10/16 08:19:54, Myrle Krantz wrote: > Hey

Re: Should we archive MariaDB and Data-jpa repositories ?

2019-10-21 Thread Isaac Kamga
Thanks for your input Michael and Juhan, I agree with you that adding more complexity to Fineract CN would slow down development even further so sticking to one RDBMs is better. Cheers, Isaac Kamga. On Sun, Oct 20, 2019 at 11:16 PM Juhan Aasaru wrote: > Hi! > > I agree with Michael on this. >

RE: Fineract CN public Docker images are now available

2019-10-21 Thread Niklas Uhrberg
Thanks for the clarification, much appreciated! BR Niklas [cid:image905646.PNG@54155388.4c9c76b5] Niklas Uhrberg Konsult IT Development | Loans & Credit Resurs Bank AB Växel: +46 42 38 20 00 E-post: niklas.uhrb...@resurs.se Webb:

Re: Fineract CN public Docker images are now available

2019-10-21 Thread Juhan Aasaru
Hi Niklas, Provisioner micro service is the only one that creates any tables on startup. Rhythm (and any other micro service) waits until you tell Provisioner what you want to do. khepri_beats is application-specific table (it is kept in medatadata database - called 'seshat' in Demo Server and

Re: [Mifos-developer] PostgresSQL for Fineract 1.x

2019-10-21 Thread Michael Vorburger
On Mon, 21 Oct 2019, 08:34 Joseph Cabral, wrote: > Hi Michael, > > We want to switch since it is part of the deal with one of our clients. We > will be integrating Fineract with our other products and they need to be > database agnostic depending on the client's preference. > IMHO "database

RE: Fineract CN public Docker images are now available

2019-10-21 Thread Niklas Uhrberg
OK, sounds fine. Does this mean that if if the rhythm service is started (and everything works) the relation khepri_beats will indeed exist? /Niklas [cid:image7c11ee.PNG@90625653.4ab744f5] Niklas Uhrberg Konsult IT Development | Loans & Credit Resurs Bank AB Växel: +46 42 38 20 00

Re: PostgresSQL for Fineract 1.x

2019-10-21 Thread Joseph Cabral
Hi Michael, We want to switch since it is part of the deal with one of our clients. We will be integrating Fineract with our other products and they need to be database agnostic depending on the client's preference. Yes we will try it out for ourselves and share the procedure if we are

Re: PostgresSQL for Fineract 1.x

2019-10-21 Thread Michael Vorburger
On Mon, 21 Oct 2019, 07:53 Joseph Cabral, wrote: > Hi everyone, > > I see that there is an ongoing project of migrating Fineract CN from > MySQL/MariaDB to PostgresSQL. Is there a similar initiative for Fineract > 1.x? > Not that I know of, no, I don't think so. But if your business has a

Re: Should we archive MariaDB and Data-jpa repositories ?

2019-10-21 Thread Juhan Aasaru
Hi! I agree with Michael on this. We have very limited resources - let's spend them on work that gives back the most value. Also we should keep in mind that if we add complexity to the system the slower the development speed is going to be. And more complexity sets the bar higher for any