[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mifos-developer
Subject:    Re: [Mifos-developer] Query about "Loans: 'Foreclosure' page" Issue
From:       Fuh Debenick <debenick17 () gmail ! com>
Date:       2019-04-19 14:27:58
Message-ID: CAN+L3dpEMF68ZehFKZfCPJUof=mua9y4J2v4sbY3QicSz9pDcQ () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/related)]

[Attachment #4 (multipart/alternative)]


Thank you Jivjyot Singh.

On Fri, Apr 19, 2019 at 3:01 PM Jivjyot Singh <jivjyotsingh@gmail.com>
wrote:

> Yes,you'll have to think were this module will be loaded and what route it
> should have once refactoring of clients module is complete.
>
> Thanks
> Jivjyot Singh
>
> On Fri 19 Apr, 2019, 7:15 PM Fuh Debenick, <debenick17@gmail.com> wrote:
>
>> Hello Singh,
>>
>> Oh I see. Does this mean I will have to do implement the foreclosure page
>> in a way that when loans module will be attached all will work fine?
>>
>> Regards
>> Debenick
>>
>> On Fri, Apr 19, 2019 at 2:32 PM Jivjyot Singh <jivjyotsingh@gmail.com>
>> wrote:
>>
>>> Hello Fuh,
>>>
>>> Loans module is not yet attached to the entire app yet.This module has
>>> to be lazy loaded at the point where you want to use its routes . A
>>> detailed explaination is given in this PR.
>>>
>>> https://github.com/openMF/web-app/pull/384
>>>
>>> Thanks,
>>> Jivjyot Singh
>>>
>>>
>>> On Fri 19 Apr, 2019, 6:32 PM Fuh Debenick, <debenick17@gmail.com> wrote:
>>>
>>>> Hello everyone,
>>>>
>>>> I wish to know how can I make the sub components under loans to display
>>>> in my browser. The one which is currently there is the "add-loan-charge
>>>> component". Knowing how to access this will help me know how I can display
>>>> the foreclosure page I am working on in my browser.
>>>>
>>>> I visited the api docs on the link (
>>>> https://demo.openmf.org/api-docs/apiLive.htm#loans_transaction_foreclosure)
>>>> but still couldn't find a solution.
>>>>
>>>> Regards
>>>> Debenick
>>>>
>>>> On Mon, Apr 15, 2019 at 4:44 PM Fuh Debenick <debenick17@gmail.com>
>>>> wrote:
>>>>
>>>>> Hello Maxina, Singh
>>>>>
>>>>> Thanks for the help.
>>>>>
>>>>> Regards
>>>>>
>>>>> On Mon, Apr 15, 2019 at 2:49 PM Mexina Daniel <mexina@singo.africa>
>>>>> wrote:
>>>>>
>>>>>> Hello Fuh
>>>>>>
>>>>>> The ready only amounts of principal, interest, penalty and fees are
>>>>>> the outstanding amounts of the loan at the date of payment.
>>>>>>
>>>>>> The values are from the loan itself ( You can see them from the
>>>>>> summary of the loan, but for the case of interest, the system calculate the
>>>>>> interest until the payment date)
>>>>>>
>>>>>> Hope this helps.
>>>>>>
>>>>>> Best Regards
>>>>>>
>>>>>> On April 15, 2019 at 3:40 AM Fuh Debenick <debenick17@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>> Hello Everyone,
>>>>>>
>>>>>> I am working on https://github.com/openMF/web-app/issues/244. When I
>>>>>> click on https://demo.openmf.org/#/loanforeclosure/2957 to view a
>>>>>> sample foreclosure page, I noticed the principle, interest, fee amount,
>>>>>> penalty amount, transaction amount input fields are read only and have some
>>>>>> default values.
>>>>>>
>>>>>> I wish to know where the values are from.
>>>>>>
>>>>>> Thanks
>>>>>> Debenick
>>>>>> Mifos-developer mailing list
>>>>>> mifos-developer@lists.sourceforge.net
>>>>>> Unsubscribe or change settings at:
>>>>>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>>>>>>
>>>>>>
>>>>>> Mexina Daniel
>>>>>>
>>>>>> Singo Africa Limited
>>>>>>
>>>>>> Mbezi Beach "B"  | Mwai Kibaki Road | 6 Wasafi Str.
>>>>>> P.O BOX 78908 | 14121 Dar es salaam
>>>>>>
>>>>>> +255 71 211 0791 | +255 22 261 8511
>>>>>>
>>>>>> amala.co.tz | singo.africa
>>>>>>
>>>>>>
>>>>>>
>>>>> Mifos-developer mailing list
>>>> mifos-developer@lists.sourceforge.net
>>>> Unsubscribe or change settings at:
>>>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>>>
>>> Mifos-developer mailing list
>>> mifos-developer@lists.sourceforge.net
>>> Unsubscribe or change settings at:
>>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>>
>> Mifos-developer mailing list
>> mifos-developer@lists.sourceforge.net
>> Unsubscribe or change settings at:
>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>
> Mifos-developer mailing list
> mifos-developer@lists.sourceforge.net
> Unsubscribe or change settings at:
> https://lists.sourceforge.net/lists/listinfo/mifos-developer

[Attachment #7 (text/html)]

<div dir="ltr">Thank you Jivjyot Singh.<br></div><br><div class="gmail_quote"><div \
dir="ltr" class="gmail_attr">On Fri, Apr 19, 2019 at 3:01 PM Jivjyot Singh &lt;<a \
href="mailto:jivjyotsingh@gmail.com">jivjyotsingh@gmail.com</a>&gt; \
wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div \
dir="auto">Yes,you&#39;ll have to think were this module will be loaded and what \
route it should have once refactoring of clients module is complete.<div \
dir="auto"><br></div><div dir="auto">Thanks</div><div dir="auto">Jivjyot \
Singh</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On \
Fri 19 Apr, 2019, 7:15 PM Fuh Debenick, &lt;<a href="mailto:debenick17@gmail.com" \
target="_blank">debenick17@gmail.com</a>&gt; wrote:<br></div><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hello \
Singh,</div><div><br></div><div>Oh I see. Does this mean I will have to do implement \
the foreclosure page in a way that when loans module will be attached all will work \
fine?</div><div><br></div><div>Regards</div><div>Debenick<br></div></div><br><div \
class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 19, 2019 at 2:32 PM \
Jivjyot Singh &lt;<a href="mailto:jivjyotsingh@gmail.com" rel="noreferrer" \
target="_blank">jivjyotsingh@gmail.com</a>&gt; wrote:<br></div><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="auto"><div>Hello Fuh,</div><div \
dir="auto"><br></div><div dir="auto">Loans module is not yet attached to the entire \
app yet.This module has to be lazy loaded at the point where you want to use its \
routes . A detailed explaination is given in this PR.</div><div \
dir="auto"><br></div><div dir="auto"><a \
href="https://github.com/openMF/web-app/pull/384" rel="noreferrer" \
target="_blank">https://github.com/openMF/web-app/pull/384</a><br></div><div \
dir="auto"><br></div><div dir="auto">Thanks,</div><div dir="auto">Jivjyot \
Singh</div><div dir="auto"><br></div><div dir="auto"><br><div class="gmail_quote" \
dir="auto"><div dir="ltr" class="gmail_attr">On Fri 19 Apr, 2019, 6:32 PM Fuh \
Debenick, &lt;<a href="mailto:debenick17@gmail.com" rel="noreferrer" \
target="_blank">debenick17@gmail.com</a>&gt; wrote:<br></div><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hello \
everyone,</div><div><br></div><div>I wish to know how can I make the sub components \
under loans to display in my browser. The one which is currently there is the \
&quot;add-loan-charge component&quot;. Knowing how to access this will help me know \
how I can display the foreclosure page I am working on in my browser. \
<br></div><div><br></div><div>I visited the api docs on the link (<a rel="nofollow \
noreferrer noreferrer" \
href="https://demo.openmf.org/api-docs/apiLive.htm#loans_transaction_foreclosure" \
target="_blank">https://demo.openmf.org/api-docs/apiLive.htm#loans_transaction_foreclosure</a>) \
but still couldn&#39;t find a solution. \
<br></div><div><br></div><div>Regards</div><div>Debenick<br></div></div><br><div \
class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 15, 2019 at 4:44 PM \
Fuh Debenick &lt;<a href="mailto:debenick17@gmail.com" rel="noreferrer noreferrer" \
target="_blank">debenick17@gmail.com</a>&gt; wrote:<br></div><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hello Maxina, \
Singh</div><div><br></div><div>Thanks for the \
help.</div><div><br></div><div>Regards<br></div></div><br><div \
class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 15, 2019 at 2:49 PM \
Mexina Daniel &lt;mexina@singo.africa&gt; wrote:<br></div><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><u></u>

    
<div><p>Hello Fuh</p><p>The ready only amounts of principal, interest, penalty and \
fees are the outstanding amounts of the loan at the date of payment.</p><p>The values \
are from the loan itself ( You can see them from the summary of the loan, but for the \
case of interest, the system calculate the interest until the payment \
date)</p><p>Hope this helps.</p><p>Best Regards</p><blockquote type="cite">On April \
15, 2019 at 3:40 AM Fuh Debenick &lt;<a href="mailto:debenick17@gmail.com" \
rel="noreferrer noreferrer" target="_blank">debenick17@gmail.com</a>&gt; \
wrote:<br><br><div dir="ltr"><div dir="ltr"><div>Hello Everyone, \
<br></div><div><br></div><div>I am working on <a \
href="https://github.com/openMF/web-app/issues/244" rel="noreferrer noreferrer" \
target="_blank">https://github.com/openMF/web-app/issues/244</a>. When I click on <a \
href="https://demo.openmf.org/#/loanforeclosure/2957" rel="noreferrer noreferrer" \
target="_blank">https://demo.openmf.org/#/loanforeclosure/2957</a> to view a sample \
foreclosure page, I noticed the principle, interest, fee amount, penalty amount, \
transaction amount input fields are read only and have some default values. \
<br></div><div><br></div><div>I wish to know where the values are \
from.</div><div><br></div><div>Thanks</div><div>Debenick<br></div></div></div>Mifos-developer \
mailing list<br><a href="mailto:mifos-developer@lists.sourceforge.net" \
rel="noreferrer noreferrer" \
target="_blank">mifos-developer@lists.sourceforge.net</a><br>Unsubscribe or change \
settings at:<br><a href="https://lists.sourceforge.net/lists/listinfo/mifos-developer" \
rel="noreferrer noreferrer" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/mifos-developer</a></blockquote><p><br></p><div \
class="gmail-m_3134206193373632693m_-6953181458253721914gmail-m_2908698222571713969m_- \
3504779923134870533gmail-m_-8256191103509174943gmail-m_-6803898423728891785io-ox-signature"><p>Mexina \
Daniel<br></p><p><span \
class="gmail-m_3134206193373632693m_-6953181458253721914gmail-m_2908698222571713969m_- \
3504779923134870533gmail-m_-8256191103509174943gmail-m_-6803898423728891785ox-0d00ad53bb-ZmSearchResult">Singo \
</span>Africa Limited</p><p>Mbezi Beach &quot;B&quot;   | Mwai Kibaki Road | 6 Wasafi \
Str.<br>P.O BOX 78908 | 14121 Dar es salaam</p><p>+255 71 211 0791 |  +255 22 261 \
8511</p><p><a href="https://amala.co.tz/" rel="noreferrer noreferrer" \
target="_blank">amala.co.tz</a>  | <a href="https://singo.africa" rel="noreferrer \
noreferrer" target="_blank">singo.africa</a></p><p>    <img \
class="gmail-m_3134206193373632693m_-6953181458253721914gmail-m_2908698222571713969m_- \
3504779923134870533gmail-m_-8256191103509174943gmail-m_-6803898423728891785upload-image-10088 \
gmail-m_3134206193373632693m_-6953181458253721914gmail-m_2908698222571713969m_-3504779 \
923134870533gmail-m_-8256191103509174943gmail-m_-6803898423728891785aspect-ratio" \
style="width: 50px; height: 17px; border: 0px none; vertical-align: middle; color: \
rgb(51, 51, 51); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, \
sans-serif; font-size: 14px; font-style: normal; font-weight: normal; text-indent: \
0px; text-transform: none; white-space: normal; word-spacing: 0px; background-color: \
rgb(255, 255, 255); max-width: 100%;" src="cid:16a21a99cf26ec876941" \
id="gmail-m_3134206193373632693m_-6953181458253721914gmail-m_2908698222571713969m_-350 \
4779923134870533gmail-m_-8256191103509174943gmail-m_-68038984237288917850336cb04-3ad9-41be-be3a-d9d3f7290849" \
alt="" width="50" height="17">            <img \
class="gmail-m_3134206193373632693m_-6953181458253721914gmail-m_2908698222571713969m_- \
3504779923134870533gmail-m_-8256191103509174943gmail-m_-6803898423728891785upload-image-10090 \
gmail-m_3134206193373632693m_-6953181458253721914gmail-m_2908698222571713969m_-3504779 \
923134870533gmail-m_-8256191103509174943gmail-m_-6803898423728891785aspect-ratio" \
style="width: 56px; height: 35px; border: 0px none; vertical-align: middle; color: \
rgb(51, 51, 51); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, \
sans-serif; font-size: 14px; font-style: normal; font-weight: normal; text-indent: \
0px; text-transform: none; white-space: normal; word-spacing: 0px; background-color: \
rgb(255, 255, 255); max-width: 100%;" src="cid:16a21a99cf23607e8062" \
id="gmail-m_3134206193373632693m_-6953181458253721914gmail-m_2908698222571713969m_-350 \
4779923134870533gmail-m_-8256191103509174943gmail-m_-680389842372889178581f2508c-ff18-4a40-bac8-46a3fe184615" \
alt="" width="46" height="29"></p></div></div>  </blockquote></div>
</blockquote></div>
Mifos-developer mailing list<br>
<a href="mailto:mifos-developer@lists.sourceforge.net" rel="noreferrer noreferrer" \
target="_blank">mifos-developer@lists.sourceforge.net</a><br> Unsubscribe or change \
settings at:<br> <a href="https://lists.sourceforge.net/lists/listinfo/mifos-developer" \
rel="noreferrer noreferrer noreferrer" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/mifos-developer</a></blockquote></div></div></div>
 Mifos-developer mailing list<br>
<a href="mailto:mifos-developer@lists.sourceforge.net" rel="noreferrer" \
target="_blank">mifos-developer@lists.sourceforge.net</a><br> Unsubscribe or change \
settings at:<br> <a href="https://lists.sourceforge.net/lists/listinfo/mifos-developer" \
rel="noreferrer noreferrer" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/mifos-developer</a></blockquote></div>
 Mifos-developer mailing list<br>
<a href="mailto:mifos-developer@lists.sourceforge.net" rel="noreferrer" \
target="_blank">mifos-developer@lists.sourceforge.net</a><br> Unsubscribe or change \
settings at:<br> <a href="https://lists.sourceforge.net/lists/listinfo/mifos-developer" \
rel="noreferrer noreferrer" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/mifos-developer</a></blockquote></div>
 Mifos-developer mailing list<br>
<a href="mailto:mifos-developer@lists.sourceforge.net" \
target="_blank">mifos-developer@lists.sourceforge.net</a><br> Unsubscribe or change \
settings at:<br> <a href="https://lists.sourceforge.net/lists/listinfo/mifos-developer" \
rel="noreferrer" target="_blank">https://lists.sourceforge.net/lists/listinfo/mifos-developer</a></blockquote></div>


--000000000000ec7b690586e2eeb1--


["Singo Logo.png" (image/png)]
["amala logo.jpg" (image/jpeg)]



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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic