Re: Ledger scaling: Handling a very large transaction history

2017-07-25 Thread myq
On Sunday, 12 June 2016 22:36:41 UTC-7, Pavel wrote: > > Greetings, > > I am evaluating ledger for a use case where a large accounting dataset > contains tens of thousands transactions every month, over several years. > Transactions are mostly currency conversions, and my initial search >

Re: How to exclude uncleared and pending transactions when getting a Balance report

2017-07-25 Thread Lifepillar
You might also be interested in the cleared command: ledger cleared which shows you balance with and without pending transactions side by side. Life. -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop

Re: How to exclude uncleared and pending transactions when getting a Balance report

2017-07-25 Thread Justin
Awesome. Thanks On Tuesday, July 25, 2017 at 1:00:29 AM UTC-4, Jacob MacDonald wrote: > > Use the --cleared flag with balance. For example, I use ledger -f > ~/my/ledger/file.dat balance --cleared to get my current balances. > > On Mon, Jul 24, 2017 at 11:58 PM Justin >