1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-21 04:10:05 -04:00
Commit Graph

9 Commits

Author SHA1 Message Date
698d74d727 OFX imports: Support a few more investment transaction types 2017-09-20 20:54:58 -04:00
6b2698d208 ofx.go: Remove outdated comment 2017-09-20 20:39:08 -04:00
89d045a51f OFX: Import the most common investment transactions
This is very preliminary support, and is likely to still fail for many
cases - even those with nominal support. Most transaction splits end up
being filed under 'imbalanced' accounts instead of something that makes
more sense.
2017-09-20 20:09:40 -04:00
a4b99381d3 imports: Don't re-import the same transaction from the same place
This is detected using the RemoteId field on Splits

While we're at it, also make gnucash import check numbers
2017-06-10 15:22:13 -04:00
905e30d87b Move RemoteId from transactions to splits
This is the more sensible location for it, since we import things on a
per-account basis - so there can be more than one remote ID associated
with a transaction, and the splits are the per-account portion of
transactions anyway.
2017-06-09 05:37:42 -04:00
ecf271732e OFX imports: Remove restriction about account types
...but still update imported Credit Card account type to Liability
2017-06-05 20:14:42 -04:00
fb59f9b3c5 Add direct OFX imports 2017-06-04 20:30:29 -04:00
b37a20536f Move 'status' from transactions to splits
This allows for a transaction to clear one account before the other (and
mirrors how Gnucash, and I suspect most other pieces of software, do it)
2017-05-31 08:23:19 -04:00
a9cf95dba8 Move OFX imports from libofx to ofxgo
This makes them native Go code, and will allow for fetching them
directly from financial institutions later.
2017-05-08 06:01:26 -04:00