Re: [HOWTO] Register of virtual accounts related to a main account?

2015-11-23 Thread François Beausoleil
Hello Alexis, I'm having difficulty understanding how it works. I found http://ledger-cli.org/3.0/doc/ledger3.html#Posting_002faccount-details which says "R ‘1’ if a posting is not virtual, ‘0’ otherwise." I tried ledger reg Assets:Bank --display 'R' which returns the original postings, not

Re: register - How to display transactions' persistent notes?

2015-11-23 Thread John Wiegley
> Kuba Orlik writes: > Here’s an example of how I store transaction information: > 2015/11/13 Restaurant Name > ;chicken soup > Assets:Checking USD -15 > Expenses:Food > Is there a way to make register (or any other command) show the > transactions’

Re: [HOWTO] Register of virtual accounts related to a main account?

2015-11-23 Thread Alexis
Hello François, from my understanding Ledger has more of a filter than a query language, and I'm uncertain how one do with ledger what you want to do. Surely one could script it using the Ledger Python API, but with only commandline options, I don't know. Can someone else shed some light on the

register - How to display transactions' persistent notes?

2015-11-23 Thread Kuba Orlik
Here’s an example of how I store transaction information: 2015/11/13 Restaurant Name ;chicken soup Assets:Checking USD -15 Expenses:Food Is there a way to make register (or any other command) show the transactions’ persistent notes (in this case chicken soup)? ​ -- ---

Re: register - How to display transactions' persistent notes?

2015-11-23 Thread Alexis
Hello Kuba, you can use the --payee option and have it display the transaction note. % ledger reg --payee note 13.11.2015 chicken soup Assets:Checking USD -15 USD -15 13.11.2015 chicken soup Expenses:FoodUSD 15 0 Cheers, Alexis -- --- You