Hi,
I tried to import a CSV file containing transactions. I ran into some problems, and solved all of them but one. I guess It could be usefull for others:
- on Linux desktop app, importing does not work on the snap version because it won’t open the file selector. You can use flatpack instead of snap, but I didn’t want to have a double install.
- On invoicing.co, importing a transactions csv leads to an “Server Error 500”.
- On the webapp (very fluid, kudos!), importing does not offer csv or json as on the desktop app, but you can import from the “transactions” page, and it works ! You have to be careful to your decimal separator though : it must be a point, not a coma.
Only problem left : when the webapp answers that the file is being imported and that you’ll receive an email when it’s done, it returns the “Invoice Ninja” page too, which displays a 404 error. But it works anyway !