Feature #6128
closedI am implementing logic to update the expense period automatically when the expense frequency changes.
Subtasks
Related issues
Updated by ghazala shamim 3 months ago
- % Done changed from 0 to 100
- Estimated time set to 10:00 h
Implemented logic to support all expense frequency types (Daily, Monthly, Quarterly, Half-Yearly, and Yearly).
Enabled users to select any frequency, and dynamically update the expense period based on the selected frequency.
Handled date filtering logic in the backend according to the chosen frequency type.
Ensured that formatted date data is sent from the backend in a consistent structure.
Displayed user-friendly formatted periods on the frontend for better readability and UX.
Verified that expense data is filtered correctly for each frequency type.