Kigenyi Wilfred created FINERACT-1597:
-----------------------------------------
Summary: Term deposits raise errors with well formed charts
Key: FINERACT-1597
URL: https://issues.apache.org/jira/browse/FINERACT-1597
Project: Apache Fineract
Issue Type: Bug
Components: Savings
Affects Versions: 1.5.0
Reporter: Kigenyi Wilfred
Attachments: ChartError.PNG
When creating or updating term deposit products (Fixed deposit or Recurring
deposit) FINERACT raises an error when well formed chart(s) are added to the
product. The body used for updating is
{code:java}
//
{"charts":[{"fromDate":"01 January 2022","endDate":"31 December
2022","chartSlabs":[{"description":"Level
1","periodType":2,"fromPeriod":0,"toPeriod":3,"annualInterestRate":12}],"locale":"en","dateFormat":"dd
MMMM
yyyy"}],"savingsReferenceAccountId":43,"transfersInSuspenseAccountId":12,"savingsControlAccountId":12,"interestOnSavingsAccountId":35,"incomeFromFeeAccountId":18,"incomeFromPenaltyAccountId":19,"charges":[],"locale":"en"}
{code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)