-
|
I'm trying to use the Import Transaction function. I used to use GnuCash for my personal finances but it is a bit of an overkill. However I cannot figure out how to use the import transactions function. What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
Hi @flborn, It fails on step 2 because the date column is not in the specified format (DD-MM-YYYY). If you change it to that format, everything should work as expected: I understand this is not the most practical approach, so I'll be working in the coming days to make this functionality smarter and able to recognize/understand different formats for the date column. You can track progress on it here: #464. |
Beta Was this translation helpful? Give feedback.


OK, that's it. Apparently all tested browsers don't allow access to the clipboard when on an non-ssl connection.
With SSL it works. I'm using traefik as the reverse proxy and if let traefik just serve the default certificate, I have to navigate to https://myfin-api.home/ once first to accept the "risk" of an invalid certificate.
Afterwards it works fine.