wuvt / donormotor

WUVT's new donation management and donor-relations platform.
GNU Affero General Public License v3.0
5 stars 0 forks source link

Set time ranges in CSV export #41

Open echarlie opened 3 years ago

echarlie commented 3 years ago

At a high level, this is turn https://github.com/wuvt/donormotor/blob/main/donormotor/admin/views.py#L127 into a POST, with startdate and enddate parameters. These can be selected using using a normal form-control date field. https://github.com/wuvt/trackman/blob/master/trackman/admin/views.py#L119 has a good example of the type of query to make.