Integration test

2020-06-10 Thread Natasha Natarajan
Hi,

I would like to write an integration test to support
Fineract-934, Fineract-935, Fineract-936.

Is there documentation available to do this?

I appreciate your input in this matter.

Sincerely,
Natasha


Re: Installation using Docker Compose Error

2020-06-10 Thread Petri Tuomola
Hi

That error message is from the MySQL health check script, which was trying to 
ping the database without a password.

But my PR to fix it was merged two days ago, so you should not get the error 
message anymore if you pull the latest version of the repository today?

Regardless, whether you get that error message or not, Fineract itself should 
work fine - i.e. this error message should not affect the Fineract application 
itself.

Regards
Petri


> On 10 Jun 2020, at 9:25 PM, Stephen Oduor  wrote:
> 
> Hello , I have been trying to install fineract using docker compose as 
> documented here 
> git clone https://github.com/apache/fineract.git 
>  ; cd fineract
> docker-compose build
> docker-compose up -d
> But get Access denied for user ‘root’@‘localhost’ (using password: NO) when I 
> log I see below
> 
> 2020-06-09T09:27:29.286895Z 0 [Note] Event Scheduler: Loaded 0 events
> 2020-06-09T09:27:29.287358Z 0 [Note] mysqld: ready for connections.
> Version: ‘5.7.30’ socket: ‘/var/run/mysqld/mysqld.sock’ port: 3306 MySQL 
> Community Server (GPL)
> 2020-06-09T09:27:47.129668Z 9 [Note] Access denied for user 
> ‘root’@‘localhost’ (using password: NO)
> I have check on permissions and also the docker-compose.ym and server.xml 
> files
> I am also able to use the password (mysql) to docker exec into the mysql 
> container .
> 
> I am wondering what could I be doing wrong. Or are there further 
> configurations that are needed ?
> 
> 
> 
> Regards,
> 
> Stephen Oduor
> 



Question about custom repayment date schedules in Fineract

2020-06-10 Thread Vinayak Javaly
Hello all.

My company provides loans to employees through their employers.  We
disburse the loans, but each employer performs the employee payroll
deductions for the respective loan repayments.  Different employers have
different payroll cycles (some every two weeks, some twice a month, some
once a month).  Even within these different cycles, each employer can have
different payroll dates.  Therefore I think we need the ability to have
custom repayment dates for our loan products.  Is this possible in Fineract?

Thanks,
Vinayak


Installation using Docker Compose Error

2020-06-10 Thread Stephen Oduor
Hello , I have been trying to install fineract using docker compose as
documented here 


   1. git clone https://github.com/apache/fineract.git ; cd fineract
   2. docker-compose build
   3. docker-compose up -d

But get Access denied for user ‘root’@‘localhost’ (using password: NO) when
I log I see below

2020-06-09T09:27:29.286895Z 0 [Note] Event Scheduler: Loaded 0 events
2020-06-09T09:27:29.287358Z 0 [Note] mysqld: ready for connections.
Version: ‘5.7.30’ socket: ‘/var/run/mysqld/mysqld.sock’ port: 3306 MySQL
Community Server (GPL)
2020-06-09T09:27:47.129668Z 9 [Note] Access denied for user
‘root’@‘localhost’ (using password: NO)

I have check on permissions and also the docker-compose.ym and server.xml
files
I am also able to use the password (mysql) to docker exec into the mysql
container .

I am wondering what could I be doing wrong. Or are there further
configurations that are needed ?


Regards,

Stephen Oduor


Need help for "Add Accrual Transactions For Loans With Income Posted As Transactions" Scheduler Job

2020-06-10 Thread David Regis
I've created a loan product with interest recalculation and use it in a loan 
account. I made a repayment and ran the job but nothing happened. Is there 
guidelines or step by step way on what the loan product and loan account looked 
like or set up so that it will be qualified in this job? Thanks