Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Auto Closed
-
1.3.1, 1.4.0, 1.5.0
-
None
Description
The reportRunFrequencies property of the adhoc queries returned (https://demo.openmf.org/fineract-provider/api/v1/adhocquery) is a list of possible options of reportRunFrequencies the user can select. It contains a code and a value. However, at the moment both the value property being returned is actually the code. Please fix it so that the value property is actually in a readable value format.
Here are the corresponding values to each code.
Code | Value |
---|---|
reportRunFrequency.daily | Daily |
reportRunFrequency.weekly | Weekly |
reportRunFrequency.monthly | Monthly |
reportRunFrequency.yearly | Yearly |
reportRunFrequency.custom | Custom |