You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds a new date format selector to the transaction upload,
including better detection of upload date format. It allows other
date-formats than ISO and doesn't make assumption about the position of
month and date.
Bonus changes:
- Detect file-encoding of upload file so characters like æøå work
better.
- Add checkbox for turning round numbers on and off in transaction list.
Fixes:
- Remove dynamic type detection in papaparse, since it doesn't work well
with some formats.
Closes#60, closes#61, closes#57
This commit adds a new date format selector to the transaction upload,
including better detection of upload date format. It allows other
date-formats than ISO and doesn't make assumption about the position of
month and date.
Bonus changes:
- Detect file-encoding of upload file so characters like æøå work
better.
- Add checkbox for turning round numbers on and off in transaction list.
Fixes:
- Remove dynamic type detection in papaparse, since it doesn't work well
with some formats.
Closes#60, closes#61, closes#57
Related to #55
The text was updated successfully, but these errors were encountered: