Introducing myself to the community

2019-01-14 Thread Abhijit Ramesh
Hi Everyone,
I am Abhijit Ramesh a First Year Undergrad at Amrita School of Engineering,
Amritapuri. I was going through some android repositories and came across
fineract-cn-mobile and found it really interesting. I would like to start
contributing to this project I have already build the environment.



I have done some bug fixing in the past, Android and Java are my fields of
interest. Any suggestions on how to get started would be greatly
appreciated.
-- 
Regards,
Abhijit Ramesh
GitHub  | Blog
 | FOSS@Amrita



Re: DISCUSS: Architecture/Design for Enabling External Apps to securely access data on Apache Fineract CN

2019-01-14 Thread Ed Cable
Hi David,

Sorry for the delayed reply. I for some reason did not see your email till
now. Thank you very much for weighing in and volunteering to document a
threats list. I too believe that is a good starting point and we might soon
have some others weighing in with their thoughts on the proper
architectural design.

 Sharing your knowledge in a both architecting a secure design in which to
connect via client/self-service A{Is as well as your recommendations on
deployment architecture are gladly appreciated.

If you can share with me your confluence ID for the fineract confluence, I
will give you the proper permissions  so you can create the suggested page.

Thanks,

Ed

On Sun, Jan 6, 2019 at 2:34 AM David Yahalomi  wrote:

> Hello Fineracters,
>
> *TL;DR*: Let's start with a threats list and discuss each threat on it's
> own and in composition.
>
> I'm David from Articode and I've recently started setting up a self service
> fineract solution.
> In the past I've worked on developing a digital self service branch for the
> 2nd biggest bank in Israel. Their core used T24 by the swiss company
> Temenos.
> I have recently been in contact with Ed and Fiter from the fineract
> community, and I was asked by Ed to chime in this thread.
>
> In my experience, making a secure self service mobile application has many
> concerns and requirements but most of those are addressed in deployment
> architecture and the creation of a good audit and session management tool.
>
> Is there a documented list of possible threats in having a self service
> mobile app?
>
> If not, I think it will be a great first step. I would gladly start one on
> the confluence.
> Once curated, we can introduce various solutions to defend against any of
> those threats in various environments, but I think that the list is a
> mandatory step.
>
> Best,
> David
>


-- 
*Ed Cable*
President/CEO, Mifos Initiative
edca...@mifos.org | Skype: edcable | Mobile: +1.484.477.8649

*Collectively Creating a World of 3 Billion Maries | *http://mifos.org
  


Re: [Fineract CN] - blocking an amount

2019-01-14 Thread Marta Jankovics

Hi Shruthi,

The only place I've found in the documentation regarding/on Hold 
functionality /is in the /Outstanding features /section:


https://cwiki.apache.org/confluence/display/FINERACT/Flag%2C+Lock%2C+or+Place+Accounts+on+Hold

On the other side this document was last edited on February 5, 2016. so 
maybe there is a newer version?


Could you please be so kind to link the appropriate page where to check?

Investigating the CN code I've found a way to set the whole account to 
be locked (special status), but that is not what I need as I would like 
to lock and release only an amount on the account.


Thank you,

Márti

On 2019. 01. 14. 11:20, Shruthi M R wrote:

Hi Peter,

Savings amount hold/release feature available in Fineract. Kindly 
check the API doc for more details.


Regards,

Shruthi



On Mon, Jan 14, 2019 at 3:46 PM Peter Santa > wrote:


Hello Everyone!

We are working on integrating Fineract CN with Mojaloop.

Is there implemented a feature to block an amount on an account of
a customer? The customer wants to transfer it, if some conditions
are met, so until the conditions are checked, the amount should be
blocked (=cannot be spent to another purpose, but can be released
if the conditions wont't be met).

Thank you.

Péter Sánta
DPC Consulting Ltd.



Re: [Fineract CN] - blocking an amount

2019-01-14 Thread Awasum Yannick
Hello,

Peter, I am not sure that feature has been implemented on Fineract CN.
Myrle is that the case?
Peter, PRs are welcomed if you get to add this feature on Fineract CN.

Thanks

On Mon, Jan 14, 2019 at 11:24 AM Shruthi M R <
shru...@confluxtechnologies.com> wrote:

> Hi Peter,
>
> Savings amount hold/release feature available in Fineract. Kindly check the
> API doc for more details.
>
> Regards,
>
> Shruthi
>
>
> On Mon, Jan 14, 2019 at 3:46 PM Peter Santa  wrote:
>
> > Hello Everyone!
> >
> > We are working on integrating Fineract CN with Mojaloop.
> >
> > Is there implemented a feature to block an amount on an account of a
> > customer? The customer wants to transfer it, if some conditions are met,
> so
> > until the conditions are checked, the amount should be blocked (=cannot
> be
> > spent to another purpose, but can be released if the conditions wont't be
> > met).
> >
> > Thank you.
> >
> > Péter Sánta
> > DPC Consulting Ltd.
>


Re: [Fineract CN] - Feign client issues

2019-01-14 Thread Awasum Yannick
Hello Peter,

Please paste your logs here containing the error message and share the
piece of code you have modified or trying to modify. Also tell us what you
have done to try to fix the issue.
This will help anyone who wish to help you.

Thanks.
Awasum

On Mon, Jan 14, 2019 at 11:15 AM Peter Santa  wrote:

> Hello Everyone!
>
> We are working on integrating Fineract CN with Mojaloop.
>
> Has someone faced the problem with feign client, that when more than 1
> client is referred by a microservice, then an exception is thrown during
> provisioning (when running ServiceRunner), by hystrix?
> Is there any best practice to solve this?
>
> Thank you.
>
> Péter Sánta
> DPC Consulting Ltd.


Re: [Fineract CN] - blocking an amount

2019-01-14 Thread Shruthi M R
Hi Peter,

Savings amount hold/release feature available in Fineract. Kindly check the
API doc for more details.

Regards,

Shruthi


On Mon, Jan 14, 2019 at 3:46 PM Peter Santa  wrote:

> Hello Everyone!
>
> We are working on integrating Fineract CN with Mojaloop.
>
> Is there implemented a feature to block an amount on an account of a
> customer? The customer wants to transfer it, if some conditions are met, so
> until the conditions are checked, the amount should be blocked (=cannot be
> spent to another purpose, but can be released if the conditions wont't be
> met).
>
> Thank you.
>
> Péter Sánta
> DPC Consulting Ltd.


[Fineract CN] - Feign client issues

2019-01-14 Thread Peter Santa
Hello Everyone!

We are working on integrating Fineract CN with Mojaloop.

Has someone faced the problem with feign client, that when more than 1 client 
is referred by a microservice, then an exception is thrown during provisioning 
(when running ServiceRunner), by hystrix?
Is there any best practice to solve this?

Thank you.

Péter Sánta
DPC Consulting Ltd.

[Fineract CN] - blocking an amount

2019-01-14 Thread Peter Santa
Hello Everyone!

We are working on integrating Fineract CN with Mojaloop.

Is there implemented a feature to block an amount on an account of a customer? 
The customer wants to transfer it, if some conditions are met, so until the 
conditions are checked, the amount should be blocked (=cannot be spent to 
another purpose, but can be released if the conditions wont't be met).

Thank you.

Péter Sánta
DPC Consulting Ltd.