Re: [GSOC 2017] [ FINERACT-386 ] Mobile Field Officer App on Apache Fineract Version 2.0

2017-03-02 Thread Rajan Maurya
Hi,

Welcome to community, please visit to Android client GitHub repo
https://github.com/openMF/android-client.

You will find gitter channel link in readme file. Please join the gitter
channel and ask me whatever you want.

Looking forward to your contributions.

On 02-Mar-2017 7:29 PM, "Minudika Malshan"  wrote:

Hi,

I am an undergraduate of University of Moratuwa, Sri Lanka. I wish to apply
for GSOC 2017 and like to contribute for above mentioned project in this
summer.
Currently I am going through the following references.
I really appreciate if you can provide some guidance for getting started
with this project for GSOC 2017.

1] https://mifosforge.jira.com/wiki/display/MDZ/Build+Instructions
[2] https://mifosforge.jira.com/wiki/display/docs/User+Manual
[3] https://github.com/openMF/android-client

Thank you!

--
*Minudika Malshan*
Undergraduate
Department of Computer Science and Engineering
University of Moratuwa
Sri Lanka.


[jira] [Commented] (FINERACT-412) Add Share account in Global Search

2017-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on FINERACT-412:
-

Github user Ippezrobert commented on a diff in the pull request:

https://github.com/apache/incubator-fineract/pull/299#discussion_r103930777
  
--- Diff: 
fineract-provider/src/main/java/org/apache/fineract/portfolio/search/data/SearchConditions.java
 ---
@@ -43,18 +44,21 @@ public SearchConditions(final String searchQueryParam, 
final String searchResour
 SEARCH_SUPPORTED_RESOURCES.LOANS.name().toLowerCase())) ? 
true : false;
 this.savingSeach = (null == searchResource || 
searchResource.toLowerCase().contains(
 SEARCH_SUPPORTED_RESOURCES.SAVINGS.name().toLowerCase())) 
? true : false;
+   this.shareSeach = (null == searchResource || 
searchResource.toLowerCase().contains(
+SEARCH_SUPPORTED_RESOURCES.SAVINGS.name().toLowerCase())) 
? true : false;
--- End diff --

I will fix that and send new PR


> Add Share account in Global Search
> --
>
> Key: FINERACT-412
> URL: https://issues.apache.org/jira/browse/FINERACT-412
> Project: Apache Fineract
>  Issue Type: Improvement
>  Components: Shares
>Reporter: Ippez Roberts
>Assignee: Markus Geiss
>  Labels: Volunteer, p3
>
> Currently its not possible to search for Share Account in community-app using 
> the global search



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GSOC 2017] [ FINERACT-386 ] Mobile Field Officer App on Apache Fineract Version 2.0

2017-03-02 Thread Minudika Malshan
Hi,

I am an undergraduate of University of Moratuwa, Sri Lanka. I wish to apply
for GSOC 2017 and like to contribute for above mentioned project in this
summer.
Currently I am going through the following references.
I really appreciate if you can provide some guidance for getting started
with this project for GSOC 2017.

1] https://mifosforge.jira.com/wiki/display/MDZ/Build+Instructions
[2] https://mifosforge.jira.com/wiki/display/docs/User+Manual
[3] https://github.com/openMF/android-client

Thank you!

-- 
*Minudika Malshan*
Undergraduate
Department of Computer Science and Engineering
University of Moratuwa
Sri Lanka.


[jira] [Commented] (FINERACT-406) Loan top up having same disbursement date of last transaction date of loan account is not allowing

2017-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on FINERACT-406:
-

Github user nazeer1100126 commented on the issue:

https://github.com/apache/incubator-fineract/pull/298
  
Change looks good. 


> Loan top up having same disbursement date of last transaction date of loan 
> account is not allowing
> --
>
> Key: FINERACT-406
> URL: https://issues.apache.org/jira/browse/FINERACT-406
> Project: Apache Fineract
>  Issue Type: Improvement
>  Components: Loan
>Reporter: Santosh Math
>Assignee: Shaik Nazeer Hussain
>
> Steps to reproduce:
> 1. create two loan products one of which top up enabled.
> 2. Disburse loan(non-top-up) on 01 January 2016.
> 3. Make first repayment on schedule date(say, 01 February 2016)
> 4. Create another loan account(top-up enabled) and  check 'Is Topup Loan' and 
> select the previous account and set 'Disbursement on' date as 01 February 
> 2016(Last transaction date of previous loan account).
> >Not allowing to submit and throwing the error:
> "error.msg.loan.disbursal.date.should.be.after.last.transaction.date.of.loan.to.be.closed"
> Loan topup should not be allowed for disbursement dates prior to the last 
> transaction date of the  previous loan account but it should allow on same 
> date. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (FINERACT-409) Improvement to min_required_balance: Make minimum balance for all savings accounts global

2017-03-02 Thread Ippez Roberts (JIRA)

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

Ippez Roberts commented on FINERACT-409:


@Santosh Math, My argument is, sometimes we may need to make transfers manually 
from a clients savings account and some times the client's available balance on 
savings (account_balance_derived - min_required_balance) may be less than what 
you want to transfer. NB; If you try, system will throw insufficient fund 
error. So you need to set the value of min_required_balance to 0 and make the 
transfer and then set it back to default i.e MFI min_required_balance on 
savings.

I was thinking this being done at product as there may be more than one account 
with such scenario and besides even if its only one account, its not possible 
to change min_required_balance at account level let alone product level.

Hope i do make some sense

> Improvement to min_required_balance: Make minimum balance for all savings 
> accounts global
> -
>
> Key: FINERACT-409
> URL: https://issues.apache.org/jira/browse/FINERACT-409
> Project: Apache Fineract
>  Issue Type: Improvement
>Reporter: Ippez Roberts
>Assignee: Markus Geiss
>  Labels: confirm, p3
>
> Currently when you have created savings account for a product, the minimum 
> balance for that product is one capture and entered in min_required_balance 
> for this savings account. Now if you change the minimum balance for this 
> product, accounts already created are not affected by this changes i.e 
> min_required_balance is not updated for the accounts in existence.
> Any changes in min required balance should affect all accounts of that 
> product i.e those accounts already created and those yet to be created. This 
> will make sense and will be fair to all clients



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (FINERACT-411) Ability to change Linked Savings Account(Dividend Posting) after creating a share account

2017-03-02 Thread Santosh Math (JIRA)

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

Santosh Math commented on FINERACT-411:
---

As discussed with Nazeer, it's not simple to implement. It's moderate task. 

> Ability to change Linked Savings Account(Dividend Posting) after creating a 
> share account
> -
>
> Key: FINERACT-411
> URL: https://issues.apache.org/jira/browse/FINERACT-411
> Project: Apache Fineract
>  Issue Type: Improvement
>  Components: Shares
>Reporter: Ippez Roberts
>Assignee: Markus Geiss
>  Labels: volunteers
>
> A wrong account may be used to linked to a share account during share account 
> creation for a client. After activating a share account its not easy to 
> change this account linked.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (FINERACT-411) Ability to change Linked Savings Account(Dividend Posting) after creating a share account

2017-03-02 Thread Santosh Math (JIRA)

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

Santosh Math updated FINERACT-411:
--
Labels: volunteers  (was: )

> Ability to change Linked Savings Account(Dividend Posting) after creating a 
> share account
> -
>
> Key: FINERACT-411
> URL: https://issues.apache.org/jira/browse/FINERACT-411
> Project: Apache Fineract
>  Issue Type: Improvement
>  Components: Shares
>Reporter: Ippez Roberts
>Assignee: Markus Geiss
>  Labels: volunteers
>
> A wrong account may be used to linked to a share account during share account 
> creation for a client. After activating a share account its not easy to 
> change this account linked.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (FINERACT-408) When closing Savings account and Withdraw Balance option is enabled, only cash withdrawal is possible, not able to withdraw to a GL Account by Voucher

2017-03-02 Thread Santosh Math (JIRA)

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

Santosh Math updated FINERACT-408:
--
Labels: confirm fineract-2.0 p3  (was: confirm fineract-2.0 p2)

> When closing Savings account and Withdraw Balance option is enabled, only 
> cash withdrawal is possible, not able to withdraw to a GL Account by Voucher
> --
>
> Key: FINERACT-408
> URL: https://issues.apache.org/jira/browse/FINERACT-408
> Project: Apache Fineract
>  Issue Type: Improvement
>  Components: Savings
>Reporter: Ippez Roberts
>Assignee: Markus Geiss
>Priority: Critical
>  Labels: confirm, fineract-2.0, p3
>
> As a system admin, i should be able to close a savings account and make 
> Balance withdrawal to a GL Account (Contra Account) and payment type for this 
> should be restricted to by Voucher only.
> If Withdraw Balance is not to a GL Account then Cash Payment Type.
> Extend this functionality of Withdraw Balance to Share Accounts too.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (FINERACT-408) When closing Savings account and Withdraw Balance option is enabled, only cash withdrawal is possible, not able to withdraw to a GL Account by Voucher

2017-03-02 Thread Santosh Math (JIRA)

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

Santosh Math commented on FINERACT-408:
---

[~Ippez], How this payment type like  'voucher' would help? what features it 
carry while transferring money to GL account while closing it? 

> When closing Savings account and Withdraw Balance option is enabled, only 
> cash withdrawal is possible, not able to withdraw to a GL Account by Voucher
> --
>
> Key: FINERACT-408
> URL: https://issues.apache.org/jira/browse/FINERACT-408
> Project: Apache Fineract
>  Issue Type: Improvement
>  Components: Savings
>Reporter: Ippez Roberts
>Assignee: Markus Geiss
>Priority: Critical
>  Labels: confirm, fineract-2.0, p2
>
> As a system admin, i should be able to close a savings account and make 
> Balance withdrawal to a GL Account (Contra Account) and payment type for this 
> should be restricted to by Voucher only.
> If Withdraw Balance is not to a GL Account then Cash Payment Type.
> Extend this functionality of Withdraw Balance to Share Accounts too.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (FINERACT-407) Ability to Re-open closed Accounts (especially Savings and Share Accounts)

2017-03-02 Thread Santosh Math (JIRA)

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

Santosh Math updated FINERACT-407:
--
Labels: confirm fineract-2.0 p3  (was: confirm fineract-2.0 p2)

> Ability to Re-open closed Accounts (especially Savings and Share Accounts)
> --
>
> Key: FINERACT-407
> URL: https://issues.apache.org/jira/browse/FINERACT-407
> Project: Apache Fineract
>  Issue Type: Improvement
>  Components: Savings
>Reporter: Ippez Roberts
>Assignee: Markus Geiss
>  Labels: confirm, fineract-2.0, p3
>
> When a client has not make transactions for many years for example, the MFI 
> may not know if the client is alive or dead so the MFI can decide to close 
> this client's Accounts (Savings and Share Accounts). The balances of this 
> account can be transferred to a GL Account.
> Client - GL Transfer: DR Client Accounts and CR. GL Account e.g Share Transfer
> After some time, the client surfaces and would like to make transactions on 
> his accounts.
> As a system admin, i should be able to re-open these closed accounts and be 
> able to transfer the balances from the contra Account back to client's 
> Savings Account either automatically or manually through batch/journal 
> Entries where you DR. GL Accounts affected (where the balances are 
> transferred) and Credit Clients Savings and Share Accounts with the balances 
> at closure.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)