1
0
Fork 0
 
 
 
Go to file
Dustin 7e8fae14e6 Improve handling of backdated transactions
Sometimes transactions show up in the export with the previous day's
date.  When this happens, these transactions may get skipped, since they
might have the same date as the most recent transaction in Firefly.  To
help avoid skipping transactions, we need the start date to be the same
as the most recent transaction, rather than the next day.  This can
cause duplicate imports, though, but fortunately, the Firefly Data
Importer handles this fairly well.
2023-12-12 08:09:40 -06:00
.gitignore Initial commit 2023-05-09 14:08:23 -05:00
pyproject.toml meta: Fix version generation 2023-12-12 08:09:40 -06:00
xactfetch.py Improve handling of backdated transactions 2023-12-12 08:09:40 -06:00