caktus / django-timepiece

A multi-user Django application for tracking people's time on projects.
MIT License
361 stars 115 forks source link

Adding CSV export to ReportPayrollSummary #867

Open nmashton opened 8 years ago

nmashton commented 8 years ago

This adds the ability to export a CSV from the Hourly Summary table of the ReportPayrollSummary view (/timepiece/reports/payroll/).

A button link to export the CSV is placed next to the Update button on that view:

image

The CSV file will be named for the selected month and year (e.g. hours_1_2016.csv for January 2016).