bharath gowda created FINERACT-894:
--------------------------------------
Summary: Scheduler Jobs Issue
Key: FINERACT-894
URL: https://issues.apache.org/jira/browse/FINERACT-894
Project: Apache Fineract
Issue Type: Bug
Reporter: bharath gowda
Following Scheduler Jobs are failing for the below mentioned scenario
1.Execute standing instruction Job
2.Pay Due Saving charge
Scenario:
if there is a single savings account with insufficient balance, then Job is
failing and not processing its tasks for rest of the loans as well in the
system.
Expected behavior :Jobs should successfully execute it's task for all the
accounts and show the error message of accounts for which there was
insufficient amount.
Steps to Reproduce
:For "Pay Due Saving charge" Job
1.Create a Basic Savings account with deposit amount 1000 and add a monthly
charge of 5000.
2.Create second savings account with deposit amount 1000 and add a monthly
charge of 500.
then execute the "Pay Due Saving charge" Job, system should actually post the
charge for second saving account and through the error message for first
savings account. but system is not posting the charge for any of the loans.
:For "Execute standing instruction Job" Job
1.For client A - create a savings account with 100 balance, create a loan with
EMI of 1000 and add a standing instruction for the client to transfer money
from savings account to loan account on duedate.
2.For client B - create a savings account with 1000 balance, create a loan with
EMI of 1000 and add a standing instruction for the client to transfer money
from savings account to loan account on duedate.
then execute the "Execute standing instruction Job" Job, system should actually
post the transactions from savings to loan for client B and fail for client
A(due to insufficient fund) but as of the job is failing for both clients.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)