On Sun, Apr 13, 2014 at 12:14 PM, John Wiegley <[email protected]> wrote: > However, there was a key limitation to this approach when dealing with balance > transfers. For example, in Checking.dat file I might have a credit card > payment, while in MasterCard.dat I also have the same payment. I need to > represent it on both sides for the opening/ending balances to match.
Given the same problem (multiple files, one per statement, same transaction in multiple) I came up with a Transfer" account that balances out to zero when both sides of a transaction exist: https://groups.google.com/forum/#!topic/ledger-cli/K7EgJQuEQ_M It isn't as elegant as this solution (I'd love to have a single transaction per transaction), but avoids having to apply UUID's to things - is that a manual or automatic step in your process? - Zack -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
