-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
CSV import: all date fields but the one specified are filled with the import date #1586
Comments
That is definitively a bug. I'll pick it up for the next release. |
There is also another problem with this bug: I can modify those dates but I cannot remove theme. |
I've found both problems and they'll be fixed for the next release. 👍 |
Thanks, I applied the fix and now I can remove those dates. |
Since I imported over a hundred transactions I also messed directly with the DB to erase all those dates. I used this query: DELETE FROM `journal_meta` WHERE `name` IN('book_date', 'process_date', 'due_date', 'payment_date', 'invoice_date', 'interest_date') AND `created_at` >= '2018-08-01' This should be enough, right? It does not seem I have broken something but you now the DB better than I do. |
That should work just fine! |
I'm closing this since it's fixed. Look for this feature in the next release, and let me know if you encounter any problems! |
I am running Firefly III version 4.7.5.3
Following the import discussed in #1585, all transactions have all date fields except the date one filled with the import date. I noticed this yesterday on my first import. The transactions have only 1 date specified and during the import I set that date as the 'Date' field: this is filled correctly but for some reason all the other date fields are filled with the date of today.
The text was updated successfully, but these errors were encountered: