HipChat for Fineract!

2018-07-10 Thread Myrle Krantz
Hey all,

Fineract now has an Apache Hipchat room!  Anyone who wants to join is welcome!

https://apache.hipchat.com/chat/room/4661218

Best Regards,
Myrle


Re: Specification Of A Machine To run Fineract CN

2018-07-10 Thread Myrle Krantz
Hey Cabrel,

The specs you list are similar to mine, and I have no difficulty
running Fineract CN.  I do have an i7 8th gen processor.  But I
believe that i5 should do it to.

Greets,
Myrle
On Tue, Jul 10, 2018 at 4:52 AM Nayan Ambali  wrote:
>
> Kemfang,
>
> It is a good configuration, should suffice the need to run Fineract on it.
>
> -
> Nayan Ambali
>
>
> On Tue 10 Jul, 2018, 6:50 AM Cabrel Kemfang, <
> ghislaincabrel.kemf...@gmail.com> wrote:
>
> > Hello Fineracter ,
> >
> > I am in the process of getting a new machine  I will like to know if a
> > machine i5 generation 6 ,16G of ram and 250 ssd of hard drive is sufficient
> > to run an work with Fineract CN
> >
> > Humbly,
> > Cabrel kemfang
> >


Re: API Docs

2018-07-10 Thread Sanyam Goel
Hi Anwesh,

For checking the swagger documentation, you have to setup the Fineract PR
#409,  https://github.com/apache/fineract/pull/409
You can also check out the report of the swagger project, for accessing the
swagger JSON and Swagger UI.
Swagger Report: https://goo.gl/8RMMhN

I will also provide you the swagger JSON, which can be easily used in swagger
Editor  for UI in a day or two

Let me know if you face any problems in the setup of swagger docs.

Thanks,
Sanyam

On Tue, Jul 10, 2018 at 6:18 AM Ed Cable  wrote:

> Including Fineract Dev list too.
>
> Anwesh,
>
> Those should be mostly up to date except for some of the new self-service
> APIs.  I'll let others reply. Sanyam - can you provide link to you Swagger
> docs too?
>
> On Mon, Jul 9, 2018 at 3:49 PM Anwesh Krishna Nayak <
> anweshkna...@gmail.com> wrote:
>
>> Hi Community,
>>
>> While working with Fineract API docs[1] I found most of the relevant APIs
>> are not documented or missing. Or information in certain sections is
>> incomplete.
>>
>> Could anyone guide me to the repository from where API docs are hosted?
>> So I could make the respective changes.
>>
>> Thanks
>>
>>
>> [1] . https://demo.openmf.org/api-docs/apiLive.htm
>>
>
>
> --
> *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
>   
>
>

-- 
SANYAM GOEL
Profile: plu.us/sanyam96
LinkedIn: https://goo.gl/NkmHkf
Github: https://goo.gl/STw1Rq
Hackerrank: https://goo.gl/va9Npm
+91-9818060934


Re: Issue about deploy Fineract to Tomcat server

2018-07-10 Thread Dingfan Zhao
Hi Steve, 

I followed the guide 
(https://github.com/openMF/mifosx/blob/master/INSTALL.md#234-configure-for-ssl 
)
 to set up the 2 databases. However, I still cannot make it work.

Regards,
Dingfan

> On 9 Jul 2018, at 11:37 PM, Steve Conrad  wrote:
> 
> HI Dingfan -
> 
> Have you created the 2 MySQL databases that are required for Fineract? This
> process is described in the installation documents. From a MySQL terminal,
> you need to do the following:
> 
> create database `mifosplatform-tenants`;
> create database `mifostenant-default`;
> 
> Take care,
> Steve
> 
> 
> On Mon, Jul 9, 2018 at 1:03 AM Dingfan Zhao  >
> wrote:
> 
>> Hello,
>> 
>> I have installed MySQL since I can login to MySQL server from terminal.
>> However, I am not sure whether my configurations about MySQL is correct,
>> let me check it.
>> 
>> Thanks for your advice.
>> 
>> Regards,
>> Dingfan
>> 
>>> On 9 Jul 2018, at 1:55 PM, Sampath Kumar G <
>> samp...@confluxtechnologies.com> wrote:
>>> 
>>> Hi Zhao,
>>> 
>>> Looks like MySQL has not installed. Can you please check are you able to
>> login to MySQL without any issues.
>>> 
>>> Regards,
>>> Sampath
>>> 
>>> ​Conflux Technologies Pvt Ltd >> >
>>> #304, 2nd Floor, 7th Main Road
>>> HRBR Layout 1st Block
>>> Bengaluru, Karnataka, 560043 INDIA
>>> ™
>>> Disclaimer: The information contained in this e-mail message and any
>> files/attachment transmitted with it is confidential and for the sole use
>> of the intended recipient(s) or entity identified. If you are not the
>> intended recipient, please email:supp...@confluxtechnologies.com 
>>  > supp...@confluxtechnologies.com > 
>> and destroy/delete all copies and
>> attachment thereto along with the original message. Any unauthorized
>> review, use, disclosure, dissemination, forwarding, printing or copying of
>> this email or any action taken in reliance on this e-mail is strictly
>> prohibited and is unlawful. The recipient acknowledges that Conflux
>> Technologies Private Limited or its subsidiaries and associated companies
>> are unable to exercise control or ensure or guarantee the integrity of/over
>> the contents of the information contained in e-mail transmissions. Before
>> opening any attachments, please check.
>>> 
>>> On Sun, Jul 8, 2018 at 10:57 PM, Dingfan Zhao >> 
>> >> wrote:
>>> Hi folks,
>>> 
>>> I encountered some errors when I tried to deploy the Fineract
>> application to Tomcat server.
>>> 
>>> At first, I generate the war file of Fineract using the command
>> `./gradlew -Penv=dev clean dist`.
>>> Then I run the `run fineract.sh` to deploy my war file to Tomcat server.
>>> During this process, I encountered the error of “Unable to start
>> embedded container; nested exception is
>> org.springframework.boot.context.embedded.EmbeddedServletContainerException:
>> Unable to start embedded Tomcat”.
>>> 
>>> I have searched on Google and StackOverflow, most of the answers are
>> about changing port number. However, this solution does not work for me. I
>> would like to ask for you guys’ help, do you have any idea about the
>> errors?
>>> 
>>> P.S. The full log of my deployment process is attached.
>>> 
>>> 
>>> 
>>> Regards,
>>> Dingfan



Re: FINERACT- 628 and FINERACT 638 APIs for self service app

2018-07-10 Thread Saksham Handu
Hi Shruti,

I have not questions.

Sincerely,
Saksham handu

On Tue, Jul 10, 2018 at 2:47 PM Shruthi M R 
wrote:

> Hi Ed,
>
> I went through the API docs and related fineract code. As per my
> observation, we currently support only below functionalities for Self
> Service App,
>
>
> 1. Loan account Read operations and also actions like
> submitting/withdrawing new loan and loan repayment schedule
> 2. Saving account read operations
> 3. Account transfer related APIs
>
> Above APIs documentation is available.
>
> Currently, we don't support submitting new savings/share accounts or any
> other API's requested in
> https://issues.apache.org/jira/browse/FINERACT-628.
>
> I will start working on creation of above requested  API's immediately.
> And will try to provide the API structure shortly.
>
> @Saksham, kindly ignore the API detail shared previously. Will share new
> API details shortly.
>
> Kindly let me know if you have any questions or concerns.
>
> Thank You,
>
> *Shruthi M R*
> Senior Software Engineer - Conflux Technologies
> shru...@confluxtechnologies.com | Skype: Shruthi Rajaram | Mobile:
> +91-8277012716
>
> On Mon, Jul 9, 2018 at 8:24 PM, Ed Cable  wrote:
>
>> Shruthi,
>>
>> Can you follow the patterns for the other self-service APIs that are
>> documented in the Mifos/Fineract API docs. I'm ccing Adi who wrote first
>> APIs that might be able to give some guidance.
>>
>> Ed
>>
>> On Mon, Jul 9, 2018 at 1:40 AM Saksham Handu 
>> wrote:
>>
>>> *Hi Shruthi,*
>>>
>>> *It looks fine to me. But I'm not sure as depends on the Organisation,
>>> that what all fields they want in payload and response should be send. Ed
>>> can look in the payload and response and give some feedback.*
>>>
>>> *Sincerely,*
>>> *Saksham Handu*
>>>
>>>
>>> On Mon, Jul 9, 2018 at 12:33 PM Shruthi M R <
>>> shru...@confluxtechnologies.com> wrote:
>>>
 Hi Saksham,

 I am reaching out to you regarding FINERACT-628.

 PFA API details for Creating Savings account.  As I am not sure about
 the format you are expecting, can you please look into the file and
 confirm or can you share any API which was previously distributed, for
 reference.


 Thank You,

 *Shruthi M R*
 Senior Software Engineer - Conflux Technologies
 shru...@confluxtechnologies.com | Skype: Shruthi Rajaram | Mobile:
 +91-8277012716

>>>
>>
>> --
>> *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- 628 and FINERACT 638 APIs for self service app

2018-07-10 Thread Shruthi M R
Hi Ed,

I went through the API docs and related fineract code. As per my
observation, we currently support only below functionalities for Self
Service App,


1. Loan account Read operations and also actions like
submitting/withdrawing new loan and loan repayment schedule
2. Saving account read operations
3. Account transfer related APIs

Above APIs documentation is available.

Currently, we don't support submitting new savings/share accounts or any
other API's requested in https://issues.apache.org/jira/browse/FINERACT-628
.

I will start working on creation of above requested  API's immediately. And
will try to provide the API structure shortly.

@Saksham, kindly ignore the API detail shared previously. Will share new
API details shortly.

Kindly let me know if you have any questions or concerns.

Thank You,

*Shruthi M R*
Senior Software Engineer - Conflux Technologies
shru...@confluxtechnologies.com | Skype: Shruthi Rajaram | Mobile:
+91-8277012716

On Mon, Jul 9, 2018 at 8:24 PM, Ed Cable  wrote:

> Shruthi,
>
> Can you follow the patterns for the other self-service APIs that are
> documented in the Mifos/Fineract API docs. I'm ccing Adi who wrote first
> APIs that might be able to give some guidance.
>
> Ed
>
> On Mon, Jul 9, 2018 at 1:40 AM Saksham Handu 
> wrote:
>
>> *Hi Shruthi,*
>>
>> *It looks fine to me. But I'm not sure as depends on the Organisation,
>> that what all fields they want in payload and response should be send. Ed
>> can look in the payload and response and give some feedback.*
>>
>> *Sincerely,*
>> *Saksham Handu*
>>
>>
>> On Mon, Jul 9, 2018 at 12:33 PM Shruthi M R > com> wrote:
>>
>>> Hi Saksham,
>>>
>>> I am reaching out to you regarding FINERACT-628.
>>>
>>> PFA API details for Creating Savings account.  As I am not sure about
>>> the format you are expecting, can you please look into the file and
>>> confirm or can you share any API which was previously distributed, for
>>> reference.
>>>
>>>
>>> Thank You,
>>>
>>> *Shruthi M R*
>>> Senior Software Engineer - Conflux Technologies
>>> shru...@confluxtechnologies.com | Skype: Shruthi Rajaram | Mobile:
>>> +91-8277012716
>>>
>>
>
> --
> *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
>   
>
>