Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change exports of CSV files to the .csv extension #195

Closed
dennisc19 opened this issue Jan 20, 2017 · 3 comments
Closed

Change exports of CSV files to the .csv extension #195

dennisc19 opened this issue Jan 20, 2017 · 3 comments
Assignees
Labels
bug Undesired and unintended behaviour in the website easy-to-fix These issues are easy to fix and recommended for newer members.

Comments

@dennisc19
Copy link

dennisc19 commented Jan 20, 2017

Currently when exporting the table of enrollments, the site returns a comma-separated text file. It would be nice if the site would immediately return an Excel file, instead of having to manually import the comma-separated file.

Also, when pressing the "Printen" button on an activity page, the resulting printer-ready page has an ugly font that's not easy to read. I think that it would be a lot better if it could be updated to something like Verdana.

@Jottee Jottee self-assigned this Jan 23, 2017
@Jottee
Copy link

Jottee commented Jan 24, 2017

Is there a way of testing this in the beta environment? Export only seems to load empty files

@Sophietje Sophietje added the help wanted The assignee of this ticket requests help with this ticket. label Mar 20, 2017
@Kurocon
Copy link
Member

Kurocon commented May 29, 2017

I just pushed a commit to master that fixes this problem. See Inter-Actief/amelie-private@25c2b3971eefcdaf899eeed6023e762dbc6f87a0

@SebastiaandenBoer SebastiaandenBoer added the discussion These issues are still in discussion, and should not be started/worked on. label Oct 6, 2017
@Kurocon Kurocon added this to In Progress in Inter-Actief/amelie Mar 25, 2019
@WKobes WKobes changed the title Export/printing of enrollments Change exports of CSV files to the .csv extension Dec 14, 2020
@WKobes WKobes added bug Undesired and unintended behaviour in the website easy-to-fix These issues are easy to fix and recommended for newer members. and removed discussion These issues are still in discussion, and should not be started/worked on. help wanted The assignee of this ticket requests help with this ticket. labels Dec 14, 2020
@Kurocon
Copy link
Member

Kurocon commented Feb 8, 2021

I was looking at some stale branches and encountered this issue.

In the code that generates this file, there is a comment stating:
# Use .txt. Excel 2007 enforces wrong character encoding (not UTF-8) when using .csv

So unless that has been fixed in the newer Excel versions we might want to stick to using .txt

@Quitlox Quitlox moved this from In Progress to Ready in Inter-Actief/amelie Apr 19, 2021
@pietervanheijningen pietervanheijningen self-assigned this Apr 19, 2021
@pietervanheijningen pietervanheijningen moved this from Ready to In Progress in Inter-Actief/amelie Apr 19, 2021
@Kurocon Kurocon closed this as completed May 17, 2021
Inter-Actief/amelie automation moved this from In Progress to Done May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Undesired and unintended behaviour in the website easy-to-fix These issues are easy to fix and recommended for newer members.
Projects
Development

No branches or pull requests

7 participants