added error message

This commit is contained in:
muskankhedia 2019-11-28 22:40:38 +05:30 committed by Nayan Ambali
parent 8925afc885
commit 7d5935dcbe

View File

@ -2527,6 +2527,7 @@
"error.msg.currency.currencyCode.inUse": "Currency you are trying to remove is in use",
"error.msg.countInterest": "Cannot Post Interest before last transaction date",
"error.msg.before activation date": "Post Interest Date {{params[0].value}} must be after the Activation date",
"validation.msg.invalid.dateFormat.format": "Please enter a valid date",
"validation.msg.tax.component.percentage.is.greater.than.max": "Percentage should be less than 100",
"validation.msg.tax.component.startDate.is.less.than.date": "Start date must be greter than or equal to current date and previous start date",
"validation.msg.tax.group.taxComponents.not.greater.than.zero": "Tax components must be there",