[jira] [Commented] (FINERACT-589) Searching for groups while creating center is displaying groups which are already member of other center

2018-12-23 Thread Shruthi M R (JIRA)


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

Shruthi  M R commented on FINERACT-589:
---

[~santoshmath] I just analyzed the issue and it  is related to front end. 
Kindly close this issue and raise one in community-app.

> Searching for groups while creating center is displaying groups which are 
> already member of other center
> 
>
> Key: FINERACT-589
> URL: https://issues.apache.org/jira/browse/FINERACT-589
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Groups
>Affects Versions: 1.2.0
>Reporter: Santosh Math
>Priority: Major
>  Labels: Volunteer, gci, gsoc, p1
> Fix For: 1.3.0
>
>   Original Estimate: 4h
>  Time Spent: 10m
>  Remaining Estimate: 3h 50m
>
> Go to centers and create a center. While creating center search for existing 
> groups and select the group which is already part of other center.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FINERACT-478) Savings overdraft fee with charge time type 'overdraft fee' and charge calculation '%amount' is not working

2018-12-23 Thread Santosh Math (JIRA)


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

Santosh Math commented on FINERACT-478:
---

[~rahul.usit12], This will be worked on once, Fineract 1.3.0 is released. 

> Savings overdraft fee with charge time type 'overdraft fee' and charge 
> calculation '%amount' is not working
> ---
>
> Key: FINERACT-478
> URL: https://issues.apache.org/jira/browse/FINERACT-478
> Project: Apache Fineract
>  Issue Type: Improvement
>  Components: Charges, Savings
>Affects Versions: 1.0.0
>Reporter: Santosh Math
>Assignee: Shaik Nazeer Hussain
>Priority: Major
>  Labels: gsoc, p1
> Fix For: 1.4.0
>
>
> 1. Go to charges and select charge applied to 'Savings and deposits'
> 2. Fill other required inputs with 
>  Charge Time type: overdraft fee
>  Charge calculation : % amount.
>  Amount : 1
> > After submission , it is throwing error: 
> > "validation.msg.charges.charge.calculation.type.percentage.allowed.only.for.withdrawal.or.noactivity"
> Expected: 
> 1.This feature of overdraft fee with charge calculation as % amount need to 
> be implemented.
> 2. Until the feature is implemented, the following proper error message 
> should be thrown in stead of above mentioned:
> ""validation.msg: 
> charge.calculation.type.percentage.allowed.only.for.withdrawal.or.noactivityand
>  yet to be implemented for overdraft fee"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FINERACT-302) Principal Threshold (%) for Last Instalment is not working as expected

2018-12-23 Thread Sanyam Goel (JIRA)


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

Sanyam Goel commented on FINERACT-302:
--

[~edcable] [~santoshmath]
Regarding the first point mentioned here

*Create* loan *product* with out *mentioning* any thing *in the "Principal 
Threshold (%) for* Last *Instalment" - by* default *it is getting set to zero*
Instead *it should get set to 50%*
!Screenshot from 2018-12-23 22-13-02.png!
principalThresholdForLastInstallment is being set to zero as in loanProduct 
create request as "multiDisburseLoan" key is going "false" which is set in 
"settings > Loan Tranche Details" from UI. 
There is a logic in current code base which sets 
principalThresholdForLastInstallment = 0 when multiDisburseLoan = false else it 
is set to 50 as default. 
{code:java}
// CODE SNIPPET from LoanProduct.java line 323
if (principalThresholdForLastInstallment == null) {
principalThresholdForLastInstallment = multiDisburseLoan ? 
LoanProductConstants.DEFAULT_PRINCIPAL_THRESHOLD_FOR_MULTI_DISBURSE_LOAN
: LoanProductConstants.DEFAULT_PRINCIPAL_THRESHOLD_FOR_SINGLE_DISBURSE_LOAN;
{code}

Please confirm do we have to set principalThresholdForLastInstallment as 
default 50 even in the case when multiDisburseLoan is false or this was the 
intended behavior?
[~rahul.usit12] FYI

> Principal Threshold (%) for Last Instalment is not working as expected
> --
>
> Key: FINERACT-302
> URL: https://issues.apache.org/jira/browse/FINERACT-302
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan
>Reporter: Santosh Math
>Assignee: Markus Geiss
>Priority: Major
>  Labels: Volunteer, fineract-gci, gsoc, p1
> Fix For: 1.4.0
>
> Attachments: Scr-664.png, Screenshot from 2018-12-23 22-13-02.png, 
> Screenshot from 2018-12-23 22-14-34.png
>
>
> Reported by Subramanya at https://mifosforge.jira.com/browse/MIFOSX-2031
> Original Desription:
> 1. Create loan product with out mentioning any thing in the "Principal 
> Threshold (%) for Last Instalment" - by default it is getting set to zero
> Instead it should get set to 50%
> 2, Create a client and submit new loan application wit the above mentioned 
> loan product on 01 Jan 2015 with interest recalculation -> Approve and 
> disburse on same date.
> 3. The last installment is getting collected more amount than EMI.
> If the "Principal Threshold (%) for Last Instalment" is set to zero then then 
> the last installment should never be combined with the previous installment 
> even if the last installment amount is of a very small value.
> But here it is displaying the amount>last installment amount



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (FINERACT-302) Principal Threshold (%) for Last Instalment is not working as expected

2018-12-23 Thread Sanyam Goel (JIRA)


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

Sanyam Goel updated FINERACT-302:
-
Attachment: Screenshot from 2018-12-23 22-14-34.png
Screenshot from 2018-12-23 22-13-02.png

> Principal Threshold (%) for Last Instalment is not working as expected
> --
>
> Key: FINERACT-302
> URL: https://issues.apache.org/jira/browse/FINERACT-302
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan
>Reporter: Santosh Math
>Assignee: Markus Geiss
>Priority: Major
>  Labels: Volunteer, fineract-gci, gsoc, p1
> Fix For: 1.4.0
>
> Attachments: Scr-664.png, Screenshot from 2018-12-23 22-13-02.png, 
> Screenshot from 2018-12-23 22-14-34.png
>
>
> Reported by Subramanya at https://mifosforge.jira.com/browse/MIFOSX-2031
> Original Desription:
> 1. Create loan product with out mentioning any thing in the "Principal 
> Threshold (%) for Last Instalment" - by default it is getting set to zero
> Instead it should get set to 50%
> 2, Create a client and submit new loan application wit the above mentioned 
> loan product on 01 Jan 2015 with interest recalculation -> Approve and 
> disburse on same date.
> 3. The last installment is getting collected more amount than EMI.
> If the "Principal Threshold (%) for Last Instalment" is set to zero then then 
> the last installment should never be combined with the previous installment 
> even if the last installment amount is of a very small value.
> But here it is displaying the amount>last installment amount



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)