[ https://issues.apache.org/jira/browse/FINERACT-260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15701638#comment-15701638 ]
ASF GitHub Bot commented on FINERACT-260: ----------------------------------------- GitHub user abdulazizali77 opened a pull request: https://github.com/apache/incubator-fineract/pull/250 FINERACT-260: add ensure client charge date not before client activation date Needs a commit to community-app/app/global-translations/locale*.json to add new validation message key You can merge this pull request into a Git repository by running: $ git pull https://github.com/abdulazizali77/incubator-fineract FINERACT-260 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-fineract/pull/250.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #250 ---- commit 46c0cec8355145779c73fd7b0014094ce50e92ed Author: abdulazizali77 <abdulaziz...@acm.org> Date: 2016-11-28T10:53:31Z FIN-260: add ensure client charge date not before client activation date ---- > Validation need to be added if the client charge is applied before client > activation date > ----------------------------------------------------------------------------------------- > > Key: FINERACT-260 > URL: https://issues.apache.org/jira/browse/FINERACT-260 > Project: Apache Fineract > Issue Type: Bug > Reporter: Edward Cable > Assignee: Markus Geiss > Priority: Minor > Attachments: Screen Shot 2016-11-22 at 3.21.31 PM.png > > > Migrated over from MifosForge. > Original Description: > If the client activation date is on 01 June 2016 and the charge for a client > is getting applied before that date then validation need to be added, and > proper error message should get displayed > Steps to Reproduce > 1. Add a client charge, select a due date prior to client activation date. > 2. Submit and it successfully goes through. > Expected Behavior > 1. Upon submission of charge with a due date prior to activation date of the > client, a proper error message should be displayed stating that the the > charge due date is before the client activation date. > See https://demo3.openmf.org/#/viewclient/10 for an example. -- This message was sent by Atlassian JIRA (v6.3.4#6332)