[jira] [Created] (FINCN-183) rhythm BeatPublisherService cannot access portfolio via Eureka

2019-10-16 Thread Juhan Aasaru (Jira)
Juhan Aasaru created FINCN-183:
--

 Summary: rhythm BeatPublisherService cannot access portfolio via 
Eureka
 Key: FINCN-183
 URL: https://issues.apache.org/jira/browse/FINCN-183
 Project: Fineract Cloud Native
  Issue Type: Improvement
Reporter: Juhan Aasaru


In 

BeatPublisherService

method

publishBeat

app url is pulled from Eureka

List applicationsByName =

discoveryClient.getInstances(applicationIdentifier);

ServiceInstance beatListenerService = applicationsByName.get(0);

final BeatListener beatListener = apiFactory.create(BeatListener.class, 
beatListenerService.getUri().toString());

 

but the problem is that getUri() returns the URL of Portfolio without context 
path (without '/portfolio/v1).

For this need to rewrite EurekaClient to use getHomePageUrl() instead

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FINCN-183) rhythm BeatPublisherService cannot access portfolio via Eureka

2019-10-16 Thread Juhan Aasaru (Jira)


 [ 
https://issues.apache.org/jira/browse/FINCN-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Juhan Aasaru updated FINCN-183:
---
Description: 
In 

BeatPublisherService

method

publishBeat

app url is pulled from Eureka

List applicationsByName =

discoveryClient.getInstances(applicationIdentifier);

ServiceInstance beatListenerService = applicationsByName.get(0);

final BeatListener beatListener = apiFactory.create(BeatListener.class, 
beatListenerService.getUri().toString());

 

but the problem is that getUri() returns the URL of Portfolio without context 
path (without '/portfolio/v1).

For this need to rewrite EurekaClient to use getHomePageUrl() instead

 

I'll work on this

  was:
In 

BeatPublisherService

method

publishBeat

app url is pulled from Eureka

List applicationsByName =

discoveryClient.getInstances(applicationIdentifier);

ServiceInstance beatListenerService = applicationsByName.get(0);

final BeatListener beatListener = apiFactory.create(BeatListener.class, 
beatListenerService.getUri().toString());

 

but the problem is that getUri() returns the URL of Portfolio without context 
path (without '/portfolio/v1).

For this need to rewrite EurekaClient to use getHomePageUrl() instead

 


> rhythm BeatPublisherService cannot access portfolio via Eureka
> --
>
> Key: FINCN-183
> URL: https://issues.apache.org/jira/browse/FINCN-183
> Project: Fineract Cloud Native
>  Issue Type: Improvement
>Reporter: Juhan Aasaru
>Priority: Major
>
> In 
> BeatPublisherService
> method
> publishBeat
> app url is pulled from Eureka
> List applicationsByName =
> discoveryClient.getInstances(applicationIdentifier);
> ServiceInstance beatListenerService = applicationsByName.get(0);
> final BeatListener beatListener = apiFactory.create(BeatListener.class, 
> beatListenerService.getUri().toString());
>  
> but the problem is that getUri() returns the URL of Portfolio without context 
> path (without '/portfolio/v1).
> For this need to rewrite EurekaClient to use getHomePageUrl() instead
>  
> I'll work on this



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FINERACT-737) Ability to fetch details of charges paid by a loan transaction

2019-10-16 Thread Santosh Math (Jira)


 [ 
https://issues.apache.org/jira/browse/FINERACT-737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Santosh Math updated FINERACT-737:
--
Fix Version/s: (was: 1.4.0)
   1.5.0

> Ability to fetch details of charges paid by a loan transaction
> --
>
> Key: FINERACT-737
> URL: https://issues.apache.org/jira/browse/FINERACT-737
> Project: Apache Fineract
>  Issue Type: New Feature
>Reporter: Vishwas Babu A J
>Assignee: Angel Cajas
>Priority: Major
>  Labels: gsoc2019
> Fix For: 1.5.0
>
>
> As a side effect of  
> [https://github.com/apache/fineract/commit/aaa61695cf27419a2bc9e018fc6e2715512a1094]
>  , along with the functionality for "Predefined nominal interest rates" 
> associated with loan products, the ability to fetch the details of charges 
> paid by a loan transaction have also been added in 
> [https://github.com/apache/fineract/tree/Fineract-614.]
> Details of the relevant code changes and the functionality are present in 
> comments on github at 
> [https://github.com/apache/fineract/pull/465#pullrequestreview-212401382.]
> To merge the same into our develop branch, the API docs and Integration tests 
> needs to updated to reflect these changes



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FINERACT-737) Ability to fetch details of charges paid by a loan transaction

2019-10-16 Thread Santosh Math (Jira)


 [ 
https://issues.apache.org/jira/browse/FINERACT-737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Santosh Math updated FINERACT-737:
--
Component/s: Loan
 Charges

> Ability to fetch details of charges paid by a loan transaction
> --
>
> Key: FINERACT-737
> URL: https://issues.apache.org/jira/browse/FINERACT-737
> Project: Apache Fineract
>  Issue Type: New Feature
>  Components: Charges, Loan
>Reporter: Vishwas Babu A J
>Assignee: Angel Cajas
>Priority: Major
>  Labels: gsoc2019
> Fix For: 1.5.0
>
>
> As a side effect of  
> [https://github.com/apache/fineract/commit/aaa61695cf27419a2bc9e018fc6e2715512a1094]
>  , along with the functionality for "Predefined nominal interest rates" 
> associated with loan products, the ability to fetch the details of charges 
> paid by a loan transaction have also been added in 
> [https://github.com/apache/fineract/tree/Fineract-614.]
> Details of the relevant code changes and the functionality are present in 
> comments on github at 
> [https://github.com/apache/fineract/pull/465#pullrequestreview-212401382.]
> To merge the same into our develop branch, the API docs and Integration tests 
> needs to updated to reflect these changes



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FINERACT-739) Loan (Installment in multiples of) Rounding not working

2019-10-16 Thread Santosh Math (Jira)


 [ 
https://issues.apache.org/jira/browse/FINERACT-739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Santosh Math updated FINERACT-739:
--
Fix Version/s: 1.5.0

> Loan (Installment in multiples of) Rounding not working
> ---
>
> Key: FINERACT-739
> URL: https://issues.apache.org/jira/browse/FINERACT-739
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan
>Affects Versions: 1.3.0
>Reporter: Okeleke Mike
>Priority: Major
> Fix For: 1.5.0
>
> Attachments: SS1.png, SS2.png, SS3.png
>
>
> Loan repay schedule is not affected by *Installment in multiples of (IIM)* 
> setting in Loan Product screen 
> when you set the IIM to say: 1000, you are expected to have your total 
> repayments calculated to the nearest 1000 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FINERACT-739) Loan (Installment in multiples of) Rounding not working

2019-10-16 Thread Santosh Math (Jira)


[ 
https://issues.apache.org/jira/browse/FINERACT-739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16952551#comment-16952551
 ] 

Santosh Math commented on FINERACT-739:
---

[~sg004], Did you work on this?

> Loan (Installment in multiples of) Rounding not working
> ---
>
> Key: FINERACT-739
> URL: https://issues.apache.org/jira/browse/FINERACT-739
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan
>Affects Versions: 1.3.0
>Reporter: Okeleke Mike
>Priority: Major
> Fix For: 1.5.0
>
> Attachments: SS1.png, SS2.png, SS3.png
>
>
> Loan repay schedule is not affected by *Installment in multiples of (IIM)* 
> setting in Loan Product screen 
> when you set the IIM to say: 1000, you are expected to have your total 
> repayments calculated to the nearest 1000 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FINERACT-739) Loan (Installment in multiples of) Rounding not working

2019-10-16 Thread Santosh Math (Jira)


 [ 
https://issues.apache.org/jira/browse/FINERACT-739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Santosh Math updated FINERACT-739:
--
Affects Version/s: 1.3.0

> Loan (Installment in multiples of) Rounding not working
> ---
>
> Key: FINERACT-739
> URL: https://issues.apache.org/jira/browse/FINERACT-739
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan
>Affects Versions: 1.3.0
>Reporter: Okeleke Mike
>Priority: Major
> Attachments: SS1.png, SS2.png, SS3.png
>
>
> Loan repay schedule is not affected by *Installment in multiples of (IIM)* 
> setting in Loan Product screen 
> when you set the IIM to say: 1000, you are expected to have your total 
> repayments calculated to the nearest 1000 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)