Re: Deposit funds API

2018-06-06 Thread Benedict Egima
Indeed I noticed, the last 5 params in the payload are actually optional  On Wed, Jun 6, 2018 at 5:03 PM, Nenge Masoya wrote: > You are welcome, > > Also, parameters for payment details are not mandatory. so it is okay even > if you ignore them in your api > > Regards. > >

Re: Deposit funds API

2018-06-06 Thread Benedict Egima
Thanks Nenge, this is spot on! On Wed, Jun 6, 2018 at 4:54 PM, Nenge Masoya wrote: > Hello Egima, > > The api for depositing funds into savings account is > https://localhost:8443/fineract-provider/api/v1/ > savingsaccounts/{accountsId}/transactions/?command=deposit, assuming you > are running

Re: Error displaying UI in Fineract-CN-fims-web-app

2018-06-06 Thread Mark van Veen
Hi Ruphine, Referring to the last code you shared, make sure: - you have closeDate added as a property to your form - you are passing in the right date format for the date field. HTML5 date input is using '-MM-DD'( https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date) - you

Re: Error displaying UI in Fineract-CN-fims-web-app

2018-06-06 Thread Ruphine Kengne
Hi Mark, Thanks very much for your reply. It was very helpful. I have fixed that issue you highlighted. On my dev tools, I have this new error: https://pastebin.com/GL44fR7R I am very grateful for your help. Thanks. On 6 June 2018 at 09:29, Mark van Veen

Re: Deposit Funds API

2018-06-06 Thread Benedict Egima
Hello all, Please disregard. I have found https://demo.openmf.org/api-docs/apiLive.htm#savingsaccounts_deposit and successfully consumed it. On Wed, Jun 6, 2018 at 12:51 PM, Benedict Egima wrote: > Hello everyone, > Can someone kindly point me to the right API for depositing funds into a >

Deposit Funds API

2018-06-06 Thread Benedict Egima
Hello everyone, Can someone kindly point me to the right API for depositing funds into a savings account. I have tried to look through the live docs https://demo.openmf.org/api-docs/apiLive.htm#savingsaccounts and I haven't succeeded in locating it.

Re: [Discussion] Fineract CN SMS & Email Notifications Project

2018-06-06 Thread Awasum Yannick
​Hi Graham, Delete your /tmp/* directory. Shutdown MySQL and Cassandra if you are not using persistence. ​If you run with peristent=true, make sure to delete the seshat and playground DBs in both MySQL and Cassandra before next run. Try to run the system without your changes. When that is

Re: Error displaying UI in Fineract-CN-fims-web-app

2018-06-06 Thread Mark van Veen
Hi Ruphine, if you open up the dev tools you should see some errors like: ERROR TypeError: this.form.get is not a function. It looks like you are passing in a form instance into the text-input component which does not exists. On Mon, Jun 4, 2018 at 9:25 PM Ruphine Kengne wrote: > Hello