Re: [Mifos-developer] Swagger Implementation for the fineract backend

2019-08-05 Thread Kang Breder
Hello Michael


The swagger specification file is the response.json file. All the resource
classes are only used to add swagger annotations on each endpoint and for
model classes.
At  build time, the swagger specification is generated at
https://localhost:8443/fineract-provider/api/v1/swagger.json. You can use a
rest client to get that file.
You can find some new updates for the swagger docs on my repo
https://github.com/kangbreder/fineract/commits/swagger-documentation-gsoc2019



On Mon, Aug 5, 2019 at 7:52 PM Michael Vorburger  wrote:

> I'd also be interested to follow along re. this, but I can't seem to find
> a PR re this on https://github.com/apache/fineract/pulls .. what am I
> missing?
>
> I briefly looked at
> https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/java/org/apache/fineract/portfolio/self/client/api/SelfClientsApiResourceSwagger.java
> and
> https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/java/org/apache/fineract/portfolio/self/client/api/SelfClientsApiResource.java
> but don't understand yet how one could get the Swagger model for this at
> runtime?
>
> If you have this code only locally so far, I'd encourage you to push it to
> your GitHub so that others can try it out! -- It's also totally cool to
> raise a first PR already even if not everything is working perfectly yet.
> For example re "calls can not yet be made from swagger UI itself" that's
> something that could always be contributed as a separate follow-up PR after.
>
>
>
> On Mon, 5 Aug 2019, 13:05 Kang Breder,  wrote:
>
>> I think Ebenezer Graham works at the Backend too.
>>
>> On Mon, Aug 5, 2019 at 11:59 AM Kang Breder  wrote:
>>
>>> Hi Cajetan
>>>
>>> Find the path below for self client Api Resource
>>>
>>> fineract/fineract-provider/src/main/java/org/apache/fineract/portfolio/self/client/api/SelfClientsApiResource.java
>>>
>>> On Mon, Aug 5, 2019 at 11:09 AM Cajetan Rodrigues 
>>> wrote:
>>>
 Can you please point a repo where the self-service APIs are being
 created and also let me know who else is working on the backend other than
 you, so I get in touch with them.

 Thanks and Regards,

 *Cajetan Christopher Rodrigues*
 *B.E Computer Engineering*
 *rigrod1...@gmail.com *
 *Google Summer of code 2019*


 On Mon, Aug 5, 2019 at 12:18 AM Kang Breder 
 wrote:

> Thank you Cajetan for your help.
> I will try that out. The Fineract APIs are on every module of the
> codebase in the api package.
>
> Regards
>
> On Sat, Aug 3, 2019 at 4:31 PM Cajetan Rodrigues 
> wrote:
>
>> Also, can you point that project where all the fineract APIs have
>> been created? y be, I can try setting it up locally this week if i'm done
>> with my planned tasks with online banking app 3.0.
>>
>> Also let me know which all interns are currently working in the
>> backend more specifically with the self service apis
>>
>> Thanks and Regards,
>>
>> *Cajetan Christopher Rodrigues*
>> *B.E Computer Engineering*
>> *rigrod1...@gmail.com *
>> *Google Summer of code 2019*
>>
>>
>> On Sat, Aug 3, 2019 at 8:57 PM Cajetan Rodrigues <
>> rigrod1...@gmail.com> wrote:
>>
>>> Thanks for the update Kang.
>>>
>>> I think you are facing CORS error, because you might have not setup
>>> CORS decorator before each and every entity ie Java Bean.
>>>
>>> Maybe this could help. (To be added before each entity bean defined
>>> in the models folder)
>>>
>>> @CrossOrigin(origins = "*", allowedHeaders = "*")
>>>
>>> Ref :
>>> https://howtodoinjava.com/spring5/webmvc/spring-mvc-cors-configuration/
>>>
>>> Thanks and Regards,
>>>
>>> *Cajetan Christopher Rodrigues*
>>> *B.E Computer Engineering*
>>> *rigrod1...@gmail.com *
>>> *Google Summer of code 2019*
>>>
>>>
>>> On Sat, Aug 3, 2019 at 8:47 PM Kang Breder 
>>> wrote:
>>>

 Hi Cajatan,

 Swagger has been integrated for the self service API. We are
 currently using swagger-core and swagger-core annotations to generate 
 the
 swagger docs.

 The swagger UI has not yet been hosted on Tomcat. I am using python
 SimpleHTTPServer for hosting. See the link below
 http://localhost:8000/
 But right now calls can not yet be made from swagger UI itself.
 That is one of issues i talked about during the meeting today. It may 
 be
 CORS problem or the UI will have to be hosted on Tomcat. I was 
 wondering
 whether CORS has been enabled on server side. May be you try testing 
 too.


 On Sat, Aug 3, 2019 at 3:49 PM Cajetan Rodrigues <
 rigrod1...@gmail.com> wrote:

> Hi Kang,
>
> As you said in today's check-in, the 

Re: [Mifos-developer] Swagger Implementation for the fineract backend

2019-08-05 Thread Michael Vorburger
I'd also be interested to follow along re. this, but I can't seem to find a
PR re this on https://github.com/apache/fineract/pulls .. what am I missing?

I briefly looked at
https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/java/org/apache/fineract/portfolio/self/client/api/SelfClientsApiResourceSwagger.java
and
https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/java/org/apache/fineract/portfolio/self/client/api/SelfClientsApiResource.java
but don't understand yet how one could get the Swagger model for this at
runtime?

If you have this code only locally so far, I'd encourage you to push it to
your GitHub so that others can try it out! -- It's also totally cool to
raise a first PR already even if not everything is working perfectly yet.
For example re "calls can not yet be made from swagger UI itself" that's
something that could always be contributed as a separate follow-up PR after.



On Mon, 5 Aug 2019, 13:05 Kang Breder,  wrote:

> I think Ebenezer Graham works at the Backend too.
>
> On Mon, Aug 5, 2019 at 11:59 AM Kang Breder  wrote:
>
>> Hi Cajetan
>>
>> Find the path below for self client Api Resource
>>
>> fineract/fineract-provider/src/main/java/org/apache/fineract/portfolio/self/client/api/SelfClientsApiResource.java
>>
>> On Mon, Aug 5, 2019 at 11:09 AM Cajetan Rodrigues 
>> wrote:
>>
>>> Can you please point a repo where the self-service APIs are being
>>> created and also let me know who else is working on the backend other than
>>> you, so I get in touch with them.
>>>
>>> Thanks and Regards,
>>>
>>> *Cajetan Christopher Rodrigues*
>>> *B.E Computer Engineering*
>>> *rigrod1...@gmail.com *
>>> *Google Summer of code 2019*
>>>
>>>
>>> On Mon, Aug 5, 2019 at 12:18 AM Kang Breder 
>>> wrote:
>>>
 Thank you Cajetan for your help.
 I will try that out. The Fineract APIs are on every module of the
 codebase in the api package.

 Regards

 On Sat, Aug 3, 2019 at 4:31 PM Cajetan Rodrigues 
 wrote:

> Also, can you point that project where all the fineract APIs have been
> created? y be, I can try setting it up locally this week if i'm done with
> my planned tasks with online banking app 3.0.
>
> Also let me know which all interns are currently working in the
> backend more specifically with the self service apis
>
> Thanks and Regards,
>
> *Cajetan Christopher Rodrigues*
> *B.E Computer Engineering*
> *rigrod1...@gmail.com *
> *Google Summer of code 2019*
>
>
> On Sat, Aug 3, 2019 at 8:57 PM Cajetan Rodrigues 
> wrote:
>
>> Thanks for the update Kang.
>>
>> I think you are facing CORS error, because you might have not setup
>> CORS decorator before each and every entity ie Java Bean.
>>
>> Maybe this could help. (To be added before each entity bean defined
>> in the models folder)
>>
>> @CrossOrigin(origins = "*", allowedHeaders = "*")
>>
>> Ref :
>> https://howtodoinjava.com/spring5/webmvc/spring-mvc-cors-configuration/
>>
>> Thanks and Regards,
>>
>> *Cajetan Christopher Rodrigues*
>> *B.E Computer Engineering*
>> *rigrod1...@gmail.com *
>> *Google Summer of code 2019*
>>
>>
>> On Sat, Aug 3, 2019 at 8:47 PM Kang Breder 
>> wrote:
>>
>>>
>>> Hi Cajatan,
>>>
>>> Swagger has been integrated for the self service API. We are
>>> currently using swagger-core and swagger-core annotations to generate 
>>> the
>>> swagger docs.
>>>
>>> The swagger UI has not yet been hosted on Tomcat. I am using python
>>> SimpleHTTPServer for hosting. See the link below
>>> http://localhost:8000/
>>> But right now calls can not yet be made from swagger UI itself. That
>>> is one of issues i talked about during the meeting today. It may be CORS
>>> problem or the UI will have to be hosted on Tomcat. I was wondering 
>>> whether
>>> CORS has been enabled on server side. May be you try testing too.
>>>
>>>
>>> On Sat, Aug 3, 2019 at 3:49 PM Cajetan Rodrigues <
>>> rigrod1...@gmail.com> wrote:
>>>
 Hi Kang,

 As you said in today's check-in, the self-service APIs have been
 integrated with swagger.

 It would be helpful if can provide the link for the same. Since
 there are ton of apis present on the fineract api doc which is 
 documented
 as a static page. So it's not practical to copy-paste each and every
 request and check in postman.

 A faster way would be swagger where we can have hands-on the apis
 on the fly.

 I am not sure if Spring Boot or Spring MVC is being used at
 the moment. But if it's Spring Boot, the dependency does wonders. Just 
 need
 to hook in the swagger config file, and it auto generates all the apis 
 in
 the 

Re: Query regarding products section

2019-08-05 Thread Ed Cable
Hi Abhay,

Please report an issue related to the community app and the submit button.

We update the demo server to be on the latest stable release so if you need
the bleeding edge code, you can access that from the staging server.

Addressing the stability issues on demo server is ongoing.

Ed

On Mon, Aug 5, 2019 at 6:42 AM Abhay Chawla 
wrote:

> Update: Regarding #1 while working with the staging server in the new web
> app I was able to add a charge and update the share product. The issue must
> have been resolved. The staging server is more recently updated than the
> demo server. At https://staging.openmf.org though the submit button
> doesn't seem work which should be an issue with the frontend of community
> app. Should I create an issue?
>
> Also, could the demo server be updated to the latest code as well?
>
> On Mon, Aug 5, 2019 at 3:09 PM Abhay Chawla 
> wrote:
>
>> Hi all,
>>
>> I had two queries regarding the products section.
>>
>> 1) While editing a share product whenever I add a charge and try to
>> submit, It gives me an unknown error. I was able to reproduce this on the
>> demo server. @Santosh Math  seems to be
>> a backend issue.
>>
>> 2) We have existing APIs for deletion of savings, fixed and recurring
>> products but not for loan and share products. Also, the APIs which exist
>> haven't been implemented in the front end (community app). Is there any
>> specific reason behind the same?
>>
>> Thanks,
>> Abhay.
>>
>

-- 
*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: Query regarding products section

2019-08-05 Thread Abhay Chawla
Update: Regarding #1 while working with the staging server in the new web
app I was able to add a charge and update the share product. The issue must
have been resolved. The staging server is more recently updated than the
demo server. At https://staging.openmf.org though the submit button doesn't
seem work which should be an issue with the frontend of community app.
Should I create an issue?

Also, could the demo server be updated to the latest code as well?

On Mon, Aug 5, 2019 at 3:09 PM Abhay Chawla 
wrote:

> Hi all,
>
> I had two queries regarding the products section.
>
> 1) While editing a share product whenever I add a charge and try to
> submit, It gives me an unknown error. I was able to reproduce this on the
> demo server. @Santosh Math  seems to be
> a backend issue.
>
> 2) We have existing APIs for deletion of savings, fixed and recurring
> products but not for loan and share products. Also, the APIs which exist
> haven't been implemented in the front end (community app). Is there any
> specific reason behind the same?
>
> Thanks,
> Abhay.
>


Re: [Mifos-developer] Swagger Implementation for the fineract backend

2019-08-05 Thread Kang Breder
I think Ebenezer Graham works at the Backend too.

On Mon, Aug 5, 2019 at 11:59 AM Kang Breder  wrote:

> Hi Cajetan
>
> Find the path below for self client Api Resource
>
> fineract/fineract-provider/src/main/java/org/apache/fineract/portfolio/self/client/api/SelfClientsApiResource.java
>
> On Mon, Aug 5, 2019 at 11:09 AM Cajetan Rodrigues 
> wrote:
>
>> Can you please point a repo where the self-service APIs are being created
>> and also let me know who else is working on the backend other than you, so
>> I get in touch with them.
>>
>> Thanks and Regards,
>>
>> *Cajetan Christopher Rodrigues*
>> *B.E Computer Engineering*
>> *rigrod1...@gmail.com *
>> *Google Summer of code 2019*
>>
>>
>> On Mon, Aug 5, 2019 at 12:18 AM Kang Breder  wrote:
>>
>>> Thank you Cajetan for your help.
>>> I will try that out. The Fineract APIs are on every module of the
>>> codebase in the api package.
>>>
>>> Regards
>>>
>>> On Sat, Aug 3, 2019 at 4:31 PM Cajetan Rodrigues 
>>> wrote:
>>>
 Also, can you point that project where all the fineract APIs have been
 created? y be, I can try setting it up locally this week if i'm done with
 my planned tasks with online banking app 3.0.

 Also let me know which all interns are currently working in the backend
 more specifically with the self service apis

 Thanks and Regards,

 *Cajetan Christopher Rodrigues*
 *B.E Computer Engineering*
 *rigrod1...@gmail.com *
 *Google Summer of code 2019*


 On Sat, Aug 3, 2019 at 8:57 PM Cajetan Rodrigues 
 wrote:

> Thanks for the update Kang.
>
> I think you are facing CORS error, because you might have not setup
> CORS decorator before each and every entity ie Java Bean.
>
> Maybe this could help. (To be added before each entity bean defined in
> the models folder)
>
> @CrossOrigin(origins = "*", allowedHeaders = "*")
>
> Ref :
> https://howtodoinjava.com/spring5/webmvc/spring-mvc-cors-configuration/
>
> Thanks and Regards,
>
> *Cajetan Christopher Rodrigues*
> *B.E Computer Engineering*
> *rigrod1...@gmail.com *
> *Google Summer of code 2019*
>
>
> On Sat, Aug 3, 2019 at 8:47 PM Kang Breder 
> wrote:
>
>>
>> Hi Cajatan,
>>
>> Swagger has been integrated for the self service API. We are
>> currently using swagger-core and swagger-core annotations to generate the
>> swagger docs.
>>
>> The swagger UI has not yet been hosted on Tomcat. I am using python
>> SimpleHTTPServer for hosting. See the link below
>> http://localhost:8000/
>> But right now calls can not yet be made from swagger UI itself. That
>> is one of issues i talked about during the meeting today. It may be CORS
>> problem or the UI will have to be hosted on Tomcat. I was wondering 
>> whether
>> CORS has been enabled on server side. May be you try testing too.
>>
>>
>> On Sat, Aug 3, 2019 at 3:49 PM Cajetan Rodrigues <
>> rigrod1...@gmail.com> wrote:
>>
>>> Hi Kang,
>>>
>>> As you said in today's check-in, the self-service APIs have been
>>> integrated with swagger.
>>>
>>> It would be helpful if can provide the link for the same. Since
>>> there are ton of apis present on the fineract api doc which is 
>>> documented
>>> as a static page. So it's not practical to copy-paste each and every
>>> request and check in postman.
>>>
>>> A faster way would be swagger where we can have hands-on the apis on
>>> the fly.
>>>
>>> I am not sure if Spring Boot or Spring MVC is being used at
>>> the moment. But if it's Spring Boot, the dependency does wonders. Just 
>>> need
>>> to hook in the swagger config file, and it auto generates all the apis 
>>> in
>>> the controllers created.
>>> It auto-scans it.
>>>
>>> Let me know what you think. :)
>>>
>>> Thanks and Regards,
>>>
>>> *Cajetan Christopher Rodrigues*
>>> *B.E Computer Engineering*
>>> *rigrod1...@gmail.com *
>>> *Google Summer of code 2019*
>>> Mifos-developer mailing list
>>> mifos-develo...@lists.sourceforge.net
>>> Unsubscribe or change settings at:
>>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>>
>> Mifos-developer mailing list
>> mifos-develo...@lists.sourceforge.net
>> Unsubscribe or change settings at:
>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>
>


Re: [Mifos-developer] Swagger Implementation for the fineract backend

2019-08-05 Thread Kang Breder
Hi Cajetan

Find the path below for self client Api Resource
fineract/fineract-provider/src/main/java/org/apache/fineract/portfolio/self/client/api/SelfClientsApiResource.java

On Mon, Aug 5, 2019 at 11:09 AM Cajetan Rodrigues 
wrote:

> Can you please point a repo where the self-service APIs are being created
> and also let me know who else is working on the backend other than you, so
> I get in touch with them.
>
> Thanks and Regards,
>
> *Cajetan Christopher Rodrigues*
> *B.E Computer Engineering*
> *rigrod1...@gmail.com *
> *Google Summer of code 2019*
>
>
> On Mon, Aug 5, 2019 at 12:18 AM Kang Breder  wrote:
>
>> Thank you Cajetan for your help.
>> I will try that out. The Fineract APIs are on every module of the
>> codebase in the api package.
>>
>> Regards
>>
>> On Sat, Aug 3, 2019 at 4:31 PM Cajetan Rodrigues 
>> wrote:
>>
>>> Also, can you point that project where all the fineract APIs have been
>>> created? y be, I can try setting it up locally this week if i'm done with
>>> my planned tasks with online banking app 3.0.
>>>
>>> Also let me know which all interns are currently working in the backend
>>> more specifically with the self service apis
>>>
>>> Thanks and Regards,
>>>
>>> *Cajetan Christopher Rodrigues*
>>> *B.E Computer Engineering*
>>> *rigrod1...@gmail.com *
>>> *Google Summer of code 2019*
>>>
>>>
>>> On Sat, Aug 3, 2019 at 8:57 PM Cajetan Rodrigues 
>>> wrote:
>>>
 Thanks for the update Kang.

 I think you are facing CORS error, because you might have not setup
 CORS decorator before each and every entity ie Java Bean.

 Maybe this could help. (To be added before each entity bean defined in
 the models folder)

 @CrossOrigin(origins = "*", allowedHeaders = "*")

 Ref :
 https://howtodoinjava.com/spring5/webmvc/spring-mvc-cors-configuration/

 Thanks and Regards,

 *Cajetan Christopher Rodrigues*
 *B.E Computer Engineering*
 *rigrod1...@gmail.com *
 *Google Summer of code 2019*


 On Sat, Aug 3, 2019 at 8:47 PM Kang Breder 
 wrote:

>
> Hi Cajatan,
>
> Swagger has been integrated for the self service API. We are currently
> using swagger-core and swagger-core annotations to generate the swagger
> docs.
>
> The swagger UI has not yet been hosted on Tomcat. I am using python
> SimpleHTTPServer for hosting. See the link below
> http://localhost:8000/
> But right now calls can not yet be made from swagger UI itself. That
> is one of issues i talked about during the meeting today. It may be CORS
> problem or the UI will have to be hosted on Tomcat. I was wondering 
> whether
> CORS has been enabled on server side. May be you try testing too.
>
>
> On Sat, Aug 3, 2019 at 3:49 PM Cajetan Rodrigues 
> wrote:
>
>> Hi Kang,
>>
>> As you said in today's check-in, the self-service APIs have been
>> integrated with swagger.
>>
>> It would be helpful if can provide the link for the same. Since there
>> are ton of apis present on the fineract api doc which is documented as a
>> static page. So it's not practical to copy-paste each and every request 
>> and
>> check in postman.
>>
>> A faster way would be swagger where we can have hands-on the apis on
>> the fly.
>>
>> I am not sure if Spring Boot or Spring MVC is being used at
>> the moment. But if it's Spring Boot, the dependency does wonders. Just 
>> need
>> to hook in the swagger config file, and it auto generates all the apis in
>> the controllers created.
>> It auto-scans it.
>>
>> Let me know what you think. :)
>>
>> Thanks and Regards,
>>
>> *Cajetan Christopher Rodrigues*
>> *B.E Computer Engineering*
>> *rigrod1...@gmail.com *
>> *Google Summer of code 2019*
>> Mifos-developer mailing list
>> mifos-develo...@lists.sourceforge.net
>> Unsubscribe or change settings at:
>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>
> Mifos-developer mailing list
> mifos-develo...@lists.sourceforge.net
> Unsubscribe or change settings at:
> https://lists.sourceforge.net/lists/listinfo/mifos-developer




Re: [Mifos-developer] Swagger Implementation for the fineract backend

2019-08-05 Thread Cajetan Rodrigues
Can you please point a repo where the self-service APIs are being created
and also let me know who else is working on the backend other than you, so
I get in touch with them.

Thanks and Regards,

*Cajetan Christopher Rodrigues*
*B.E Computer Engineering*
*rigrod1...@gmail.com *
*Google Summer of code 2019*


On Mon, Aug 5, 2019 at 12:18 AM Kang Breder  wrote:

> Thank you Cajetan for your help.
> I will try that out. The Fineract APIs are on every module of the codebase
> in the api package.
>
> Regards
>
> On Sat, Aug 3, 2019 at 4:31 PM Cajetan Rodrigues 
> wrote:
>
>> Also, can you point that project where all the fineract APIs have been
>> created? y be, I can try setting it up locally this week if i'm done with
>> my planned tasks with online banking app 3.0.
>>
>> Also let me know which all interns are currently working in the backend
>> more specifically with the self service apis
>>
>> Thanks and Regards,
>>
>> *Cajetan Christopher Rodrigues*
>> *B.E Computer Engineering*
>> *rigrod1...@gmail.com *
>> *Google Summer of code 2019*
>>
>>
>> On Sat, Aug 3, 2019 at 8:57 PM Cajetan Rodrigues 
>> wrote:
>>
>>> Thanks for the update Kang.
>>>
>>> I think you are facing CORS error, because you might have not setup CORS
>>> decorator before each and every entity ie Java Bean.
>>>
>>> Maybe this could help. (To be added before each entity bean defined in
>>> the models folder)
>>>
>>> @CrossOrigin(origins = "*", allowedHeaders = "*")
>>>
>>> Ref :
>>> https://howtodoinjava.com/spring5/webmvc/spring-mvc-cors-configuration/
>>>
>>> Thanks and Regards,
>>>
>>> *Cajetan Christopher Rodrigues*
>>> *B.E Computer Engineering*
>>> *rigrod1...@gmail.com *
>>> *Google Summer of code 2019*
>>>
>>>
>>> On Sat, Aug 3, 2019 at 8:47 PM Kang Breder  wrote:
>>>

 Hi Cajatan,

 Swagger has been integrated for the self service API. We are currently
 using swagger-core and swagger-core annotations to generate the swagger
 docs.

 The swagger UI has not yet been hosted on Tomcat. I am using python
 SimpleHTTPServer for hosting. See the link below
 http://localhost:8000/
 But right now calls can not yet be made from swagger UI itself. That is
 one of issues i talked about during the meeting today. It may be CORS
 problem or the UI will have to be hosted on Tomcat. I was wondering whether
 CORS has been enabled on server side. May be you try testing too.


 On Sat, Aug 3, 2019 at 3:49 PM Cajetan Rodrigues 
 wrote:

> Hi Kang,
>
> As you said in today's check-in, the self-service APIs have been
> integrated with swagger.
>
> It would be helpful if can provide the link for the same. Since there
> are ton of apis present on the fineract api doc which is documented as a
> static page. So it's not practical to copy-paste each and every request 
> and
> check in postman.
>
> A faster way would be swagger where we can have hands-on the apis on
> the fly.
>
> I am not sure if Spring Boot or Spring MVC is being used at
> the moment. But if it's Spring Boot, the dependency does wonders. Just 
> need
> to hook in the swagger config file, and it auto generates all the apis in
> the controllers created.
> It auto-scans it.
>
> Let me know what you think. :)
>
> Thanks and Regards,
>
> *Cajetan Christopher Rodrigues*
> *B.E Computer Engineering*
> *rigrod1...@gmail.com *
> *Google Summer of code 2019*
> Mifos-developer mailing list
> mifos-develo...@lists.sourceforge.net
> Unsubscribe or change settings at:
> https://lists.sourceforge.net/lists/listinfo/mifos-developer

 Mifos-developer mailing list
 mifos-develo...@lists.sourceforge.net
 Unsubscribe or change settings at:
 https://lists.sourceforge.net/lists/listinfo/mifos-developer
>>>
>>>


Query regarding products section

2019-08-05 Thread Abhay Chawla
Hi all,

I had two queries regarding the products section.

1) While editing a share product whenever I add a charge and try to submit,
It gives me an unknown error. I was able to reproduce this on the demo
server. @Santosh Math  seems to be a
backend issue.

2) We have existing APIs for deletion of savings, fixed and recurring
products but not for loan and share products. Also, the APIs which exist
haven't been implemented in the front end (community app). Is there any
specific reason behind the same?

Thanks,
Abhay.