[jira] [Updated] (FINERACT-752) savings interest, posting wrong interest amount when savings-interest-posting-current-period-end is enable

2019-11-17 Thread Santosh Math (Jira)


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

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

> savings interest, posting wrong interest amount when 
> savings-interest-posting-current-period-end  is enable 
> 
>
> Key: FINERACT-752
> URL: https://issues.apache.org/jira/browse/FINERACT-752
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Savings
>Affects Versions: 1.3.1
>Reporter: andrewDzakpasu
>Assignee: Ed Cable
>Priority: Critical
>  Labels: p1
> Fix For: 1.5.0
>
> Attachments: fineract79.png, fineract80.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> When savings-interest-posting-current-period-end  is enable the amount of 
> interest posted is twice the amount when 
> savings-interest-posting-current-period-end  is disabled.
>  
> i was able to replicate this on these two accounts 
> 1.[https://staging.openmf.org/#/viewsavingaccount/79]  when  
> savings-interest-posting-current-period-end  is disable 
> 2.[https://staging.openmf.org/#/viewsavingaccount/|https://staging.openmf.org/#/viewsavingaccount/79]80
>   savings-interest-posting-current-period-end is enable.
>  
>  
> To replicate. 
>  # create a savings account with voluntary product with withdrawal fee of 300
>  # opening balance 20013 activation date 1-03-2019 
>  # approve and activate 1-03-2019
>  # post interest on 25-03-2019
>  # make a withdrawal of 19500 on 26-03-2019 
>  # you will notice the interest posting total amounts to 296 on 
> [https://staging.openmf.org/#/viewsavingaccount/|https://staging.openmf.org/#/viewsavingaccount/79]80
>   which is wrong 
>  # whilst on 
> [https://staging.openmf.org/#/viewsavingaccount/|https://staging.openmf.org/#/viewsavingaccount/79]79
>  the amount is 187 which is correct .



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


[jira] [Comment Edited] (FINERACT-767) Batch Repayment for Loan

2019-11-17 Thread Santosh Math (Jira)


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

Santosh Math edited comment on FINERACT-767 at 11/18/19 6:37 AM:
-

[~mohitsinha], Could you provide clear description and PR sent for this ticket? 


was (Author: santoshmath):
[~mohitsinha], Could you provide clear description?

> Batch Repayment for Loan
> 
>
> Key: FINERACT-767
> URL: https://issues.apache.org/jira/browse/FINERACT-767
> Project: Apache Fineract
>  Issue Type: New Feature
>  Components: Loan
>Affects Versions: 1.4.0
>Reporter: Mohit Sinha
>Assignee: Mohit Sinha
>Priority: Major
> Fix For: 1.4.0
>
>
> There is already a make Repayment Api on Mifos.
> This API should also be available while making batch requests.



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


[jira] [Commented] (FINERACT-767) Batch Repayment for Loan

2019-11-17 Thread Santosh Math (Jira)


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

Santosh Math commented on FINERACT-767:
---

[~mohitsinha], Could you provide clear description?

> Batch Repayment for Loan
> 
>
> Key: FINERACT-767
> URL: https://issues.apache.org/jira/browse/FINERACT-767
> Project: Apache Fineract
>  Issue Type: New Feature
>  Components: Loan
>Affects Versions: 1.4.0
>Reporter: Mohit Sinha
>Assignee: Mohit Sinha
>Priority: Major
> Fix For: 1.4.0
>
>
> There is already a make Repayment Api on Mifos.
> This API should also be available while making batch requests.



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


[jira] [Closed] (FINERACT-706) Payments switch integration

2019-11-17 Thread Santosh Math (Jira)


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

Santosh Math closed FINERACT-706.
-

> Payments switch integration 
> 
>
> Key: FINERACT-706
> URL: https://issues.apache.org/jira/browse/FINERACT-706
> Project: Apache Fineract
>  Issue Type: New Feature
>  Components: Accounting
>Affects Versions: 1.3.0
>Reporter: James Dailey
>Priority: Major
>  Labels: features
> Fix For: 1.4.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> This is a ticket to cover the new requirements from integration with a 
> payment switching solution, using best practices in a push-payment real-time 
> environment.  
> [https://lists.apache.org/thread.html/fa8f745cd7228a8f8418561ddadc715a3388d01656bcbc28680f86f2@%3Cdev.fineract.apache.org%3E]
>  
> Basically, there are a few minor changes are needed to fineract1.x to support 
> integration with a payments hub. The payments hub will handle most of the 
> functionality, so the changes to fineract1.x are to be minimal. 
> A new package will be created with new API endpoints. 
> The functional requirements will include: 
>  * Get a quote 
>  * Hold funds 
>  * Send funds (confirmed ) 
> Assuming customers are authenticated and using a front end solution, in the 
> payments flow, end users (payors) get a "Request for Payment" (RfP) from a 
> Payee and after getting a quote for the cost of that payment, they do a 
> Payment Initiation.  When they initiate the payment their  checking/savings 
> account shows an entry which is debit-amount-on-hold. 
> There is a further requirement around lookup values - where a new "secondary 
> ID" is needed in the account table.  That secondary ID is used for the 
> routing address of the payee. 
>  To further explain the intent, imagine a payments switch between two 
> instances of fineract, the switch or "interoperable service for transfers" 
> (IST) talks over APIs to a thin "Payments Hub" on the fineract 
> infrastructure.  
>  



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


[jira] [Reopened] (FINERACT-795) Loan Account is not showing Interest value after some payments

2019-11-17 Thread Santosh Math (Jira)


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

Santosh Math reopened FINERACT-795:
---

> Loan Account is not showing Interest value after some payments
> --
>
> Key: FINERACT-795
> URL: https://issues.apache.org/jira/browse/FINERACT-795
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan
>Affects Versions: 1.3.1
>Reporter: Santosh Math
>Priority: Critical
>  Labels: p1
> Fix For: 1.4.0
>
>
> Create a loan account with following details:
> |Repayment Strategy|Penalties, Fees, Interest, Principal order|
> |Repayments|30 every 1 Days|
> |Amortization|Equal installments|
> |Equal Amortization|false|
> |Interest|240 per annum (20%  Per month) - Flat|
> |Interest Calculation Period|Daily/Same As repayment|
> |Allow Partial Interest Calculation with same as repayment|false|
> |Interest Type|Flat|
> |Recalculate Interest|No|
> |Days in year|Actual|
> |Days in month|Actual|
> After 20th instalment, The interest is showing as zero. Please check here:
> https://staging.openmf.org/#/viewloanaccount/39



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


[jira] [Closed] (FINERACT-795) Loan Account is not showing Interest value after some payments

2019-11-17 Thread Santosh Math (Jira)


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

Santosh Math closed FINERACT-795.
-
Resolution: Not A Problem

> Loan Account is not showing Interest value after some payments
> --
>
> Key: FINERACT-795
> URL: https://issues.apache.org/jira/browse/FINERACT-795
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan
>Affects Versions: 1.3.1
>Reporter: Santosh Math
>Priority: Critical
>  Labels: p1
>
> Create a loan account with following details:
> |Repayment Strategy|Penalties, Fees, Interest, Principal order|
> |Repayments|30 every 1 Days|
> |Amortization|Equal installments|
> |Equal Amortization|false|
> |Interest|240 per annum (20%  Per month) - Flat|
> |Interest Calculation Period|Daily/Same As repayment|
> |Allow Partial Interest Calculation with same as repayment|false|
> |Interest Type|Flat|
> |Recalculate Interest|No|
> |Days in year|Actual|
> |Days in month|Actual|
> After 20th instalment, The interest is showing as zero. Please check here:
> https://staging.openmf.org/#/viewloanaccount/39



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


[jira] [Updated] (FINERACT-795) Loan Account is not showing Interest value after some payments

2019-11-17 Thread Santosh Math (Jira)


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

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

> Loan Account is not showing Interest value after some payments
> --
>
> Key: FINERACT-795
> URL: https://issues.apache.org/jira/browse/FINERACT-795
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan
>Affects Versions: 1.3.1
>Reporter: Santosh Math
>Priority: Critical
>  Labels: p1
>
> Create a loan account with following details:
> |Repayment Strategy|Penalties, Fees, Interest, Principal order|
> |Repayments|30 every 1 Days|
> |Amortization|Equal installments|
> |Equal Amortization|false|
> |Interest|240 per annum (20%  Per month) - Flat|
> |Interest Calculation Period|Daily/Same As repayment|
> |Allow Partial Interest Calculation with same as repayment|false|
> |Interest Type|Flat|
> |Recalculate Interest|No|
> |Days in year|Actual|
> |Days in month|Actual|
> After 20th instalment, The interest is showing as zero. Please check here:
> https://staging.openmf.org/#/viewloanaccount/39



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


[jira] [Closed] (FINERACT-615) Throwing 500 internal server error, if we try to upload documents when Amazon S3 is enabled.

2019-11-17 Thread Santosh Math (Jira)


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

Santosh Math closed FINERACT-615.
-
Resolution: Not A Problem

> Throwing  500 internal server error, if we try to upload documents when 
> Amazon S3 is enabled.
> -
>
> Key: FINERACT-615
> URL: https://issues.apache.org/jira/browse/FINERACT-615
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: System
>Affects Versions: 1.0.0
>Reporter: Santosh Math
>Assignee: Shruthi  M R
>Priority: Critical
>  Labels: gsoc, p1
>
> Not able to upload following documents  and throwing 500 internal server 
> error in the following cases:
>  
>  # Client Documents( Find tab in any client's page)
>  #  Client picture/photo( On right  side of clients page)
>  # Client's signature(Go to 'More' on Client's page
>  # Loan Documents (Find the tab on any active loan)



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


[jira] [Reopened] (FINERACT-615) Throwing 500 internal server error, if we try to upload documents when Amazon S3 is enabled.

2019-11-17 Thread Santosh Math (Jira)


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

Santosh Math reopened FINERACT-615:
---

> Throwing  500 internal server error, if we try to upload documents when 
> Amazon S3 is enabled.
> -
>
> Key: FINERACT-615
> URL: https://issues.apache.org/jira/browse/FINERACT-615
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: System
>Affects Versions: 1.0.0
>Reporter: Santosh Math
>Assignee: Shruthi  M R
>Priority: Critical
>  Labels: gsoc, p1
>
> Not able to upload following documents  and throwing 500 internal server 
> error in the following cases:
>  
>  # Client Documents( Find tab in any client's page)
>  #  Client picture/photo( On right  side of clients page)
>  # Client's signature(Go to 'More' on Client's page
>  # Loan Documents (Find the tab on any active loan)



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


[jira] [Updated] (FINERACT-615) Throwing 500 internal server error, if we try to upload documents when Amazon S3 is enabled.

2019-11-17 Thread Santosh Math (Jira)


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

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

> Throwing  500 internal server error, if we try to upload documents when 
> Amazon S3 is enabled.
> -
>
> Key: FINERACT-615
> URL: https://issues.apache.org/jira/browse/FINERACT-615
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: System
>Affects Versions: 1.0.0
>Reporter: Santosh Math
>Assignee: Shruthi  M R
>Priority: Critical
>  Labels: gsoc, p1
>
> Not able to upload following documents  and throwing 500 internal server 
> error in the following cases:
>  
>  # Client Documents( Find tab in any client's page)
>  #  Client picture/photo( On right  side of clients page)
>  # Client's signature(Go to 'More' on Client's page
>  # Loan Documents (Find the tab on any active loan)



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


[jira] [Reopened] (FINERACT-615) Throwing 500 internal server error, if we try to upload documents when Amazon S3 is enabled.

2019-11-17 Thread Santosh Math (Jira)


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

Santosh Math reopened FINERACT-615:
---

> Throwing  500 internal server error, if we try to upload documents when 
> Amazon S3 is enabled.
> -
>
> Key: FINERACT-615
> URL: https://issues.apache.org/jira/browse/FINERACT-615
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: System
>Affects Versions: 1.0.0
>Reporter: Santosh Math
>Assignee: Shruthi  M R
>Priority: Critical
>  Labels: gsoc, p1
> Fix For: 1.4.0
>
>
> Not able to upload following documents  and throwing 500 internal server 
> error in the following cases:
>  
>  # Client Documents( Find tab in any client's page)
>  #  Client picture/photo( On right  side of clients page)
>  # Client's signature(Go to 'More' on Client's page
>  # Loan Documents (Find the tab on any active loan)



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


[jira] [Closed] (FINERACT-615) Throwing 500 internal server error, if we try to upload documents when Amazon S3 is enabled.

2019-11-17 Thread Santosh Math (Jira)


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

Santosh Math closed FINERACT-615.
-
Resolution: Fixed

> Throwing  500 internal server error, if we try to upload documents when 
> Amazon S3 is enabled.
> -
>
> Key: FINERACT-615
> URL: https://issues.apache.org/jira/browse/FINERACT-615
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: System
>Affects Versions: 1.0.0
>Reporter: Santosh Math
>Assignee: Shruthi  M R
>Priority: Critical
>  Labels: gsoc, p1
>
> Not able to upload following documents  and throwing 500 internal server 
> error in the following cases:
>  
>  # Client Documents( Find tab in any client's page)
>  #  Client picture/photo( On right  side of clients page)
>  # Client's signature(Go to 'More' on Client's page
>  # Loan Documents (Find the tab on any active loan)



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


[jira] [Comment Edited] (FINERACT-594) Recent Transactions Only Displays Charges, It should show savings and loan transitions too

2019-11-17 Thread Santosh Math (Jira)


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

Santosh Math edited comment on FINERACT-594 at 11/18/19 6:27 AM:
-

Recent Transactions is not showing any transactions , even those transactions 
made on current date. 


was (Author: santoshmath):
Recent Transactions is not showing any transactions , even those transactions 
made current date. 

> Recent Transactions Only Displays Charges, It should show savings and loan 
> transitions too 
> ---
>
> Key: FINERACT-594
> URL: https://issues.apache.org/jira/browse/FINERACT-594
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Accounting, Charges, Loan, Savings
>Affects Versions: 1.0.0
>Reporter: Rajan Maurya
>Assignee: Markus Geiss
>Priority: Major
>  Labels: 2019-mifos-gsoc, GSOC, Volunteer, easyfix, enha, patch
> Fix For: 1.5.0
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> Recent Transactions of the self-service user Only Displays Charges but It 
> should show savings and loan transitions too. 



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


[jira] [Updated] (FINERACT-594) Recent Transactions Only Displays Charges, It should show savings and loan transitions too

2019-11-17 Thread Santosh Math (Jira)


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

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

> Recent Transactions Only Displays Charges, It should show savings and loan 
> transitions too 
> ---
>
> Key: FINERACT-594
> URL: https://issues.apache.org/jira/browse/FINERACT-594
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Accounting, Charges, Loan, Savings
>Affects Versions: 1.0.0
>Reporter: Rajan Maurya
>Assignee: Markus Geiss
>Priority: Major
>  Labels: 2019-mifos-gsoc, GSOC, Volunteer, easyfix, enha, patch
> Fix For: 1.5.0
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> Recent Transactions of the self-service user Only Displays Charges but It 
> should show savings and loan transitions too. 



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


[jira] [Commented] (FINERACT-594) Recent Transactions Only Displays Charges, It should show savings and loan transitions too

2019-11-17 Thread Santosh Math (Jira)


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

Santosh Math commented on FINERACT-594:
---

Recent Transactions is not showing any transactions , even those transactions 
made current date. 

> Recent Transactions Only Displays Charges, It should show savings and loan 
> transitions too 
> ---
>
> Key: FINERACT-594
> URL: https://issues.apache.org/jira/browse/FINERACT-594
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Accounting, Charges, Loan, Savings
>Affects Versions: 1.0.0
>Reporter: Rajan Maurya
>Assignee: Markus Geiss
>Priority: Major
>  Labels: 2019-mifos-gsoc, GSOC, Volunteer, easyfix, enha, patch
> Fix For: 1.4.0
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> Recent Transactions of the self-service user Only Displays Charges but It 
> should show savings and loan transitions too. 



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


[jira] [Updated] (FINERACT-677) Hide Sensitive contents in xml files and logs

2019-11-17 Thread Santosh Math (Jira)


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

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

> Hide Sensitive contents in xml files and logs
> -
>
> Key: FINERACT-677
> URL: https://issues.apache.org/jira/browse/FINERACT-677
> Project: Apache Fineract
>  Issue Type: Bug
> Environment: All environments, Linux/Unix and Windows.
>Reporter: ApacheSF User
>Priority: Major
>  Labels: 2019-mifos-gsoc, p1
> Fix For: 1.5.0
>
>
> This is an issue explaining about hiding sensitive issues in xml files.
>  These files include.
> Usernames & passwords in:
> tomcat/conf/server.xml
> Mifos system username and password are visible in :
> tomcat/logs/localhost_access_log.2018-12-07



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


[jira] [Commented] (FINERACT-783) Fineract on Kubernetes

2019-11-17 Thread Yemdjih Kaze Nasser (Jira)


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

Yemdjih Kaze Nasser commented on FINERACT-783:
--

[~vorburger] please can you review https://github.com/apache/fineract/pull/651 
I ran into some issues. 

> Fineract on Kubernetes
> --
>
> Key: FINERACT-783
> URL: https://issues.apache.org/jira/browse/FINERACT-783
> Project: Apache Fineract
>  Issue Type: New Feature
>Reporter: Michael Vorburger
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> It would IMHO be useful if Fineract had a ready to roll out of the box 
> working Kubernetes YAML, equivalent to [the 
> docker-compose.yml|https://github.com/apache/fineract/blob/develop/docker-compose.yml].
> IMHO this should include the UI - req. this work going on in parallel:
> * https://github.com/openMF/community-app/issues/3106
> * https://github.com/openMF/community-app/pull/3107
> * https://github.com/openMF/community-app/issues/3112
>  
> Let us focus on making it super easy for getting it up and running locally on 
> [minikube|https://kubernetes.io/docs/setup/learning-environment/minikube/], 
> first. Then we could look into running the same on a public cloud, such as 
> GCP or Azure.
> Ideally, I imaging the README having a section proposing to simply:
> {noformat}minikube start
> kubectl apply -f mifos.yaml
> {noformat}



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