-
Notifications
You must be signed in to change notification settings - Fork 43
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
Reading multiple ofxid/csvids from a transaction #101
Comments
Absolutely, that makes a lot of sense! |
I myself use a transfer account to do that, but I think it makes sense to support that use case. |
@bryanapperson: To clarify, does this work?
Or were you trying something more like this?
I recommend the former, because (1) that works for me, and (2) it seems to make more sense to attach the (In a Ledger transaction, any comment lines between the first line and the first account apply to the transaction as a whole, while any comment lines immediately after an account entry apply only to that entry.) |
I've never really encountered this, but I've prepared for the eventuality by putting both accounts' IDs in like the second example that @501st-alpha1 provided. I guess I should move to the first example. This should be documented somewhere. |
I'd like to see the ability to read multiple
ofxid | csvid
s from a given transaction. The use case is for deduplication of inter account transactions, like a credit card payment which shows up both on a bank statement, and a credit card statement. The user (or a plugin) can deduplicate these, and then place multipleofxid | csvid
comments on a transaction. Then it wont be imported again from either account. The logic now seems to be to read the first and break. Is this a change the project would be open to?The text was updated successfully, but these errors were encountered: