Closed
Description
Some organizations want to analyze their data, in past we proposed to extend reports #259
Also in #594 we add some fields to these reports
These reports are commonly used only for printing in order to facilitate participation in TimeBanks for people that have difficulties using the TimeOverflow application (old people, for example)
So maybe in the future we could keep this reports simple (printable version) and add another option for admins like "download organization Data" .zip with all CSV of data of your Organization: Users/Posts/Categories/Tags/Transactions... with all fields in use avoiding those that are only used internally in the app and do not provide data for analysis (such as password, tokens, ...)
PLAN
- Add the missing reports, like Transfers (👉🏼 Add Transfers Report #599)
- Add more and missing data in CSVs
- Add a new option
Download all
under the hood we only need to call each CSV Report class and create a ZIP with all generated files (👉🏼 Reports: Download all #620)