NewloveD / Software-Project

Creative Commons Zero v1.0 Universal
0 stars 1 forks source link

Filter Donations by Date Range: #10

Open NewloveD opened 1 week ago

NewloveD commented 1 week ago

As an admin, I want to filter donation records by date range, so I can see donations within specific periods (e.g., quarterly, yearly) for reporting purposes.

Pre-conditions: Admin must be logged in with the required permissions to access donation records and filters. Donation records must exist in the database and be tagged with relevant date information. The filtering functionality must be properly implemented and active on the website. Post-conditions: Admin will be able to apply filters to view donations within the selected date range. A filtered list of donations will be displayed, showing only records that match the chosen period. Admin will have the option to export or use the filtered data for reporting or analysis.