Ed,

Thanks for such relevant information. This will be very helpful to
proceed further.

On Fri, Jun 12, 2020 at 4:28 AM Ed Cable <[email protected]> wrote:

> Muskan,
>
> I'm adding @Bharath Gowda <[email protected]> to this thread, our product
> expert, as she should be able to help in configuring products that will
> return details for those additional tabs for the loan accounts.
>
> I created and opened a product called Housing Loan at
> https://staging.mifos.io/#/viewloanaccount/94 to provide data for the
> Loan Tranche Details tab.
>
> For floating interest rates, see
> https://staging.mifos.io/#/viewloanaccount/95. I created loan product,
> Floating Interest Rate Loan there.
>
> Concerning standing instructions, I'm not sure how those get displayed
> from the loan account view. I have a standing instruction between the
> client's savings account and loan account which is visible from the client
> - https://staging.mifos.io/#/liststandinginstructions/1/17
>
> Concerning "Future Schedule" tab I'll have to let Bharath respond on that.
>
> Bharath, here is Muskan's original issue/query:
>
> Unable to find data for Future Schedule tab, Loan Tranche Details
> tab, Floating Interest Rates tab and Standing Instructions tab.
>
> Ed
>
>
>
> On Sun, Jun 7, 2020 at 12:55 PM Muskan Khedia <[email protected]>
> wrote:
>
>> I will open a JIRA ticket for the issue with Loan Documents Tab.
>>
>> Also below I have attached some piece of code with screenshots to have a
>> better understanding of the issue.
>>
>>
>>    1. The first screenshot shows the network tab with the 500 error
>>    while making POST request to add a document.
>>    2. The second screenshot is of the tabs available in the Loans View
>>    Tab, and according to the code in the community app 4 more tabs should be
>>    displayed in case data is available. I have hereby attached a small glance
>>    of the code(in third attachment) from the View Loan Account Details
>>    Component which shows us the Future Schedule tab to be displayed in case
>>    there is the availability of data in 
>> *loandetails.repaymentSchedule.futurePeriods
>>    *object.
>>
>>    In case I am not clear with the details,please let me know.
>>
>>
>> On Mon, Jun 8, 2020 at 12:09 AM Abhay Chawla <[email protected]>
>> wrote:
>>
>>> Hi Michael,
>>>
>>> She has already discussed the same with us. We were hoping for some
>>> guidance from Ed and the community members regarding these tabs/fields
>>> where data is not available, to understand from where and how it can be
>>> populated or created before use or if it might be a backend issue.
>>>
>>> @Muskan Khedia <[email protected]> Please raise a JIRA ticket
>>> for the issue with Loan Documents Tab.
>>> Also, are you able to provide some screenshot/code reference which might
>>> help the others understand the issue better?
>>>
>>> Regards
>>> Abhay
>>>
>>> On Sun, Jun 7, 2020 at 11:51 PM Michael Vorburger <[email protected]>
>>> wrote:
>>>
>>>> Muskan,
>>>>
>>>> On Sun, 7 Jun 2020, 20:08 Muskan Khedia, <[email protected]>
>>>> wrote:
>>>>
>>>>> Hello Awasum,
>>>>>
>>>>> I am using the REST API, for making the API requests that is,
>>>>> https://staging.mifos.io. I have made the mail to know the proper
>>>>> reason of the error and as Michael mentioned this can be a sever error if 
>>>>> I
>>>>> am using a hosted server, as soon as the talk concludes I will surely open
>>>>> the JIRA ticket as well.
>>>>>
>>>>
>>>> If you use
>>>> https://demo.fineract.dev/fineract-provider/api/v1/clients?tenantIdentifier=default
>>>> instead of staging.mifos.org, then I'll create a JIRA for any 500
>>>> Internal Server error occuring on (only) that demo server.
>>>>
>>>> What do you mean by unable to find data on the above? Is it not
>>>>>> documented in the API docs? Did you not find these features in the Mifos
>>>>>> user manual? Have you check the Dev Tool on chrome to see which APIs are
>>>>>> called to pull this data to the UI? Have you tested the APIs on Postman 
>>>>>> or
>>>>>> other REST clients to see understand the APIs better?
>>>>>
>>>>>
>>>>> From unable to find the data I mean on making the API request,
>>>>> https://staging.mifos.io/fineract-provider/api/v1/loans/4?associations=all
>>>>>  and
>>>>> referring the community app according to which, 
>>>>> *data.repaymentSchedule.futurePeriods
>>>>> *object contains the data for Future Schedule tab, contains no data.
>>>>> I have also tried for various other loanId but unable to get the data for 
>>>>> 4
>>>>> fields that are mentioned earlier. I have checked the API docs
>>>>> <https://demo.mifos.io/api-docs/apiLive.htm#loans_retrieve> and only
>>>>> the association name is mentioned with no sample data of that object. I
>>>>> also didn't find any relevant information in the API manual
>>>>> <https://mifosforge.jira.com/wiki/spaces/docs/pages/68354078/Loan+Accounts>.
>>>>> I have checked for the devtools and all the linked REST APIs and also no
>>>>> data for that fields are displayed in the community-app. I will be 
>>>>> grateful
>>>>> to you if you can provide me with more information to retrieve the data on
>>>>> the same.
>>>>>
>>>>> I have been selected as a GSoC student this year for the project
>>>>> Web-App-Rewrite. I am taking community-app, API docs and API manual as a
>>>>> reference to design the web-app. Please provide me with other docs so I 
>>>>> can
>>>>> get more information on the website and design, if I am missing any.
>>>>>
>>>>
>>>> Your designated GSoC mentor is responsible for helping you with that.
>>>>
>>>> On Sun, Jun 7, 2020 at 6:51 PM Michael Vorburger <[email protected]>
>>>>> wrote:
>>>>>
>>>>>> On Sun, Jun 7, 2020 at 2:11 PM Sendoro Juma <[email protected]>
>>>>>> wrote:
>>>>>>
>>>>>>> Dear Michael,
>>>>>>>
>>>>>>> Excellent and much appreciated,
>>>>>>>
>>>>>>> I would wish you the running version of these key software in the
>>>>>>> first page of the application.
>>>>>>>
>>>>>>> Anyway; what was the key issues/prerequisite to consider during
>>>>>>> migration from 5.6 to 5.7 if you had one?
>>>>>>>
>>>>>> None. Fineract (develop branch) works fine on 5.7, as per
>>>>>> https://github.com/apache/fineract/#requirements.
>>>>>>
>>>>>> On 2020-06-07 15:05, Michael Vorburger wrote:
>>>>>>>
>>>>>>> Dear Sendoro, thanks for the interest, happy to clarify:
>>>>>>>
>>>>>>> On Sun, Jun 7, 2020 at 12:19 PM Sendoro Juma <[email protected]>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Dear Michael,
>>>>>>>>
>>>>>>>> Sorry to jump on this thread;
>>>>>>>>
>>>>>>>> What is the MySQL version of the Dev Server: or may be you have it
>>>>>>>> written the key software compoents running there?
>>>>>>>>
>>>>>>> https://www.fineract.dev runs on MySQL 5.7 on Google Cloud SQL, and
>>>>>>> using the MySQL (not Drizzle) JDBC driver that Fineract includes in its
>>>>>>> Docker container.
>>>>>>>
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>>
>>>>>>>> On 2020-06-07 12:25, Michael Vorburger wrote:
>>>>>>>>
>>>>>>>> Re. the "500 Internal error is been displayed" when you "upload
>>>>>>>> any document in the Loan Documents tab", that sounds like a bug in the
>>>>>>>> Fineract back end..
>>>>>>>>
>>>>>>>> Which Fineract server do you use? Your own locally, or a Cloud
>>>>>>>> hosted one? If you run a local one, then check the log- is there an 
>>>>>>>> error
>>>>>>>> with an exception? If yes, please create a Fineract JIRA issue with 
>>>>>>>> that
>>>>>>>> Exception, and another contributor could look into it.
>>>>>>>>
>>>>>>>> If you use a hosted one, please use https://www.fineract.dev ... I
>>>>>>>> have set up https://cloud.google.com/error-reporting there, so
>>>>>>>> I'll create a JIRA for any 500 Internal Server error occuring on that
>>>>>>>> server....
>>>>>>>>
>>>>>>>> On Sun, 7 Jun 2020, 09:16 Muskan Khedia, <
>>>>>>>> [email protected]> wrote:
>>>>>>>>
>>>>>>>>> Please look over the content below. Forwarding the mail as I
>>>>>>>>> missed to mention the mailing list earlier.
>>>>>>>>>
>>>>>>>>> ---------- Forwarded message ---------
>>>>>>>>> From: Muskan Khedia <[email protected]>
>>>>>>>>> Date: Sat, Jun 6, 2020 at 9:56 PM
>>>>>>>>> Subject: Web App: Unable to find data for some sections in the
>>>>>>>>> loan accounts section
>>>>>>>>> To: Ed Cable <[email protected]>, Abhay Chawla <
>>>>>>>>> [email protected]>, Jivjyot Singh <[email protected]>,
>>>>>>>>> Karan Takalkar <[email protected]>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Sir,
>>>>>>>>>
>>>>>>>>> I am working in the re-write of the community app. While
>>>>>>>>> developing the loans section in the web-app I came across some 
>>>>>>>>> problems
>>>>>>>>> that are creating a barrier during the implementation. The problems 
>>>>>>>>> are as
>>>>>>>>> follows:
>>>>>>>>>
>>>>>>>>>    1.  Unable to find data for Future Schedule tab, Loan Tranche
>>>>>>>>>    Details tab, Floating Interest Rates tab and Standing Instructions 
>>>>>>>>> tab.
>>>>>>>>>    2.  Unable to upload any document in the Loan Documents tab, a
>>>>>>>>>    500 Internal error is been displayed.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Can you please provide me with some details or solutions regarding
>>>>>>>>> the same?
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Thank You
>>>>>>>>> Muskan Khedia
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Thank You
>>>>>>>>> Muskan Khedia
>>>>>>>>>
>>>>>>>>
>>>>>>>> Mifos-developer mailing list
>>>>>>>> [email protected]
>>>>>>>> Unsubscribe or change settings at:
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>>>>>>>>
>>>>>>>>
>>>>>>> Mifos-developer mailing list
>>>>>>> [email protected]
>>>>>>> Unsubscribe or change settings at:
>>>>>>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>>>>>>>
>>>>>>>
>>>>>
>>>>> --
>>>>> Thank You
>>>>> Muskan Khedia
>>>>>
>>>>
>>
>> --
>> Thank You
>> Muskan Khedia
>> Mifos-developer mailing list
>> [email protected]
>> Unsubscribe or change settings at:
>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>
>
>
> --
> *Ed Cable*
> President/CEO, Mifos Initiative
> [email protected] | Skype: edcable | Mobile: +1.484.477.8649
>
> *Collectively Creating a World of 3 Billion Maries | *http://mifos.org
> <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>
>

-- 
Thank You
Muskan Khedia

Reply via email to