openMF / web-app

Mifos X Web App is the revamped version of the Mifos X Community App built on top of the Fineract Platform leveraging the popular Angular framework.
https://openmf.github.io/web-app/
Mozilla Public License 2.0
226 stars 511 forks source link

Failure to create fixed deposit product #1797

Closed skemuel007 closed 11 months ago

skemuel007 commented 1 year ago

Description

Failed to create fixed deposit product with error message Failed data validation due to: chart.slabs.start.incorrect

Steps to Reproduce

Login to the site: Click on the Admin Menu Link Item on the menu bar -> click on the Products link -> click the Fixed Deposit Product section -> click on the Create New Fixed Deposit Product button

Expected Behaviour

Should create a new Fixed deposit product

Actual Behaviour

Failed to create fixed deposit product with error message Failed data validation due to: chart.slabs.start.incorrect

Settings

Screenshots, if any

Screenshot 2023-07-18 at 10 28 20 AM
josehernandezfintecheandomx commented 1 year ago

In Fineract there is a rule or constraint about the values used in the charts definition, The values for Period To and Amount Range To in the Fixed Deposit Product creation must be nulls

So this is more for Fineract than the WebApp @bharathcgowda

bharathcgowda commented 1 year ago

Thanks for the feedback @josehernandezfintecheandomx

@skemuel007 could you add the screenshot of interest rate chart data you have configured for this product?

skemuel007 commented 1 year ago

Hello @bharathcgowda, please see attached screen shot of interest chart as requested

Screenshot 2023-07-27 at 5 51 06 PM
PC-11-00 commented 1 year ago

@skemuel007 follow the constraints given at :https://mifosforge.jira.com/wiki/spaces/docs/pages/121831466/Interest+rate+chart+with+amount+range to make the fixed deposit product

https://github.com/openMF/web-app/assets/76156941/3d55b4c8-8ac6-42ba-bcb7-ba3f8969bebe

skemuel007 commented 1 year ago

@PC-11-00 will follow the above steps and revert, thanks